| DeSR Dependency Parser |
#include <conf.h>


Public Types | |
| typedef T | value_type |
Public Member Functions | |
| Var (char const *name) | |
| operator T () const | |
| operator T * () const | |
| T & | operator* () |
| T * | operator-> () |
| void | serialize (std::ostream &os) |
| Serialize variable so that it can be read back. | |
| template<> | |
| void | serialize (std::ostream &os) |
Public Attributes | |
| T | value |
| the configured value. | |
Protected Member Functions | |
| Var (char const *name, T value) | |
Definition at line 176 of file conf.h.