HQP  1.9.6
If_GetCb< VarType, ClassType > Class Template Reference

Read callback for specific class type. More...

#include <If_Variable.h>

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

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
 

Detailed Description

template<class VarType, class ClassType>
class If_GetCb< VarType, ClassType >

Read callback for specific class type.


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