Inheritance diagram for DcmCharString:

Public Member Functions | |
| DcmCharString (const DcmTag &tag, const Uint32 len) | |
| constructor. | |
| DcmCharString (const DcmCharString &old) | |
| copy constructor | |
| virtual | ~DcmCharString () |
| destructor | |
| DcmCharString & | operator= (const DcmCharString &obj) |
| assignment operator | |
| virtual DcmObject * | clone () const |
| clone method | |
Definition at line 58 of file dcchrstr.h.
| DcmCharString::DcmCharString | ( | const DcmTag & | tag, | |
| const Uint32 | len | |||
| ) |
constructor.
Create new element from given tag and length.
| tag | DICOM tag for the new element | |
| len | value length for the new element |
Referenced by clone().
| DcmCharString::DcmCharString | ( | const DcmCharString & | old | ) |
copy constructor
| old | element to be copied |
| DcmCharString& DcmCharString::operator= | ( | const DcmCharString & | obj | ) |
assignment operator
| obj | element to be assigned/copied |
| virtual DcmObject* DcmCharString::clone | ( | ) | const [inline, virtual] |
clone method
Reimplemented from DcmByteString.
Reimplemented in DcmLongString, DcmLongText, DcmPersonName, DcmShortString, DcmShortText, and DcmUnlimitedText.
Definition at line 90 of file dcchrstr.h.
References DcmCharString().