#include <IOVElement.h>
Public Member Functions | |
IOVElement () | |
IOVElement (cond::Time_t it) | |
IOVElement (cond::Time_t it, std::string const &itoken) | |
bool | operator== (IOVElement const &rh) const |
cond::Time_t | sinceTime () const |
void | swapOId (ora::ITokenWriter &writer) const |
void | swapToken (ora::ITokenParser &parser) const |
std::string | token () const |
Private Attributes | |
ora::OId | m_oid |
cond::Time_t | m_sinceTime |
std::string | m_wrapper |
Element of an IOV Sequence include the since time, token to the wrapper
Definition at line 13 of file IOVElement.h.
|
inline |
Definition at line 15 of file IOVElement.h.
|
inlineexplicit |
Definition at line 20 of file IOVElement.h.
|
inline |
|
inline |
|
inline |
Definition at line 33 of file IOVElement.h.
References m_sinceTime.
Referenced by cond::IOVSequence::find(), operator==(), and cond::IOVSequence::sortMe().
|
inline |
Definition at line 51 of file IOVElement.h.
References ora::OId::isInvalid(), m_oid, m_wrapper, and ora::ITokenWriter::write().
|
inline |
Definition at line 44 of file IOVElement.h.
References m_oid, m_wrapper, and ora::ITokenParser::parse().
|
inline |
Definition at line 35 of file IOVElement.h.
References m_oid, and ora::OId::toString().
Referenced by cond::ExportIOVUtilities::execute(), and operator==().
|
private |
Definition at line 60 of file IOVElement.h.
Referenced by IOVElement(), swapOId(), swapToken(), and token().
|
private |
Definition at line 58 of file IOVElement.h.
Referenced by sinceTime().
|
private |
Definition at line 59 of file IOVElement.h.
Referenced by swapOId(), and swapToken().