class Inti::Slot6

Name

class Inti::Slot6 -- 

Synopsis

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

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

Superclasses. Slot

Subclasses. FunctionSlot6, MethodSlot6

Class members

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

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

Protected Constructors.
Slot6 ()

Description

Public Virtual Methods

method Inti::Slot6::invoke

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

arg1 
arg2 
arg3 
arg4 
arg5 
arg6 

Public Methods

method Inti::Slot6::operator()

ReturnType operator() (Arg1Type arg1, Arg2Type arg2, Arg3Type arg3, Arg4Type arg4, Arg5Type arg5, Arg6Type arg6) const

arg1 
arg2 
arg3 
arg4 
arg5 
arg6 

Protected Constructors

method Inti::Slot6::Slot6

Slot6 ()