|
ATLAS Offline Software
|
Go to the documentation of this file.
21 #ifndef READCARDS_VALUE_H
22 #define READCARDS_VALUE_H
49 const std::string&
Tag()
const {
return m_Tag; }
50 const std::vector<std::string>&
Val()
const {
return m_Val; }
const std::string & Tag() const
const std::vector< std::string > & Val() const
Value(const std::string &s, const std::string &v)
std::vector< std::string > m_Val
Value(const std::string &s, const std::vector< std::string > &v)
Value(char *s, const std::string &v)
Value(char *s, const std::vector< std::string > &v)
std::ostream & operator<<(std::ostream &s, const Value &v)