#include <GTProxy.h>
Public Member Functions | |
Iterator () | |
Iterator (GTContainer::const_iterator current) | |
Iterator (const Iterator &rhs) | |
bool | operator!= (const Iterator &rhs) const |
cond::GTEntry_t | operator* () |
Iterator & | operator++ () |
Iterator | operator++ (int) |
Iterator & | operator= (const Iterator &rhs) |
bool | operator== (const Iterator &rhs) const |
Private Attributes | |
GTContainer::const_iterator | m_current |
cond::persistency::GTProxy::Iterator::Iterator | ( | ) |
Definition at line 48 of file GTProxy.cc.
|
explicit |
Definition at line 52 of file GTProxy.cc.
cond::persistency::GTProxy::Iterator::Iterator | ( | const Iterator & | rhs | ) |
Definition at line 56 of file GTProxy.cc.
bool cond::persistency::GTProxy::Iterator::operator!= | ( | const Iterator & | rhs | ) | const |
Definition at line 87 of file GTProxy.cc.
References operator==().
cond::GTEntry_t cond::persistency::GTProxy::Iterator::operator* | ( | ) |
Definition at line 67 of file GTProxy.cc.
References m_current.
GTProxy::Iterator & cond::persistency::GTProxy::Iterator::operator++ | ( | ) |
Definition at line 71 of file GTProxy.cc.
References m_current.
Referenced by operator++().
GTProxy::Iterator cond::persistency::GTProxy::Iterator::operator++ | ( | int | ) |
Definition at line 76 of file GTProxy.cc.
References operator++(), and tmp.
GTProxy::Iterator & cond::persistency::GTProxy::Iterator::operator= | ( | const Iterator & | rhs | ) |
Definition at line 60 of file GTProxy.cc.
References m_current.
bool cond::persistency::GTProxy::Iterator::operator== | ( | const Iterator & | rhs | ) | const |
Definition at line 82 of file GTProxy.cc.
References m_current.
Referenced by operator!=().
|
private |
Definition at line 59 of file GTProxy.h.
Referenced by operator*(), operator++(), operator=(), and operator==().