#include <KeyList.h>
Public Types | |
typedef BaseKeyed | Base |
Public Member Functions | |
BaseKeyed const * | elem (int n) const |
BaseKeyed const * | elem (char const *iname) const |
BaseKeyed const * | elem (std::string const &iname) const |
template<typename T > | |
T const * | get (int n) const |
template<typename T > | |
T const * | get (char const *iname) const |
template<typename T > | |
T const * | get (std::string const &iname) const |
void | init (cond::IOVProxy const &seq) |
KeyList (IOVKeysDescription const *idescr=0) | |
void | load (std::vector< unsigned long long > const &keys) |
int | size () const |
Private Attributes | |
std::vector< boost::shared_ptr < Base > > | m_data |
IOVKeysDescription const * | m_description |
cond::IOVProxy | m_sequence |
typedef BaseKeyed cond::KeyList::Base |
cond::KeyList::KeyList | ( | IOVKeysDescription const * | idescr = 0 | ) |
Definition at line 8 of file KeyList.cc.
BaseKeyed const * cond::KeyList::elem | ( | int | n | ) | const |
Definition at line 26 of file KeyList.cc.
Referenced by DTUserKeyedConfigPopConAnalyzer::analyze(), DTKeyedConfigPopConAnalyzer::analyze(), and get().
BaseKeyed const* cond::KeyList::elem | ( | char const * | iname | ) | const |
BaseKeyed const* cond::KeyList::elem | ( | std::string const & | iname | ) | const |
|
inline |
Definition at line 39 of file KeyList.h.
Referenced by Options.Options::__getitem__(), DTUserKeyedConfigPopConAnalyzer::analyze(), DTKeyedConfigPopConAnalyzer::analyze(), DTKeyedConfigDBDump::analyze(), DTUserKeyedConfigHandler::chkConfigList(), DTKeyedConfigHandler::chkConfigList(), and DTConfigPluginHandler::get().
|
inline |
Definition at line 44 of file KeyList.h.
References elem().
Referenced by Options.Options::__getitem__().
|
inline |
Definition at line 49 of file KeyList.h.
References elem().
Referenced by Options.Options::__getitem__().
|
inline |
void cond::KeyList::load | ( | std::vector< unsigned long long > const & | keys | ) |
Definition at line 10 of file KeyList.cc.
References cond::DbTransaction::commit(), cond::IOVProxy::db(), cond::DbSession::getTypedObject(), i, cond::IOVProxy::iov(), m_data, m_sequence, L1TEmulatorMonitor_cff::p, cond::DbTransaction::start(), and cond::DbSession::transaction().
Referenced by DTKeyedConfigDBDump::analyze(), DTUserKeyedConfigHandler::chkConfigList(), DTKeyedConfigHandler::chkConfigList(), and DTConfigPluginHandler::get().
|
inline |
Definition at line 59 of file KeyList.h.
References m_data.
Referenced by DTUserKeyedConfigPopConAnalyzer::analyze(), and DTKeyedConfigPopConAnalyzer::analyze().
|
private |
|
private |
|
private |