class Inti::Slot5

Name

class Inti::Slot5 -- 

Synopsis

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

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

Superclasses. Slot

Subclasses. MethodSlot5, BoundSlot5_6, FunctionSlot5

Class members

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

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

Protected Constructors.
Slot5 ()

Description

Public Virtual Methods

method Inti::Slot5::invoke

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

arg1 
arg2 
arg3 
arg4 
arg5 

Public Methods

method Inti::Slot5::operator()

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

arg1 
arg2 
arg3 
arg4 
arg5 

Protected Constructors

method Inti::Slot5::Slot5

Slot5 ()