32 #include "dcmtk/config/osconfig.h"
33 #include "dcmtk/ofstd/oflist.h"
34 #include "dcmtk/ofstd/ofstream.h"
41 const int DCMHASHDICT_DEFAULT_HASHSIZE = 2047;
44 typedef OFListIterator(
DcmDictEntry *) OFListIteratorPDcmDictEntry;
45 typedef OFListConstIterator(
DcmDictEntry *) OFListConstIteratorPDcmDictEntry;
66 OFListIteratorPDcmDictEntry::operator=(i);
89 OFListConstIteratorPDcmDictEntry::operator=(i);
165 {
return !(*
this == x); }
173 {
stepUp();
return *
this; }
217 {
_init(hashTabLen); }
257 STD_NAMESPACE ostream&
loadSummary(STD_NAMESPACE ostream& out);
268 void _init(
int hashSize);