#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 13 of file KeyedElement.h.
References submitPVResolutionJobs::key, m_skey, and contentValuesCheck::ss.
|
inline |
Definition at line 21 of file KeyedElement.h.
References m_skey.
|
inlinestatic |
Definition at line 25 of file KeyedElement.h.
References cond::hash64(), and submitPVResolutionJobs::key.
cond::Time_t cond::KeyedElement::m_key |
Definition at line 29 of file KeyedElement.h.
BaseKeyed* cond::KeyedElement::m_obj |
Definition at line 27 of file KeyedElement.h.
std::string cond::KeyedElement::m_skey |
Definition at line 28 of file KeyedElement.h.
Referenced by KeyedElement().