#include <IOVProxy.h>
Public Types | |
typedef IOVElementProxy | result_type |
Public Member Functions | |
IterHelp () | |
IterHelp (IOVProxyData &in) | |
result_type const & | operator() (int i) const |
Private Attributes | |
IOVElementProxy | elem |
IOVSequence const * | iov |
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.
: iov(0){}
cond::IterHelp::IterHelp | ( | IOVProxyData & | in | ) |
Definition at line 68 of file IOVProxy.cc.
result_type const& cond::IterHelp::operator() | ( | int | i | ) | const [inline] |
Definition at line 91 of file IOVProxy.h.
References elem, iov, and cond::IOVElementProxy::set().
IOVElementProxy cond::IterHelp::elem [mutable, private] |
Definition at line 98 of file IOVProxy.h.
Referenced by operator()().
IOVSequence const* cond::IterHelp::iov [private] |
Definition at line 97 of file IOVProxy.h.
Referenced by operator()().