#include <DictIterator.h>
Public Member Functions | |
| void | Next () |
| SDF::Obj | Key () |
| SDF::Obj | Value () |
| bool | HasNext () |
| DictIterator (const DictIterator &c) | |
| DictIterator & | operator= (const DictIterator &other) |
| ~DictIterator () | |
| void | Destroy () |
DictIterator is used to traverse key/value pairs in a dictionary. For example a DictIterator can be used to print out all the entries in a given Obj dictionary as follows:
Definition at line 32 of file DictIterator.h.
| pdftron::SDF::DictIterator::DictIterator | ( | const DictIterator & | c | ) |
Copy constructor.
| pdftron::SDF::DictIterator::~DictIterator | ( | ) |
| void pdftron::SDF::DictIterator::Destroy | ( | ) |
Frees the native memory of the object.
| bool pdftron::SDF::DictIterator::HasNext | ( | ) |
| SDF::Obj pdftron::SDF::DictIterator::Key | ( | ) |
| void pdftron::SDF::DictIterator::Next | ( | ) |
Advances the iterator to the next element of the collection.
| DictIterator& pdftron::SDF::DictIterator::operator= | ( | const DictIterator & | other | ) |
| SDF::Obj pdftron::SDF::DictIterator::Value | ( | ) |