|
Medial Code Documentation
|
Public Types | |
| using | iterator_category = std::forward_iterator_tag |
Public Member Functions | |
| BatchIterator (BatchIteratorImpl< T > *impl) | |
| BatchIterator (std::shared_ptr< BatchIteratorImpl< T > > impl) | |
| BatchIterator & | operator++ () |
| const T & | operator* () const |
| bool | operator!= (const BatchIterator &) const |
| bool | AtEnd () const |
| std::shared_ptr< T const > | Page () const |