![]() |
#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] |
References REX.
pdftron::Common::Iterator< int >::Iterator | ( | const Iterator< int > & | c | ) | [inline] |
References REX.
void pdftron::Common::Iterator< int >::Next | ( | ) | [inline] |
References REX.
int pdftron::Common::Iterator< int >::Current | ( | ) | [inline] |
References REX.
bool pdftron::Common::Iterator< int >::HasNext | ( | ) | [inline] |
References REX.
Iterator<int>& pdftron::Common::Iterator< int >::operator= | ( | const Iterator< int > & | other | ) | [inline] |
References REX.