Public Member Functions | |
DcmPrivateTagCacheEntry (const DcmTagKey &tk, const char *pc) | |
constructor | |
virtual | ~DcmPrivateTagCacheEntry () |
destructor | |
const char * | getPrivateCreator () const |
returns the private creator name | |
OFBool | isPrivateCreatorFor (const DcmTagKey &tk) const |
checks if this element is the private creator for the element with the given tag key | |
Private Member Functions | |
DcmPrivateTagCacheEntry (const DcmPrivateTagCacheEntry &) | |
private undefined copy constructor | |
DcmPrivateTagCacheEntry & | operator= (const DcmPrivateTagCacheEntry &) |
private undefined copy assignment operator | |
Private Attributes | |
DcmTagKey | tagKey |
the tag key of the private creator element | |
OFString | privateCreator |
the private creator name |
Definition at line 47 of file dcpcache.h.
|
constructor
|
|
checks if this element is the private creator for the element with the given tag key
|