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