#include <IOVProxy.h>
Public Member Functions | |
Iterator () | |
Iterator (IOVContainer::const_iterator current, IOVContainer::const_iterator end, cond::TimeType timeType, cond::Time_t lastTill, cond::Time_t endOfValidity) | |
Iterator (const Iterator &rhs) | |
bool | operator!= (const Iterator &rhs) const |
cond::Iov_t | operator* () |
Iterator & | operator++ () |
Iterator | operator++ (int) |
Iterator & | operator= (const Iterator &rhs) |
bool | operator== (const Iterator &rhs) const |
Private Attributes | |
IOVContainer::const_iterator | m_current |
IOVContainer::const_iterator | m_end |
cond::Time_t | m_endOfValidity |
cond::Time_t | m_lastTill |
cond::TimeType | m_timeType |
Definition at line 32 of file IOVProxy.h.
cond::persistency::IOVProxy::Iterator::Iterator | ( | ) |
Definition at line 35 of file IOVProxy.cc.
cond::persistency::IOVProxy::Iterator::Iterator | ( | IOVContainer::const_iterator | current, |
IOVContainer::const_iterator | end, | ||
cond::TimeType | timeType, | ||
cond::Time_t | lastTill, | ||
cond::Time_t | endOfValidity | ||
) |
Definition at line 43 of file IOVProxy.cc.
cond::persistency::IOVProxy::Iterator::Iterator | ( | const Iterator & | rhs | ) |
Definition at line 52 of file IOVProxy.cc.
bool cond::persistency::IOVProxy::Iterator::operator!= | ( | const Iterator & | rhs | ) | const |
Definition at line 107 of file IOVProxy.cc.
References operator==().
cond::Iov_t cond::persistency::IOVProxy::Iterator::operator* | ( | ) |
Definition at line 71 of file IOVProxy.cc.
References m_current, m_end, m_endOfValidity, m_lastTill, m_timeType, GetRecoTauVFromDQM_MC_cff::next, cond::Iov_t::payloadId, cond::Iov_t::since, cond::Iov_t::till, and cond::time::tillTimeFromNextSince().
IOVProxy::Iterator & cond::persistency::IOVProxy::Iterator::operator++ | ( | ) |
Definition at line 90 of file IOVProxy.cc.
References m_current.
Referenced by operator++().
IOVProxy::Iterator cond::persistency::IOVProxy::Iterator::operator++ | ( | int | ) |
Definition at line 95 of file IOVProxy.cc.
References operator++(), and tmp.
IOVProxy::Iterator & cond::persistency::IOVProxy::Iterator::operator= | ( | const Iterator & | rhs | ) |
Definition at line 60 of file IOVProxy.cc.
References m_current, m_end, m_endOfValidity, m_lastTill, and m_timeType.
bool cond::persistency::IOVProxy::Iterator::operator== | ( | const Iterator & | rhs | ) | const |
Definition at line 101 of file IOVProxy.cc.
References m_current, and m_end.
Referenced by operator!=().
|
private |
Definition at line 55 of file IOVProxy.h.
Referenced by operator*(), operator++(), operator=(), and operator==().
|
private |
Definition at line 56 of file IOVProxy.h.
Referenced by operator*(), operator=(), and operator==().
|
private |
Definition at line 59 of file IOVProxy.h.
Referenced by operator*(), and operator=().
|
private |
Definition at line 58 of file IOVProxy.h.
Referenced by operator*(), and operator=().
|
private |
Definition at line 57 of file IOVProxy.h.
Referenced by operator*(), and operator=().