iterator class for traversing a DcmHashDict
More...
|
void | init (const DcmHashDict *d, OFBool atEnd=OFFalse) |
| initializes the iterator More...
|
|
void | stepUp () |
| implements increment operator on hash dictionary
|
|
iterator class for traversing a DcmHashDict
Definition at line 131 of file dchashdi.h.
DcmHashDictIterator::DcmHashDictIterator |
( |
const DcmHashDict * |
d, |
|
|
OFBool |
atEnd = OFFalse |
|
) |
| |
|
inline |
constructor, creates iterator to existing hash dictionary
- Parameters
-
d | pointer to dictionary |
atEnd | if true, iterator points after last element of hash dictionary, otherwise iterator points to first element. |
Definition at line 145 of file dchashdi.h.
void DcmHashDictIterator::init |
( |
const DcmHashDict * |
d, |
|
|
OFBool |
atEnd = OFFalse |
|
) |
| |
|
private |
initializes the iterator
- Parameters
-
d | pointer to hash dictionary, may be NULL |
atEnd | if true, iterator points after last element of hash dictionary, otherwise iterator points to first element. |
The documentation for this class was generated from the following file: