Loading...
Searching...
No Matches
pdftron::Common::Iterator< int > Class Reference

#include <Iterator.h>

Public Member Functions

 Iterator ()
 
 Iterator (TRN_Iterator impl)
 
 ~Iterator ()
 
void Destroy ()
 
void Next ()
 
int Current ()
 
bool HasNext ()
 
Iterator< int > & operator= (const Iterator< int > &other)
 
 Iterator (const Iterator< int > &c)
 

Detailed Description

The Iterator specialization for integer type.

Definition at line 95 of file Iterator.h.

Constructor & Destructor Documentation

◆ Iterator() [1/3]

pdftron::Common::Iterator< int >::Iterator ( )
inline

Definition at line 98 of file Iterator.h.

◆ Iterator() [2/3]

pdftron::Common::Iterator< int >::Iterator ( TRN_Iterator< int > impl)
inline

Definition at line 100 of file Iterator.h.

◆ ~Iterator()

pdftron::Common::Iterator< int >::~Iterator ( )
inline

Definition at line 103 of file Iterator.h.

◆ Iterator() [3/3]

pdftron::Common::Iterator< int >::Iterator ( const Iterator< int > & c)
inline

Definition at line 146 of file Iterator.h.

Member Function Documentation

◆ Current()

int pdftron::Common::Iterator< int >::Current ( )
inline

Definition at line 123 of file Iterator.h.

◆ Destroy()

void pdftron::Common::Iterator< int >::Destroy ( )
inline

Frees the native memory of the object.

Definition at line 111 of file Iterator.h.

◆ HasNext()

bool pdftron::Common::Iterator< int >::HasNext ( )
inline

Definition at line 131 of file Iterator.h.

◆ Next()

void pdftron::Common::Iterator< int >::Next ( )
inline

Definition at line 117 of file Iterator.h.

◆ operator=()

Iterator< int > & pdftron::Common::Iterator< int >::operator= ( const Iterator< int > & other)
inline

Definition at line 139 of file Iterator.h.


The documentation for this class was generated from the following file: