#include <Types.h>
Public Member Functions | |
GTEntry_t () | |
GTEntry_t (const std::tuple< std::string, std::string, std::string > >EntryData) | |
GTEntry_t (const GTEntry_t &rhs) | |
std::size_t | hashvalue () const |
bool | operator< (const GTEntry_t &toCompare) const |
GTEntry_t & | operator= (const GTEntry_t &rhs) |
const std::string & | recordLabel () const |
const std::string & | recordName () const |
const std::string & | tagName () const |
Private Attributes | |
std::tuple< std::string, std::string, std::string > | m_data |
|
inline |
Definition at line 111 of file Types.h.
|
inline |
Definition at line 114 of file Types.h.
|
inline |
Definition at line 117 of file Types.h.
|
inline |
Definition at line 135 of file Types.h.
References query::result, and tagName().
Referenced by operator<().
|
inline |
Definition at line 121 of file Types.h.
References m_data.
|
inline |
Definition at line 129 of file Types.h.
References m_data.
Referenced by CondDBESSource::fillTagCollectionFromDB().
|
inline |
Definition at line 126 of file Types.h.
References m_data.
Referenced by CondDBESSource::fillTagCollectionFromDB().
|
inline |
Definition at line 132 of file Types.h.
References m_data.
Referenced by CondDBESSource::fillTagCollectionFromDB(), and hashvalue().
|
private |
Definition at line 147 of file Types.h.
Referenced by operator=(), recordLabel(), recordName(), and tagName().