GDCM
2.2.6
|
CodeString This is an implementation of DICOM VR: CS The cstor will properly Trim so that operator== is correct. More...
#include <gdcmCodeString.h>
Public Types | |
typedef InternalClass::const_iterator | const_iterator |
typedef InternalClass::const_reference | const_reference |
typedef InternalClass::const_reverse_iterator | const_reverse_iterator |
typedef InternalClass::difference_type | difference_type |
typedef InternalClass::iterator | iterator |
typedef InternalClass::pointer | pointer |
typedef InternalClass::reference | reference |
typedef InternalClass::reverse_iterator | reverse_iterator |
typedef InternalClass::size_type | size_type |
typedef InternalClass::value_type | value_type |
Public Member Functions | |
CodeString () | |
CodeString constructors. More... | |
CodeString (const value_type *s) | |
CodeString (const value_type *s, size_type n) | |
CodeString (const InternalClass &s, size_type pos=0, size_type n=InternalClass::npos) | |
std::string | GetAsString () const |
Return the full code string as std::string. More... | |
bool | IsValid () const |
Check if CodeString obj is correct.. More... | |
size_type | Size () const |
Return the size of the string. More... | |
Protected Member Functions | |
std::string | TrimInternal () const |
Friends | |
bool | operator!= (const CodeString &ref, const CodeString &cs) |
std::ostream & | operator<< (std::ostream &os, const CodeString &str) |
bool | operator== (const CodeString &ref, const CodeString &cs) |
CodeString This is an implementation of DICOM VR: CS The cstor will properly Trim so that operator== is correct.
|
inline |
CodeString constructors.
|
inline |
|
inline |
|
inline |
|
inline |
Return the full code string as std::string.
bool gdcm::CodeString::IsValid | ( | ) | const |
Check if CodeString obj is correct..
|
inline |
Return the size of the string.
|
inlineprotected |
|
friend |
|
friend |
|
friend |