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