33 #include "dcmtk/config/osconfig.h" 34 #include "dcmtk/ofstd/oflist.h" 35 #include "dcmtk/ofstd/ofcond.h" 36 #include "dcmtk/dcmnet/dcmsmap.h" 37 #include "dcmtk/dcmnet/dccfuidh.h" 66 const char *transferSyntaxUID);
DcmTransferSyntaxMap & operator=(const DcmTransferSyntaxMap &arg)
private undefined copy assignment operator
this helper class maintains a map of transfer syntax lists.
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
this class implements a simple map of key-value pairs.
double linked list template class.
const DcmTransferSyntaxList * getTransferSyntaxList(const char *key) const
returns the list of transfer syntaxes identified by the given key
DcmSimpleMap< DcmTransferSyntaxList * > map_
map of transfer syntax lists
~DcmTransferSyntaxMap()
destructor
DcmTransferSyntaxMap()
constructor
General purpose class for condition codes.