Public Member Functions | |
| DcmTransferSyntaxMap () | |
| constructor | |
| ~DcmTransferSyntaxMap () | |
| destructor | |
| OFCondition | add (const char *key, const char *transferSyntaxUID) |
| add new entry to list within map. | |
| OFBool | isKnownKey (const char *key) const |
| checks if the key is known | |
| const DcmTransferSyntaxList * | getTransferSyntaxList (const char *key) const |
| returns the list of transfer syntaxes identified by the given key | |
Private Member Functions | |
| DcmTransferSyntaxMap (const DcmTransferSyntaxMap &arg) | |
| private undefined copy constructor | |
| DcmTransferSyntaxMap & | operator= (const DcmTransferSyntaxMap &arg) |
| private undefined copy assignment operator | |
Private Attributes | |
| DcmSimpleMap< DcmTransferSyntaxList * > | map_ |
| map of transfer syntax lists | |
Not intended for use by the end user.
Definition at line 53 of file dccftsmp.h.
|
||||||||||||
|
add new entry to list within map. If key is new, new list is created. Otherwise transfer syntax is appended to existing list.
|
|
|
returns the list of transfer syntaxes identified by the given key
|
|
|
checks if the key is known
|