BOSS 7.0.8
BESIII Offline Software System
|
#include <EvtStreamInputIterator.hh>
Public Types | |
typedef input_iterator_tag | iterator_category |
typedef Point | value_type |
typedef const Point * | pointer |
typedef const Point & | reference |
Public Member Functions | |
EvtStreamInputIterator () | |
EvtStreamInputIterator (const EvtStreamInputIterator &other) | |
EvtStreamInputIterator (EvtStreamAdapter< Point > &counter) | |
~EvtStreamInputIterator () | |
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 21 of file EvtStreamInputIterator.hh.
typedef input_iterator_tag EvtStreamInputIterator< Point >::iterator_category |
Definition at line 24 of file EvtStreamInputIterator.hh.
typedef const Point* EvtStreamInputIterator< Point >::pointer |
Definition at line 27 of file EvtStreamInputIterator.hh.
typedef const Point& EvtStreamInputIterator< Point >::reference |
Definition at line 28 of file EvtStreamInputIterator.hh.
typedef Point EvtStreamInputIterator< Point >::value_type |
Definition at line 25 of file EvtStreamInputIterator.hh.
|
inline |
Definition at line 30 of file EvtStreamInputIterator.hh.
|
inline |
Definition at line 34 of file EvtStreamInputIterator.hh.
|
inline |
Definition at line 39 of file EvtStreamInputIterator.hh.
|
inline |
Definition at line 45 of file EvtStreamInputIterator.hh.
|
inlineprotected |
Definition at line 88 of file EvtStreamInputIterator.hh.
Referenced by EvtStreamInputIterator< Point >::operator++().
|
inline |
Definition at line 50 of file EvtStreamInputIterator.hh.
|
inline |
Definition at line 55 of file EvtStreamInputIterator.hh.
|
inline |
Definition at line 61 of file EvtStreamInputIterator.hh.
|
inline |
Definition at line 68 of file EvtStreamInputIterator.hh.
|
inlineprotected |
Definition at line 79 of file EvtStreamInputIterator.hh.
Referenced by EvtStreamInputIterator< Point >::operator==().
|
protected |
|
protected |
Definition at line 77 of file EvtStreamInputIterator.hh.
Referenced by EvtStreamInputIterator< Point >::_read(), EvtStreamInputIterator< Point >::EvtStreamInputIterator(), and EvtStreamInputIterator< Point >::operator*().