#include <IterWithDict.h>
Public Member Functions | |
IterWithDictBase () | |
IterWithDictBase (TList *) | |
bool | operator!= (IterWithDictBase const &) const |
Protected Member Functions | |
void | advance () |
TIter const & | iter () const |
Private Attributes | |
bool | atEnd_ |
TIter | iter_ |
Definition at line 14 of file IterWithDict.h.
edm::IterWithDictBase::IterWithDictBase | ( | ) |
Definition at line 22 of file IterWithDict.cc.
|
explicit |
Definition at line 29 of file IterWithDict.cc.
References atEnd_, iter_, and getGTfromDQMFile::obj.
|
protected |
Definition at line 7 of file IterWithDict.cc.
References atEnd_, iter_, and getGTfromDQMFile::obj.
Referenced by edm::IterWithDict< T >::operator++().
|
protected |
Definition at line 18 of file IterWithDict.cc.
References iter_.
Referenced by edm::IterWithDict< T >::operator*().
bool edm::IterWithDictBase::operator!= | ( | IterWithDictBase const & | rhs | ) | const |
Definition at line 38 of file IterWithDict.cc.
|
private |
Definition at line 17 of file IterWithDict.h.
Referenced by advance(), IterWithDictBase(), and operator!=().
|
private |
Definition at line 16 of file IterWithDict.h.
Referenced by advance(), iter(), IterWithDictBase(), and operator!=().