class Inti::FunctionSlot3

Name

class Inti::FunctionSlot3 -- 

Synopsis

class Inti::FunctionSlot3 is declared in the header inti/slot.h.

Superclasses. Slot3<ReturnType, Arg1Type, Arg2Type, Arg3Type>

Subclasses. none

Class members

Public Constructors.
FunctionSlot3 (FunctionType function)

Public Virtual Methods.
virtual ReturnType invoke (Arg1Type arg1, Arg2Type arg2, Arg3Type arg3) const

Protected Destructor.
virtual  ~FunctionSlot3 ()

Description

Public Constructors

method Inti::FunctionSlot3::FunctionSlot3

FunctionSlot3 (FunctionType function)

function 

Public Virtual Methods

method Inti::FunctionSlot3::invoke

virtual ReturnType invoke (Arg1Type arg1, Arg2Type arg2, Arg3Type arg3) const

arg1 
arg2 
arg3 

Protected Destructor

method Inti::FunctionSlot3::~FunctionSlot3

virtual  ~FunctionSlot3 ()