#include <OMSAccess.h>
Public Member Functions | |
OMSServiceResultRef | back () const |
OMSServiceResultIterator | begin () const |
bool | empty () const |
OMSServiceResultIterator | end () const |
OMSServiceResultRef | front () const |
OMSServiceResult () | |
size_t | parseData (const std::string &data) |
size_t | size () const |
Private Attributes | |
boost::property_tree::ptree * | m_data |
boost::property_tree::ptree | m_root |
Definition at line 149 of file OMSAccess.h.
cond::OMSServiceResult::OMSServiceResult | ( | ) |
Definition at line 30 of file OMSAccess.cc.
OMSServiceResultRef cond::OMSServiceResult::back | ( | ) | const |
OMSServiceResultIterator cond::OMSServiceResult::begin | ( | void | ) | const |
Definition at line 32 of file OMSAccess.cc.
References m_data.
Referenced by theLHCInfoPerFillImpl::makeFillPayload(), theLHCInfoImpl::makeFillPayload(), and LHCInfoPerLSPopConSourceHandler::makeFillPayload().
bool cond::OMSServiceResult::empty | ( | ) | const |
Definition at line 69 of file OMSAccess.cc.
References size().
Referenced by theLHCInfoPerFillImpl::makeFillPayload(), theLHCInfoImpl::makeFillPayload(), and LHCInfoPerLSPopConSourceHandler::makeFillPayload().
OMSServiceResultIterator cond::OMSServiceResult::end | ( | void | ) | const |
Definition at line 34 of file OMSAccess.cc.
References m_data.
Referenced by Types.LuminosityBlockRange::cppID(), and Types.EventRange::cppID().
OMSServiceResultRef cond::OMSServiceResult::front | ( | ) | const |
size_t cond::OMSServiceResult::parseData | ( | const std::string & | data | ) |
size_t cond::OMSServiceResult::size | ( | void | ) | const |
Definition at line 61 of file OMSAccess.cc.
References m_data, and runTheMatrix::ret.
Referenced by ntupleDataFormat._Collection::__iter__(), ntupleDataFormat._Collection::__len__(), and empty().
|
private |
Definition at line 170 of file OMSAccess.h.
Referenced by back(), begin(), end(), front(), parseData(), and size().
|
private |
Definition at line 169 of file OMSAccess.h.
Referenced by parseData().