class Inti::Slot2 is declared in the header inti/slot.h.
This is an abstract base class, and may not be instantiated.
Superclasses. Slot
Subclasses. FunctionSlot2, MethodSlot2, BoundSlot2_3
Public Virtual Methods.
virtual ReturnType invoke (Arg1Type arg1, Arg2Type arg2) const = 0 |
Public Methods.
ReturnType operator() (Arg1Type arg1, Arg2Type arg2) const |
Protected Constructors.
Slot2 () |
virtual ReturnType invoke (Arg1Type arg1, Arg2Type arg2) const = 0 |
| arg1 | |
| arg2 |