#include <IOVElement.h>
Public Member Functions | |
IOVElement () | |
IOVElement (cond::Time_t it) | |
IOVElement (cond::Time_t it, std::string const &iwrapper) | |
bool | operator== (IOVElement const &rh) const |
cond::Time_t | sinceTime () const |
std::string const & | token () const |
std::string const & | wrapperToken () const |
Private Attributes | |
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 11 of file IOVElement.h.
|
inline |
Definition at line 13 of file IOVElement.h.
|
inline |
Definition at line 15 of file IOVElement.h.
|
inline |
Definition at line 17 of file IOVElement.h.
|
inline |
|
inline |
Definition at line 21 of file IOVElement.h.
References m_sinceTime.
Referenced by cond::IOVSequence::find(), operator==(), and cond::IOVSequence::sortMe().
|
inline |
|
inline |
|
private |
Definition at line 32 of file IOVElement.h.
Referenced by sinceTime().
|
private |
Definition at line 33 of file IOVElement.h.
Referenced by token(), and wrapperToken().