#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 103 of file Types.h.
|
inline |
Definition at line 106 of file Types.h.
|
inline |
Definition at line 109 of file Types.h.
|
inline |
Definition at line 127 of file Types.h.
References query::result, and tagName().
Referenced by operator<().
|
inline |
Definition at line 113 of file Types.h.
References m_data.
|
inline |
Definition at line 121 of file Types.h.
References m_data.
Referenced by CondDBESSource::fillTagCollectionFromDB().
|
inline |
Definition at line 118 of file Types.h.
References m_data.
Referenced by CondDBESSource::fillTagCollectionFromDB().
|
inline |
Definition at line 124 of file Types.h.
References m_data.
Referenced by CondDBESSource::fillTagCollectionFromDB(), and hashvalue().
|
private |
Definition at line 139 of file Types.h.
Referenced by operator=(), recordLabel(), recordName(), and tagName().