#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 115 of file Types.h.
|
inline |
Definition at line 116 of file Types.h.
|
inline |
Definition at line 117 of file Types.h.
|
inline |
Definition at line 127 of file Types.h.
References relativeConstraints::empty, crabWrapper::key, HLT_2018_cff::recordLabel, align_cfg::recordName, mps_fire::result, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by operator<().
|
inline |
Definition at line 119 of file Types.h.
References m_data.
|
inline |
Definition at line 125 of file Types.h.
Referenced by CondDBESSource::fillTagCollectionFromDB().
|
inline |
Definition at line 124 of file Types.h.
Referenced by CondDBESSource::fillTagCollectionFromDB().
|
inline |
Definition at line 126 of file Types.h.
Referenced by CondDBESSource::fillTagCollectionFromDB().
|
private |
Definition at line 140 of file Types.h.
Referenced by operator=().