#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 &) |
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 by
1.5.8