StRoot
1
|
Public Types | |
typedef input_iterator_tag | iterator_category |
typedef Point | value_type |
typedef ptrdiff_t | difference_type |
typedef const Point * | pointer |
typedef const Point & | reference |
Public Member Functions | |
EvtStreamInputIterator (const EvtStreamInputIterator &other) | |
EvtStreamInputIterator (EvtStreamAdapter< Point > &counter) | |
reference | operator* () const |
EvtStreamInputIterator & | operator++ () |
EvtStreamInputIterator | operator++ (int) |
bool | operator== (const EvtStreamInputIterator &other) const |
Protected Member Functions | |
bool | pastEnd () const |
void | _read () |
Protected Attributes | |
EvtStreamAdapter< Point > * | _counter |
value_type | _currentValue |
Definition at line 24 of file EvtStreamInputIterator.hh.