#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.
cond::KeyedElement::KeyedElement | ( | BaseKeyed * | obj, |
cond::Time_t | key | ||
) | [inline] |
cond::KeyedElement::KeyedElement | ( | BaseKeyed * | obj, |
std::string | key | ||
) | [inline] |
static cond::Time_t cond::KeyedElement::convert | ( | std::string | key | ) | [inline, static] |
Definition at line 31 of file KeyedElement.h.
References cond::hash64().
{ return cond::hash64( (unsigned char*)(&key[0]),key.size(),0); }
Definition at line 37 of file KeyedElement.h.
Referenced by DTUserKeyedConfigHandler::chkConfigList(), DTKeyedConfigHandler::chkConfigList(), and DTKeyedConfigDBInit::endJob().
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().