#include <Types.h>
Public Member Functions | |
GTEntry_t () | |
GTEntry_t (const GTEntry_t &rhs) | |
GTEntry_t (const std::tuple< std::string, std::string, std::string > >EntryData) | |
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 |
|
inline |
|
inline |
Definition at line 123 of file Types.h.
References relativeConstraints::empty, visDQMUpload::hasher, crabWrapper::key, recordLabel(), recordName(), mps_fire::result, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by operator<().
|
inline |
|
inline |
Definition at line 121 of file Types.h.
References m_data.
Referenced by CondDBESSource::fillTagCollectionFromDB(), and hashvalue().
|
inline |
Definition at line 120 of file Types.h.
References m_data.
Referenced by CondDBESSource::fillTagCollectionFromDB(), and hashvalue().
|
inline |
Definition at line 122 of file Types.h.
References m_data.
Referenced by CondDBESSource::fillTagCollectionFromDB().
|
private |
Definition at line 136 of file Types.h.
Referenced by operator=(), recordLabel(), recordName(), and tagName().