DCMTK
Version 3.6.9
OFFIS DICOM Toolkit
|
class handling one entry of the Private Tag Cache List More...
Public Member Functions | |
DcmPrivateTagCacheEntry (const DcmTagKey &tk, const char *pc) | |
constructor More... | |
virtual | ~DcmPrivateTagCacheEntry () |
destructor | |
const char * | getPrivateCreator () const |
returns the private creator identifier | |
OFBool | isPrivateCreatorFor (const DcmTagKey &tk) const |
checks if this element is the private creator for the element with the given tag key More... | |
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 identifier | |
class handling one entry of the Private Tag Cache List
DcmPrivateTagCacheEntry::DcmPrivateTagCacheEntry | ( | const DcmTagKey & | tk, |
const char * | pc | ||
) |
constructor
tk | tag key for private creator element |
pc | private creator identifier, must not be NULL or empty string |
OFBool DcmPrivateTagCacheEntry::isPrivateCreatorFor | ( | const DcmTagKey & | tk | ) | const |
checks if this element is the private creator for the element with the given tag key
tk | tag key to check |