13#ifndef EVT_STREAM_INPUT_ITERATOR_HH
14#define EVT_STREAM_INPUT_ITERATOR_HH
16#include "EvtGenBase/EvtStreamAdapter.hh"
18using std::input_iterator_tag;
71 return (
pastEnd() && other.pastEnd());
99template <
class Generator>
102 typedef typename Generator::result_type Point;