pdftron::Common::Iterator< T > Class Template Reference
Supports a simple iteration over a generic collection.
More...
#include <Iterator.h>
List of all members.
Detailed Description
template<class T>
class pdftron::Common::Iterator< T >
Supports a simple iteration over a generic collection.
Constructor & Destructor Documentation
Copy constructor.
References REX.
Member Function Documentation
Frees the native memory of the object.
References REX.
Note: HasNext() must be true before calling Next() Advances the iterator to the next element of the collection.
References REX.
Note: HasNext() must be true before calling Current().
- Returns:
- the current element in the collection
References REX.
- Returns:
- true if the iterator can be successfully advanced to the next element; false if the iterator is no longer valid.
References REX.
Assignment operator.
References REX.