|
#include <Iterator.h>
Public Member Functions | |
| Iterator () | |
| Iterator (TRN_Iterator impl) | |
| ~Iterator () | |
| void | Next () |
| int | Current () |
| bool | HasNext () |
| Iterator< int > & | operator= (const Iterator< int > &other) |
| Iterator (const Iterator< int > &c) | |
| pdftron::Common::Iterator< int >::Iterator | ( | ) | [inline] |
| pdftron::Common::Iterator< int >::Iterator | ( | TRN_Iterator< int > | impl | ) | [inline] |
| pdftron::Common::Iterator< int >::~Iterator | ( | ) | [inline] |
| pdftron::Common::Iterator< int >::Iterator | ( | const Iterator< int > & | c | ) | [inline] |
| void pdftron::Common::Iterator< int >::Next | ( | ) | [inline] |
| int pdftron::Common::Iterator< int >::Current | ( | ) | [inline] |
| bool pdftron::Common::Iterator< int >::HasNext | ( | ) | [inline] |
| Iterator<int>& pdftron::Common::Iterator< int >::operator= | ( | const Iterator< int > & | other | ) | [inline] |