|
HQP
1.9.6
|
Write callback directly accessing through a pointer. More...
#include <If_Variable.h>
Public Member Functions | |
| If_SetPt (VarType *varPtr) | |
| constructor | |
| void | set (VarType value) |
| set method | |
Public Member Functions inherited from If_SetIf< VarType > | |
| virtual | ~If_SetIf () |
| destructor | |
Protected Attributes | |
| VarType * | _varPtr |
| pointer to accessed variable | |
Write callback directly accessing through a pointer.