Inheritance diagram for DcmDictEntryList:
Public Member Functions | |
DcmDictEntryList () | |
constructor | |
~DcmDictEntryList () | |
destructor | |
void | clear () |
clears list and deletes all entries | |
DcmDictEntry * | insertAndReplace (DcmDictEntry *e) |
inserts an entry into the list and returns any replaced entry | |
DcmDictEntry * | find (const DcmTagKey &k, const char *privCreator) |
Private Member Functions | |
DcmDictEntryList (const DcmDictEntryList &) | |
private undefined copy constructor | |
DcmDictEntryList & | operator= (const DcmDictEntryList &) |
private undefined copy assignment operator |
Definition at line 100 of file dchashdi.h.
|
inserts an entry into the list and returns any replaced entry
|