InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ITableLayout::row_iterator_helper Class Referenceabstract

Implementation must supply a helper to assist the common iterator code above. Note that this method returns a class from the heap that must be deleted by the caller. More...

#include <ITableLayout.h>

Public Member Functions

virtual Rowdereference () const =0
 
virtual bool16 equal (const row_iterator_helper *rhs) const =0
 
virtual void increment ()=0
 
virtual void decrement ()=0
 
virtual row_iterator_helpercopy () const =0
 

Detailed Description

Implementation must supply a helper to assist the common iterator code above. Note that this method returns a class from the heap that must be deleted by the caller.