![]() |
![]() |
#include <IOVProxy.h>
Public Types | |
typedef IOVElementProxy | result_type |
Public Member Functions | |
IterHelp () | |
IterHelp (impl::IOVImpl &in) | |
result_type const & | operator() (int i) const |
Private Attributes | |
IOVElementProxy | elem |
IOV const * | iov |
Definition at line 69 of file IOVProxy.h.
Definition at line 70 of file IOVProxy.h.
cond::IOVProxy::IterHelp::IterHelp | ( | ) | [inline] |
Definition at line 71 of file IOVProxy.h.
: iov(0){}
cond::IOVProxy::IterHelp::IterHelp | ( | impl::IOVImpl & | in | ) |
Definition at line 66 of file IOVProxy.cc.
result_type const& cond::IOVProxy::IterHelp::operator() | ( | int | i | ) | const [inline] |
Definition at line 74 of file IOVProxy.h.
References elem, iov, and cond::IOVElementProxy::set().
IOVElementProxy cond::IOVProxy::IterHelp::elem [mutable, private] |
Definition at line 81 of file IOVProxy.h.
Referenced by operator()().
IOV const* cond::IOVProxy::IterHelp::iov [private] |
Definition at line 80 of file IOVProxy.h.
Referenced by operator()().