EvtGen 2.2.0
Monte Carlo generator of particle decays, in particular the weak decays of heavy flavour particles such as B mesons.
Loading...
Searching...
No Matches
EvtStreamInputIterator< Point > Class Template Reference

#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
EvtStreamInputIteratoroperator++ ()
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

Detailed Description

template<class Point>
class EvtStreamInputIterator< Point >

Definition at line 35 of file EvtStreamInputIterator.hh.

Member Typedef Documentation

◆ difference_type

template<class Point>
typedef ptrdiff_t EvtStreamInputIterator< Point >::difference_type

Definition at line 39 of file EvtStreamInputIterator.hh.

◆ iterator_category

template<class Point>
typedef input_iterator_tag EvtStreamInputIterator< Point >::iterator_category

Definition at line 37 of file EvtStreamInputIterator.hh.

◆ pointer

template<class Point>
typedef const Point* EvtStreamInputIterator< Point >::pointer

Definition at line 40 of file EvtStreamInputIterator.hh.

◆ reference

template<class Point>
typedef const Point& EvtStreamInputIterator< Point >::reference

Definition at line 41 of file EvtStreamInputIterator.hh.

◆ value_type

template<class Point>
typedef Point EvtStreamInputIterator< Point >::value_type

Definition at line 38 of file EvtStreamInputIterator.hh.

Constructor & Destructor Documentation

◆ EvtStreamInputIterator() [1/3]

template<class Point>
EvtStreamInputIterator< Point >::EvtStreamInputIterator ( )
inline

Definition at line 43 of file EvtStreamInputIterator.hh.

◆ EvtStreamInputIterator() [2/3]

template<class Point>
EvtStreamInputIterator< Point >::EvtStreamInputIterator ( const EvtStreamInputIterator< Point > & other)
inline

Definition at line 45 of file EvtStreamInputIterator.hh.

◆ EvtStreamInputIterator() [3/3]

template<class Point>
EvtStreamInputIterator< Point >::EvtStreamInputIterator ( EvtStreamAdapter< Point > & counter)
inline

Definition at line 51 of file EvtStreamInputIterator.hh.

◆ ~EvtStreamInputIterator()

template<class Point>
EvtStreamInputIterator< Point >::~EvtStreamInputIterator ( )
inline

Definition at line 57 of file EvtStreamInputIterator.hh.

Member Function Documentation

◆ m_read()

template<class Point>
void EvtStreamInputIterator< Point >::m_read ( )
inlineprotected

Definition at line 98 of file EvtStreamInputIterator.hh.

◆ operator*()

template<class Point>
reference EvtStreamInputIterator< Point >::operator* ( ) const
inline

Definition at line 63 of file EvtStreamInputIterator.hh.

◆ operator++() [1/2]

template<class Point>
EvtStreamInputIterator & EvtStreamInputIterator< Point >::operator++ ( )
inline

Definition at line 65 of file EvtStreamInputIterator.hh.

◆ operator++() [2/2]

template<class Point>
EvtStreamInputIterator EvtStreamInputIterator< Point >::operator++ ( int )
inline

Definition at line 71 of file EvtStreamInputIterator.hh.

◆ operator==()

template<class Point>
bool EvtStreamInputIterator< Point >::operator== ( const EvtStreamInputIterator< Point > & other) const
inline

Definition at line 78 of file EvtStreamInputIterator.hh.

◆ pastEnd()

template<class Point>
bool EvtStreamInputIterator< Point >::pastEnd ( ) const
inlineprotected

Definition at line 88 of file EvtStreamInputIterator.hh.

Member Data Documentation

◆ m_counter

template<class Point>
EvtStreamAdapter<Point>* EvtStreamInputIterator< Point >::m_counter
protected

Definition at line 85 of file EvtStreamInputIterator.hh.

◆ m_currentValue

template<class Point>
value_type EvtStreamInputIterator< Point >::m_currentValue
protected

Definition at line 86 of file EvtStreamInputIterator.hh.


The documentation for this class was generated from the following file: