![]() |
MAK Legion 1.1 API Documentation
|
Abstract Callback template the base abstract callback class that is used internally to the delegate. More...
Inheritance diagram for Legion::AbstractFunctionCapture< Ret, Params >:Public Member Functions | |
| virtual Ret | invoke (Params...params) const =0 |
| virtual AbstractFunctionCapture * | clone () const =0 |
| virtual bool | operator== (const AbstractFunctionCapture< Ret, Params...> &rhs) const =0 |
| virtual bool | operator!= (const AbstractFunctionCapture< Ret, Params...> &rhs) const |
Abstract Callback template the base abstract callback class that is used internally to the delegate.
|
pure virtual |
|
pure virtual |
|
inlinevirtual |
|
pure virtual |