A wrapper to register a function callback on an object instance. More...
#include <commandFunc.h>

Public Member Functions | |
| CommandFunc (T *object, CommandResult(T::*func)(Command &)) | |
| template<typename O > | |
| CommandFunc (const O &from) | |
| CommandResult | operator() (Command &command) |
Public Attributes | |
| T * | _object |
| CommandResult(T::* | _func )(Command &) |
A wrapper to register a function callback on an object instance.
This wrapper is used by the Dispatcher to register and save callback methods of derived classes.
Definition at line 35 of file commandFunc.h.
0.9.1 by
1.6.1