HQP
1.9.6
|
Write callback for specific class type. More...
#include <If_Variable.h>
Public Member Functions | |
If_SetCb (void(ClassType::*n_set)(VarType), ClassType *n_object) | |
constructor | |
void | set (VarType newVal) |
set method | |
Public Member Functions inherited from If_SetIf< VarType > | |
virtual | ~If_SetIf () |
destructor | |
Protected Attributes | |
void(ClassType::* | _set )(VarType) |
pointer to callback | |
ClassType * | _object |
pointer to object | |
Write callback for specific class type.