![]() | InDesign SDK 20.5 |
#include <IIterator.h>
Public Member Functions | |
| virtual UIDRef | First ()=0 |
| virtual UIDRef | Next ()=0 |
| virtual UIDRef | Last ()=0 |
| virtual UIDRef | Previous ()=0 |
IIterator is an abstract base class used to define the interface to iterators within shuksan. Since the initialization & previous/next methods are highly dependant on the thing being iterated over, there is no common implementation, but if all iterators conform to a single standard, they will be easier to use.
| pure virtual |
Initialize internal state
| pure virtual |
| pure virtual |
Move to the next thing being iterated over.