![]() |
VR-Forces 5.0.1 Developer's Guide
|
Member function callback is used to bind class member functions The return type, single parameter, object type and method pointer are parameterized in the template.

Public Member Functions | |
| MethodCallback (void *object, Method method) | |
| MethodCallback (const MethodCallback &orig) | |
| virtual MethodCallback * | clone () |
| virtual Ret | invoke (Param0 param0) |
| virtual bool | operator== (const Callback< Ret, Param0 > &rhs) |
Public Member Functions inherited from makVrf::Callback< Ret, Param0 > | |
| virtual | ~Callback () |
| virtual bool | operator!= (const Callback< Ret, Param0 > &rhs) |
Private Attributes | |
| void * | myObject |
| Method | myMethod |
|
inline |
Referenced by makVrf::MethodCallback< Ret, Param0, T, Method >::clone().
|
inline |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
private |
|
private |