class Inti::FunctionSlot2

Name

class Inti::FunctionSlot2 -- 

Synopsis

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

Superclasses. Slot2<ReturnType, Arg1Type, Arg2Type>

Subclasses. none

Class members

Public Constructors.
FunctionSlot2 (FunctionType function)

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

Protected Destructor.
virtual  ~FunctionSlot2 ()

Description

Public Constructors

method Inti::FunctionSlot2::FunctionSlot2

FunctionSlot2 (FunctionType function)

function 

Public Virtual Methods

method Inti::FunctionSlot2::invoke

virtual ReturnType invoke (Arg1Type arg1, Arg2Type arg2) const

arg1 
arg2 

Protected Destructor

method Inti::FunctionSlot2::~FunctionSlot2

virtual  ~FunctionSlot2 ()