![]() |
ATLAS Offline Software
|
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 | |
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 | |
A class implementing a templatized version of the meta-data.
Definition at line 26 of file MetaData.h.
| SH::MetaData< T >::MetaData | ( | ) |
standard default constructor
Definition at line 87 of file MetaData.h.
| SH::MetaData< T >::MetaData | ( | const std::string & | name, |
| const T & | set_value ) |
standard constructor
Definition at line 96 of file MetaData.h.
|
protectedinherited |
| SH::MetaData< T >::ClassDef | ( | MetaData< T > | , |
| 1 | ) |
| void SH::MetaData< T >::testInvariant | ( | ) | const |
test the invariant of this object
Definition at line 80 of file MetaData.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.
| T SH::MetaData< T >::value |
the value contained
Definition at line 64 of file MetaData.h.