Public Member Functions | |
| DcmProfileMap () | |
| constructor | |
| ~DcmProfileMap () | |
| destructor | |
| OFCondition | add (const char *key, const char *presentationContextKey, const char *roleSelectionKey, const char *extendedNegotiationKey) |
| add new entry to list within map. | |
| OFBool | isKnownKey (const char *key) const |
| checks if the key is known | |
| const char * | getPresentationContextKey (const char *key) const |
| returns the presentation context key for the given profile | |
| const char * | getRoleSelectionKey (const char *key) const |
| returns the role selection key for the given profile | |
| const char * | getExtendedNegotiationKey (const char *key) const |
| returns the extended negotiation key for the given profile | |
Private Member Functions | |
| DcmProfileMap (const DcmProfileMap &arg) | |
| private undefined copy constructor | |
| DcmProfileMap & | operator= (const DcmProfileMap &arg) |
| private undefined copy assignment operator | |
Private Attributes | |
| DcmSimpleMap< DcmProfileEntry * > | map_ |
| map of profiles | |
Not intended for use by the end user.
Definition at line 112 of file dccfprmp.h.
|
||||||||||||||||||||
|
add new entry to list within map.
|
|
|
returns the extended negotiation key for the given profile
|
|
|
returns the presentation context key for the given profile
|
|
|
returns the role selection key for the given profile
|
|
|
checks if the key is known
|