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
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 () |
virtual ReturnType invoke (Arg1Type arg1, Arg2Type arg2, Arg3Type arg3, Arg4Type arg4) const = 0 |
| arg1 | |
| arg2 | |
| arg3 | |
| arg4 |
ReturnType operator() (Arg1Type arg1, Arg2Type arg2, Arg3Type arg3, Arg4Type arg4) const |
| arg1 | |
| arg2 | |
| arg3 | |
| arg4 |