#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 116 of file Types.h.
|
inline |
Definition at line 119 of file Types.h.
|
inline |
Definition at line 122 of file Types.h.
|
inline |
Definition at line 140 of file Types.h.
References relativeConstraints::empty, crabWrapper::key, candidateCombinedSecondaryVertexSoftLeptonCvsLComputer_cfi::recordLabel, align_cfg::recordName, mps_fire::result, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by operator<().
|
inline |
Definition at line 126 of file Types.h.
References m_data.
|
inline |
Definition at line 134 of file Types.h.
Referenced by CondDBESSource::fillTagCollectionFromDB().
|
inline |
Definition at line 131 of file Types.h.
Referenced by CondDBESSource::fillTagCollectionFromDB().
|
inline |
Definition at line 137 of file Types.h.
Referenced by CondDBESSource::fillTagCollectionFromDB().
|
private |
Definition at line 154 of file Types.h.
Referenced by operator=().