HVar< T > Class Template Reference
List of all members.
Public Member Functions |
| HVar (const char *name, SetFunction set, GetFunction get) |
| HVar (const char *name, T *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 T>
class HVar< T >
The documentation for this class was generated from the following file: