HQP  1.9.7
If_SetCb< VarType, ClassType > Class Template Reference

Write callback for specific class type. More...

#include <If_Variable.h>

Inheritance diagram for If_SetCb< VarType, ClassType >:
[legend]

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
 

Detailed Description

template<class VarType, class ClassType>
class If_SetCb< VarType, ClassType >

Write callback for specific class type.


The documentation for this class was generated from the following file: