#include <GA_PageIterator.h>
Definition at line 25 of file GA_PageIterator.h.
GA_PageIterator::~GA_PageIterator |
( |
| ) |
|
|
inline |
void GA_PageIterator::advance |
( |
| ) |
|
|
inline |
Iterator interface
- Warning
- The post-increment operator has a side-effect since the value returned is the iterator after the increment (not before)
Definition at line 82 of file GA_PageIterator.h.
bool GA_PageIterator::atEnd |
( |
| ) |
const |
|
inline |
Iterator interface
- Warning
- The post-increment operator has a side-effect since the value returned is the iterator after the increment (not before)
Definition at line 81 of file GA_PageIterator.h.
auto GA_PageIterator::begin |
( |
void |
| ) |
const |
|
inline |
auto GA_PageIterator::end |
( |
void |
| ) |
const |
|
inline |
GA_Offset GA_PageIterator::getFirstOffsetInPage |
( |
| ) |
const |
|
inline |
Return the offset for the beginning of the current page
Definition at line 69 of file GA_PageIterator.h.
GA_Offset GA_PageIterator::operator* |
( |
| ) |
const |
|
inline |
Return the offset for the beginning of the current page
Definition at line 73 of file GA_PageIterator.h.
Iterator interface
- Warning
- The post-increment operator has a side-effect since the value returned is the iterator after the increment (not before)
Definition at line 89 of file GA_PageIterator.h.
void GA_PageIterator::rewind |
( |
| ) |
|
|
inline |
Iterator interface
- Warning
- The post-increment operator has a side-effect since the value returned is the iterator after the increment (not before)
Definition at line 80 of file GA_PageIterator.h.
The documentation for this class was generated from the following file: