Elm  1.0
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
elm::DefaultField< T > Class Template Reference

#include <elm/rtti.h>

+ Inheritance diagram for elm::DefaultField< T >:

Public Member Functions

 DefaultField (CString name, T &value, const T &_default)
 
const T & defaultValue (void) const
 
- Public Member Functions inherited from elm::Field< T >
 Field (CString name, T &value)
 
CString name (void) const
 
T & value (void) const
 

Constructor & Destructor Documentation

template<class T>
elm::DefaultField< T >::DefaultField ( CString  name,
T &  value,
const T &  _default 
)

Member Function Documentation

template<class T>
const T& elm::DefaultField< T >::defaultValue ( void  ) const

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