#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 87 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 86 of file GA_PageIterator.h.
GA_Offset GA_PageIterator::getFirstOffsetInPage |
( |
| ) |
const |
|
inline |
Return the offset for the beginning of the current page
Definition at line 74 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 78 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 94 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 85 of file GA_PageIterator.h.
The documentation for this class was generated from the following file: