A class implementing a templatized version of the meta-data. More...
#include <MetaData.h>
Public Member Functions | |
void | testInvariant () const |
test the invariant of this object | |
MetaData () | |
standard default constructor | |
MetaData (const std::string &name, const T &set_value) | |
standard constructor | |
ClassDef (MetaData, 1) | |
Public Attributes | |
T | value |
the value contained |
A class implementing a templatized version of the meta-data.
SH::MetaData< T >::MetaData | ( | ) | [inline] |
standard default constructor
SH::MetaData< T >::MetaData | ( | const std::string & | name, | |
const T & | set_value | |||
) | [inline] |
standard constructor
void SH::MetaData< T >::testInvariant | ( | ) | const [inline] |