IXE::Var< T > Class Template Reference
[Configuration]
Configuration variable.
More...
#include <conf.h>
List of all members.
Public Types |
|
typedef T | value_type |
Public Member Functions |
|
| Var (char const *name) |
|
| operator T () const |
|
| operator T * () const |
|
T & | operator* () |
|
T * | operator-> () |
|
template<> |
| void | serialize (std::ostream &os) |
|
template<> |
| void | serialize (std::ostream &os) |
Public Attributes |
|
T | value |
Protected Member Functions |
|
| Var (char const *name, T value) |
Detailed Description
template<class T>
class IXE::Var< T >
Configuration variable.
The documentation for this class was generated from the following file: