![]() |
#include <Iterator.h>
Public Member Functions | |
Iterator () | |
~Iterator () | |
void | Next () |
Note: HasNext() must be true before calling Next() Advances the iterator to the next element of the collection. | |
T & | Current () |
Note: HasNext() must be true before calling Current(). | |
bool | HasNext () |
Iterator (const Iterator &c) | |
Copy constructor. | |
Iterator< T > & | operator= (const Iterator< T > &other) |
Assignment operator. |
pdftron::Common::Iterator< T >::Iterator | ( | ) | [inline] |
pdftron::Common::Iterator< T >::~Iterator | ( | ) | [inline] |
References REX.
pdftron::Common::Iterator< T >::Iterator | ( | const Iterator< T > & | c | ) | [inline] |
void pdftron::Common::Iterator< T >::Next | ( | ) | [inline] |
T& pdftron::Common::Iterator< T >::Current | ( | ) | [inline] |
bool pdftron::Common::Iterator< T >::HasNext | ( | ) | [inline] |
References REX.
Iterator<T>& pdftron::Common::Iterator< T >::operator= | ( | const Iterator< T > & | other | ) | [inline] |