class Inti::BoundSlot2_3

Name

class Inti::BoundSlot2_3 -- 

Synopsis

class Inti::BoundSlot2_3 is declared in the header inti/bind.h.

Superclasses. Slot2<ReturnType, Arg1Type, Arg2Type>

Subclasses. none

Class members

Public Constructors.
BoundSlot2_3 (Slot3<ReturnType, Arg1Type, Arg2Type, Arg3Type> * slot, Arg3Type arg3)

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

Protected Destructor.
virtual  ~BoundSlot2_3 ()

Description

Public Constructors

method Inti::BoundSlot2_3::BoundSlot2_3

BoundSlot2_3 (Slot3<ReturnType, Arg1Type, Arg2Type, Arg3Type> * slot, Arg3Type arg3)

slot 
arg3 

Public Virtual Methods

method Inti::BoundSlot2_3::invoke

virtual ReturnType invoke (Arg1Type arg1, Arg2Type arg2) const

arg1 
arg2 

Protected Destructor

method Inti::BoundSlot2_3::~BoundSlot2_3

virtual  ~BoundSlot2_3 ()