Base class for the ValidIterator
and SentinelIterator
More...
#include <iterator.h>
Public Member Functions | |
virtual void | next ()=0 |
virtual Batch & | get ()=0 |
virtual bool | operator== (const IteratorImpl &other) const =0 |
virtual bool | operator== (const ValidIterator< Batch > &other) const =0 |
virtual bool | operator== (const SentinelIterator< Batch > &other) const =0 |
Base class for the ValidIterator
and SentinelIterator
Definition at line 33 of file iterator.h.