#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 |
|
inline |
|
inlinestatic |
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().