![]() | InDesign SDK 20.5 |
Public Types | |
| typedef Row | value_type |
| typedef std::ptrdiff_t | difference_type |
| typedef const Row * | pointer |
| typedef const Row & | reference |
| typedef std::bidirectional_iterator_tag | iterator_category |
Public Member Functions | |
| row_iterator (row_iterator_helper *helper) | |
| row_iterator (const row_iterator ©) | |
| row_iterator & | operator= (const row_iterator ©) |
| Row & | operator* () const |
| Row * | operator-> () const |
| row_iterator & | operator++ () |
| row_iterator | operator++ (int) |
| row_iterator & | operator-- () |
| row_iterator | operator-- (int) |
| bool16 | operator== (const row_iterator &rhs) const |
| bool16 | operator!= (const row_iterator &rhs) const |
Protected Attributes | |
| K2::scoped_ptr < row_iterator_helper > | fHelper |