InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ReverseCellIterator< Structure > Struct Template Reference

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 GridAddresspointer
 
typedef const GridAddressreference
 

Public Member Functions

 ReverseCellIterator (iterator_type x)
 
iterator_type base () const
 
reference operator* () const
 
pointer operator-> () const
 
ReverseCellIteratoroperator++ ()
 
ReverseCellIterator operator++ (int)
 
ReverseCellIteratoroperator-- ()
 
ReverseCellIterator operator-- (int)
 

Protected Attributes

iterator_type fCurrent
 
iterator_type fCached