#include <IOVProxy.h>
Public Types | |
typedef IOVElementProxy | result_type |
Public Member Functions | |
IterHelp () | |
IterHelp (IOVProxyData &in) | |
IterHelp (IOVProxyData &in, cond::Time_t lowBound) | |
result_type const & | operator() (int i) const |
Private Attributes | |
IOVElementProxy | elem |
IOVSequence const * | iov |
cond::Time_t | lowBound |
Definition at line 85 of file IOVProxy.h.
Definition at line 87 of file IOVProxy.h.
cond::IterHelp::IterHelp | ( | ) | [inline] |
Definition at line 88 of file IOVProxy.h.
cond::IterHelp::IterHelp | ( | IOVProxyData & | in | ) |
Definition at line 71 of file IOVProxy.cc.
cond::IterHelp::IterHelp | ( | IOVProxyData & | in, |
cond::Time_t | lowBound | ||
) |
Definition at line 76 of file IOVProxy.cc.
result_type const& cond::IterHelp::operator() | ( | int | i | ) | const [inline] |
Definition at line 92 of file IOVProxy.h.
References elem, iov, lowBound, cond::IOVElementProxy::set(), cond::IOVElementProxy::since(), cond::IOVElementProxy::till(), tmp, and cond::IOVElementProxy::token().
IOVElementProxy cond::IterHelp::elem [mutable, private] |
Definition at line 106 of file IOVProxy.h.
Referenced by operator()().
IOVSequence const* cond::IterHelp::iov [private] |
Definition at line 105 of file IOVProxy.h.
Referenced by operator()().
cond::Time_t cond::IterHelp::lowBound [private] |
Definition at line 104 of file IOVProxy.h.
Referenced by operator()().