ATLAS Offline Software
|
tag-value pair class. More...
#include <Value.h>
Public Member Functions | |
Value () | |
Value (char *s, const std::vector< std::string > &v) | |
Value (char *s, const std::string &v) | |
Value (const std::string &s, const std::vector< std::string > &v) | |
Value (const std::string &s, const std::string &v) | |
const std::string & | Tag () const |
const std::vector< std::string > & | Val () const |
Private Attributes | |
std::string | m_Tag |
std::vector< std::string > | m_Val |
tag-value pair class.
contains a string tag and a "value", which can be a single value, or a vector
|
inline |
|
inline |
|
inline |
|
inline |