#include <OMSAccess.h>
Public Member Functions | |
OMSServiceResultIterator | begin () const |
bool | empty () const |
OMSServiceResultIterator | end () 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 143 of file OMSAccess.h.
cond::OMSServiceResult::OMSServiceResult | ( | ) |
Definition at line 30 of file OMSAccess.cc.
OMSServiceResultIterator cond::OMSServiceResult::begin | ( | void | ) | const |
Definition at line 32 of file OMSAccess.cc.
References m_data.
Referenced by LHCInfoImpl::makeFillPayload().
bool cond::OMSServiceResult::empty | ( | ) | const |
Definition at line 59 of file OMSAccess.cc.
References size().
Referenced by LHCInfoImpl::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().
size_t cond::OMSServiceResult::parseData | ( | const std::string & | data | ) |
size_t cond::OMSServiceResult::size | ( | void | ) | const |
Definition at line 51 of file OMSAccess.cc.
References m_data, and runTheMatrix::ret.
Referenced by ntupleDataFormat._Collection::__iter__(), ntupleDataFormat._Collection::__len__(), and empty().
|
private |
Definition at line 161 of file OMSAccess.h.
Referenced by begin(), end(), parseData(), and size().
|
private |
Definition at line 160 of file OMSAccess.h.
Referenced by parseData().