StRoot
1
|
Public Member Functions | |
Iterator (RecordList &fields) | |
Iterator (RecordList *fields) | |
Iterator (const Iterator &mit) | |
Iterator (const RecordIterator &first, const RecordIterator &last) | |
Iterator & | operator++ () |
Iterator & | operator++ (int) |
bool | operator== (const Iterator &rhs) |
bool | operator!= (const Iterator &rhs) |
StRecord * | operator* () |
const StRecord * | operator* () const |
bool | hasNext () const |
StRecord * | next () |
Definition at line 8 of file StRecordIterator.h.