|
EvtGen 2.2.0
Monte Carlo generator of particle decays, in particular the weak decays of heavy flavour particles such as B mesons.
|
#include <EvtGenBase/EvtStreamInputIterator.hh>
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 () | |
| 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 | m_read () |
Protected Attributes | |
| EvtStreamAdapter< Point > * | m_counter |
| value_type | m_currentValue |
Definition at line 35 of file EvtStreamInputIterator.hh.
| typedef ptrdiff_t EvtStreamInputIterator< Point >::difference_type |
Definition at line 39 of file EvtStreamInputIterator.hh.
| typedef input_iterator_tag EvtStreamInputIterator< Point >::iterator_category |
Definition at line 37 of file EvtStreamInputIterator.hh.
| typedef const Point* EvtStreamInputIterator< Point >::pointer |
Definition at line 40 of file EvtStreamInputIterator.hh.
| typedef const Point& EvtStreamInputIterator< Point >::reference |
Definition at line 41 of file EvtStreamInputIterator.hh.
| typedef Point EvtStreamInputIterator< Point >::value_type |
Definition at line 38 of file EvtStreamInputIterator.hh.
|
inline |
Definition at line 43 of file EvtStreamInputIterator.hh.
|
inline |
Definition at line 45 of file EvtStreamInputIterator.hh.
|
inline |
Definition at line 51 of file EvtStreamInputIterator.hh.
|
inline |
Definition at line 57 of file EvtStreamInputIterator.hh.
|
inlineprotected |
Definition at line 98 of file EvtStreamInputIterator.hh.
|
inline |
Definition at line 63 of file EvtStreamInputIterator.hh.
|
inline |
Definition at line 65 of file EvtStreamInputIterator.hh.
|
inline |
Definition at line 71 of file EvtStreamInputIterator.hh.
|
inline |
Definition at line 78 of file EvtStreamInputIterator.hh.
|
inlineprotected |
Definition at line 88 of file EvtStreamInputIterator.hh.
|
protected |
Definition at line 85 of file EvtStreamInputIterator.hh.
|
protected |
Definition at line 86 of file EvtStreamInputIterator.hh.