class Inti::MethodSlot3

Name

class Inti::MethodSlot3 -- 

Synopsis

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

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

Subclasses. none

Class members

Public Constructors.
MethodSlot3 (MethodClassType * object, MethodType method)

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

Protected Destructor.
virtual  ~MethodSlot3 ()

Description

Public Constructors

method Inti::MethodSlot3::MethodSlot3

MethodSlot3 (MethodClassType * object, MethodType method)

object 
method 

Public Virtual Methods

method Inti::MethodSlot3::invoke

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

arg1 
arg2 
arg3 

Protected Destructor

method Inti::MethodSlot3::~MethodSlot3

virtual  ~MethodSlot3 ()