#include <RunInfoProxy.h>
Public Member Functions | |
Iterator () | |
Iterator (RunInfoData::const_iterator current) | |
Iterator (const Iterator &rhs) | |
bool | operator!= (const Iterator &rhs) const |
cond::RunInfo_t | operator* () |
Iterator & | operator++ () |
Iterator | operator++ (int) |
Iterator & | operator= (const Iterator &rhs) |
bool | operator== (const Iterator &rhs) const |
Private Attributes | |
RunInfoData::const_iterator | m_current |
Definition at line 31 of file RunInfoProxy.h.
cond::persistency::RunInfoProxy::Iterator::Iterator | ( | ) |
Definition at line 21 of file RunInfoProxy.cc.
|
explicit |
Definition at line 25 of file RunInfoProxy.cc.
cond::persistency::RunInfoProxy::Iterator::Iterator | ( | const Iterator & | rhs | ) |
Definition at line 29 of file RunInfoProxy.cc.
bool cond::persistency::RunInfoProxy::Iterator::operator!= | ( | const Iterator & | rhs | ) | const |
Definition at line 60 of file RunInfoProxy.cc.
References operator==().
cond::RunInfo_t cond::persistency::RunInfoProxy::Iterator::operator* | ( | ) |
Definition at line 40 of file RunInfoProxy.cc.
References m_current.
RunInfoProxy::Iterator & cond::persistency::RunInfoProxy::Iterator::operator++ | ( | ) |
Definition at line 44 of file RunInfoProxy.cc.
References m_current.
Referenced by operator++().
RunInfoProxy::Iterator cond::persistency::RunInfoProxy::Iterator::operator++ | ( | int | ) |
Definition at line 49 of file RunInfoProxy.cc.
References operator++(), and tmp.
RunInfoProxy::Iterator & cond::persistency::RunInfoProxy::Iterator::operator= | ( | const Iterator & | rhs | ) |
Definition at line 33 of file RunInfoProxy.cc.
References m_current.
bool cond::persistency::RunInfoProxy::Iterator::operator== | ( | const Iterator & | rhs | ) | const |
Definition at line 55 of file RunInfoProxy.cc.
References m_current.
Referenced by operator!=().
|
private |
Definition at line 53 of file RunInfoProxy.h.
Referenced by operator*(), operator++(), operator=(), and operator==().