![]() | InDesign SDK 20.5 |
Public Types | |
| typedef CellIterator< Structure > | iterator_type |
| typedef std::bidirectional_iterator_tag | iterator_category |
| typedef GridAddress | value_type |
| typedef std::ptrdiff_t | difference_type |
| typedef const GridAddress * | pointer |
| typedef const GridAddress & | reference |
Public Member Functions | |
| ReverseCellIterator (iterator_type x) | |
| iterator_type | base () const |
| reference | operator* () const |
| pointer | operator-> () const |
| ReverseCellIterator & | operator++ () |
| ReverseCellIterator | operator++ (int) |
| ReverseCellIterator & | operator-- () |
| ReverseCellIterator | operator-- (int) |
Protected Attributes | |
| iterator_type | fCurrent |
| iterator_type | fCached |