Public Member Functions | |
| DcmKeyValuePair (const OFString &k, const T &v) | |
| constructor | |
| DcmKeyValuePair (const DcmKeyValuePair &arg) | |
| copy constructor | |
| ~DcmKeyValuePair () | |
| destructor | |
| const T & | value () const |
| return value of key-value pair | |
| T & | value () |
| return value of key-value pair | |
| OFBool | matches (const OFString &key) const |
| checks if this entry matches the given key | |
| OFBool | operator== (const DcmKeyValuePair &arg) const |
| comparison operator. | |
Private Member Functions | |
| DcmKeyValuePair & | operator= (const DcmKeyValuePair &arg) |
| private undefined copy assignment operator | |
Private Attributes | |
| OFString | key_ |
| the key | |
| T | value_ |
| the value | |
Template type must be copy constructable.
Definition at line 50 of file dcmsmap.h.
|
||||||||||||||||
|
constructor
|
|
||||||||||
|
checks if this entry matches the given key
Definition at line 94 of file dcmsmap.h. References DcmKeyValuePair< T >::key_. |
|
||||||||||
|
comparison operator.
Definition at line 103 of file dcmsmap.h. References DcmKeyValuePair< T >::key_, and DcmKeyValuePair< T >::value_. |
|
|||||||||
|
return value of key-value pair
Definition at line 86 of file dcmsmap.h. References DcmKeyValuePair< T >::value_. |
|
|||||||||
|
return value of key-value pair
Definition at line 78 of file dcmsmap.h. References DcmKeyValuePair< T >::value_. |