HVarObj< Obj, T > Class Template Reference
List of all members.
Public Member Functions |
| HVarObj (const char *name, Obj *obj, SetFunction set, GetFunction get) |
| HVarObj (const char *name, Obj *obj, T Obj::*value, SetFunction set=NULL, GetFunction get=NULL) |
const char * | name () const |
const char * | type () const |
void | set (T value) |
T | get () |
void | set_str (const string &value) |
string | get_str () |
template<class Obj, class T>
class HVarObj< Obj, T >
The documentation for this class was generated from the following file: