StRoot
1
|
Public Member Functions | |
Iterator (FieldList &fields) | |
Iterator (FieldList *fields) | |
Iterator (const Iterator &mit) | |
Iterator (const FieldList::iterator &first, const FieldList::iterator &last) | |
Iterator & | operator++ () |
Iterator & | operator++ (int) |
bool | operator== (const Iterator &rhs) |
bool | operator!= (const Iterator &rhs) |
StDbFieldI * | operator* () |
const StDbFieldI * | operator* () const |
bool | hasNext () const |
StDbFieldI * | next () |
Definition at line 10 of file StDbFieldIIterator.h.