#include <KeyedElement.h>
Public Member Functions | |
KeyedElement (BaseKeyed *obj, cond::Time_t key) | |
KeyedElement (BaseKeyed *obj, std::string key) | |
Static Public Member Functions | |
static cond::Time_t | convert (std::string key) |
Public Attributes | |
cond::Time_t | m_key |
BaseKeyed * | m_obj |
std::string | m_skey |
Definition at line 10 of file KeyedElement.h.
|
inline |
Definition at line 14 of file KeyedElement.h.
References relval_steps::key, m_skey, and contentValuesCheck::ss.
|
inline |
Definition at line 24 of file KeyedElement.h.
References m_skey.
|
inlinestatic |
Definition at line 31 of file KeyedElement.h.
References cond::hash64().
cond::Time_t cond::KeyedElement::m_key |
Definition at line 37 of file KeyedElement.h.
Referenced by DTUserKeyedConfigHandler::chkConfigList(), DTKeyedConfigHandler::chkConfigList(), and DTKeyedConfigDBInit::endJob().
BaseKeyed* cond::KeyedElement::m_obj |
Definition at line 35 of file KeyedElement.h.
Referenced by DTUserKeyedConfigHandler::chkConfigList(), DTKeyedConfigHandler::chkConfigList(), and DTKeyedConfigDBInit::endJob().
std::string cond::KeyedElement::m_skey |
Definition at line 36 of file KeyedElement.h.
Referenced by KeyedElement().