class Inti::MethodSlot2

Name

class Inti::MethodSlot2 -- 

Synopsis

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

Superclasses. Slot2<ReturnType, Arg1Type, Arg2Type>

Subclasses. none

Class members

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

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

Protected Destructor.
virtual  ~MethodSlot2 ()

Description

Public Constructors

method Inti::MethodSlot2::MethodSlot2

MethodSlot2 (MethodClassType * object, MethodType method)

object 
method 

Public Virtual Methods

method Inti::MethodSlot2::invoke

virtual ReturnType invoke (Arg1Type arg1, Arg2Type arg2) const

arg1 
arg2 

Protected Destructor

method Inti::MethodSlot2::~MethodSlot2

virtual  ~MethodSlot2 ()