#include <gdcmCodeString.h>
Public Types | |
typedef Superclass::const_iterator | const_iterator |
typedef Superclass::const_reference | const_reference |
typedef Superclass::const_reverse_iterator | const_reverse_iterator |
typedef Superclass::difference_type | difference_type |
typedef Superclass::iterator | iterator |
typedef Superclass::pointer | pointer |
typedef Superclass::reference | reference |
typedef Superclass::reverse_iterator | reverse_iterator |
typedef Superclass::size_type | size_type |
typedef String<'\\', 16 > | Superclass |
typedef Superclass::value_type | value_type |
Public Member Functions | |
CodeString (const Superclass &s, size_type pos=0, size_type n=npos) | |
CodeString (const value_type *s, size_type n) | |
CodeString (const value_type *s) | |
CodeString () | |
bool | IsValid () const |
typedef String<'\\',16> gdcm::CodeString::Superclass |
gdcm::CodeString::CodeString | ( | ) | [inline] |
gdcm::CodeString::CodeString | ( | const value_type * | s | ) | [inline] |
gdcm::CodeString::CodeString | ( | const value_type * | s, | |
size_type | n | |||
) | [inline] |
gdcm::CodeString::CodeString | ( | const Superclass & | s, | |
size_type | pos = 0 , |
|||
size_type | n = npos | |||
) | [inline] |
bool gdcm::CodeString::IsValid | ( | ) | const |