|
#include <Iterator.h>
Public Member Functions | |
| Iterator () | |
| ~Iterator () | |
| void | Next () |
| Advances the iterator to the next element of the collection. | |
| T & | 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] |
| pdftron::Common::Iterator< T >::Iterator | ( | const Iterator< T > & | c | ) | [inline] |
Copy constructor.
| void pdftron::Common::Iterator< T >::Next | ( | ) | [inline] |
Advances the iterator to the next element of the collection.
| T& pdftron::Common::Iterator< T >::Current | ( | ) | [inline] |
| bool pdftron::Common::Iterator< T >::HasNext | ( | ) | [inline] |
| Iterator<T>& pdftron::Common::Iterator< T >::operator= | ( | const Iterator< T > & | other | ) | [inline] |
Assignment operator.