|
Equalizer 1.0
|
A wrapper to register a function callback on an object instance. More...
#include <commandFunc.h>
Collaboration diagram for co::CommandFunc< T >:Public Member Functions | |
| CommandFunc (T *object, bool(T::*func)(Command &)) | |
| template<typename O > | |
| CommandFunc (const CommandFunc< O > &from) | |
| bool | operator() (Command &command) |
| void | clear () |
| bool | isValid () const |
Public Attributes | |
| T * | _object |
| bool(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 34 of file commandFunc.h.
1.0 by
1.7.3