![]() |
ATLAS Offline Software
|
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 | |
Protected Member Functions | |
| ClassDef (Meta, 1) | |
Related Symbols | |
(Note that these are not member symbols.) | |
| std::string | dbg (const Meta &obj, unsigned verbosity=0) |
| the debugging info of this object | |
This class defines a templatized version of the meta-data in vector form.
Definition at line 27 of file MetaVector.h.
| SH::MetaVector< T >::MetaVector | ( | ) |
standard default constructor
Definition at line 88 of file MetaVector.h.
| SH::MetaVector< T >::MetaVector | ( | const std::string & | name, |
| const std::vector< T > & | set_value ) |
standard constructor
Definition at line 97 of file MetaVector.h.
|
protectedinherited |
| SH::MetaVector< T >::ClassDef | ( | MetaVector< T > | , |
| 1 | ) |
| void SH::MetaVector< T >::testInvariant | ( | ) | const |
test the invariant of this object
Definition at line 81 of file MetaVector.h.
|
the debugging info of this object
| obj | the object to be presented |
| verbosity | the level of verbosity (higher number -> more information) |
Definition at line 28 of file Meta.cxx.
| std::vector<T> SH::MetaVector< T >::value |
the value contained
Definition at line 65 of file MetaVector.h.