Public Member Functions | |
DcmPresentationContextMap () | |
constructor | |
~DcmPresentationContextMap () | |
destructor | |
OFCondition | add (const char *key, const char *abstractSyntaxUID, const char *transferSyntaxKey) |
add new entry to list within map. | |
OFBool | isKnownKey (const char *key) const |
checks if the key is known | |
OFBool | isKnownAbstractSyntax (const char *key, const DcmUIDHandler &abstractSyntax) const |
checks if the given abstract syntax is contained in the list identified by the given key. | |
const DcmPresentationContextList * | getPresentationContextList (const char *key) const |
returns the list of presentation contexts identified by the given key | |
Private Member Functions | |
DcmPresentationContextMap (const DcmPresentationContextMap &arg) | |
private undefined copy constructor | |
DcmPresentationContextMap & | operator= (const DcmPresentationContextMap &arg) |
private undefined copy assignment operator | |
Private Attributes | |
DcmSimpleMap< DcmPresentationContextList * > | map_ |
map of presentation context lists |
Not intended for use by the end user.
Definition at line 125 of file dccfpcmp.h.
|
add new entry to list within map. If key is new, new list is created. Otherwise value is appended to existing list.
|
|
returns the list of presentation contexts identified by the given key
|
|
checks if the given abstract syntax is contained in the list identified by the given key.
|
|
checks if the key is known
|