class Inti::Slot3

Name

class Inti::Slot3 -- 

Synopsis

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

This is an abstract base class, and may not be instantiated.

Superclasses. Slot

Subclasses. BoundSlot3_4, MethodSlot3, FunctionSlot3

Class members

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

Public Methods.
ReturnType operator() (Arg1Type arg1, Arg2Type arg2, Arg3Type arg3) const

Protected Constructors.
Slot3 ()

Description

Public Virtual Methods

method Inti::Slot3::invoke

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

arg1 
arg2 
arg3 

Public Methods

method Inti::Slot3::operator()

ReturnType operator() (Arg1Type arg1, Arg2Type arg2, Arg3Type arg3) const

arg1 
arg2 
arg3 

Protected Constructors

method Inti::Slot3::Slot3

Slot3 ()