![]() | InDesign SDK 20.5 |
Public Types | |
| typedef GridAddress | value_type |
| typedef std::ptrdiff_t | difference_type |
| typedef const GridAddress * | pointer |
| typedef const GridAddress & | reference |
| typedef std::bidirectional_iterator_tag | iterator_category |
Public Member Functions | |
| CellIterator (const GridAddress &gridRef, const GridArea &gridArea, const Structure *structure) | |
| CellIterator (const CellIterator &rhs) | |
| const GridAddress & | operator* () const |
| const GridAddress * | operator-> () const |
| CellIterator & | operator++ () |
| CellIterator | operator++ (int) |
| CellIterator & | operator= (const CellIterator &rhs) |
| CellIterator & | operator-- () |
| CellIterator | operator-- (int) |
| bool16 | operator== (const CellIterator &rhs) const |
| bool16 | operator!= (const CellIterator &rhs) const |
| bool16 | operator< (const CellIterator &rhs) const |