|
HQP
1.9.6
|
Read callback for specific class type. More...
#include <If_Variable.h>
Public Member Functions | |
| If_GetCb (VarType(ClassType::*n_get)() const, ClassType *n_object) | |
| constructor | |
| VarType | get () const |
| get method | |
Public Member Functions inherited from If_GetIf< VarType > | |
| virtual | ~If_GetIf () |
| destructor | |
Protected Attributes | |
| VarType(ClassType::* | _get )() const |
| pointer to callback method | |
| ClassType * | _object |
| pointer to object | |
Read callback for specific class type.