class Inti::Slot4

Name

class Inti::Slot4 -- 

Synopsis

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

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

Superclasses. Slot

Subclasses. BoundSlot4_5, FunctionSlot4, MethodSlot4

Class members

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

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

Protected Constructors.
Slot4 ()

Description

Public Virtual Methods

method Inti::Slot4::invoke

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

arg1 
arg2 
arg3 
arg4 

Public Methods

method Inti::Slot4::operator()

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

arg1 
arg2 
arg3 
arg4 

Protected Constructors

method Inti::Slot4::Slot4

Slot4 ()