![]() |
![]() |
#include <TagMetadata.h>
Public Member Functions | |
std::size_t | hashvalue () const |
bool | operator< (const TagMetadata &toCompare) const |
Public Attributes | |
std::string | labelname |
std::string | objectname |
std::string | pfn |
std::string | recordname |
std::string | tag |
Definition at line 6 of file TagMetadata.h.
std::size_t cond::TagMetadata::hashvalue | ( | ) | const [inline] |
Definition at line 13 of file TagMetadata.h.
References pfn, query::result, and tag.
Referenced by operator<().
bool cond::TagMetadata::operator< | ( | const TagMetadata & | toCompare | ) | const [inline] |
Definition at line 18 of file TagMetadata.h.
References hashvalue().
{ return this->hashvalue()<toCompare.hashvalue(); }
std::string cond::TagMetadata::labelname |
Definition at line 11 of file TagMetadata.h.
Referenced by BOOST_PYTHON_MODULE(), CondDBESSource::CondDBESSource(), CondDBESSource::fillTagCollectionFromDB(), and cond::TagCollectionRetriever::getTagCollection().
std::string cond::TagMetadata::objectname |
Definition at line 12 of file TagMetadata.h.
Referenced by BOOST_PYTHON_MODULE(), CondDBESSource::fillTagCollectionFromDB(), and cond::TagCollectionRetriever::getTagCollection().
std::string cond::TagMetadata::pfn |
Definition at line 9 of file TagMetadata.h.
Referenced by BOOST_PYTHON_MODULE(), CondDBESSource::CondDBESSource(), CondDBESSource::fillTagCollectionFromDB(), cond::TagCollectionRetriever::getTagCollection(), and hashvalue().
std::string cond::TagMetadata::recordname |
Definition at line 10 of file TagMetadata.h.
Referenced by BOOST_PYTHON_MODULE(), CondDBESSource::CondDBESSource(), CondDBESSource::fillTagCollectionFromDB(), and cond::TagCollectionRetriever::getTagCollection().
std::string cond::TagMetadata::tag |
Definition at line 8 of file TagMetadata.h.
Referenced by BOOST_PYTHON_MODULE(), CondDBESSource::CondDBESSource(), CondDBESSource::fillTagCollectionFromDB(), cond::TagCollectionRetriever::getTagCollection(), and hashvalue().