DCMTK  Version 3.6.1 20170228
OFFIS DICOM Toolkit
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Private Member Functions | Private Attributes | List of all members
DcmPrivateTagCacheEntry Class Reference

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 name
 
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
 
DcmPrivateTagCacheEntryoperator= (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
 

Detailed Description

class handling one entry of the Private Tag Cache List

Constructor & Destructor Documentation

DcmPrivateTagCacheEntry::DcmPrivateTagCacheEntry ( const DcmTagKey tk,
const char *  pc 
)

constructor

Parameters
tktag key for private creator element
pcprivate creator name, must not be NULL or empty string

Member Function Documentation

OFBool DcmPrivateTagCacheEntry::isPrivateCreatorFor ( const DcmTagKey tk) const

checks if this element is the private creator for the element with the given tag key

Parameters
tktag key to check
Returns
OFTrue if this element contains the matching private creator, OFFalse otherwise.

The documentation for this class was generated from the following file:


Generated on Tue Feb 28 2017 for DCMTK Version 3.6.1 20170228 by Doxygen 1.8.8