#include <gdcmVRKey.h>
Public Member Functions | |
VRKey () | |
VRKey (const char *_key) | |
VRKey (const std::string &_key) | |
std::string | str () const |
VRKey & | operator= (const VRKey &_val) |
VRKey & | operator= (const std::string &_val) |
VRKey & | operator= (const char *_val) |
const char & | operator[] (const unsigned int &_id) const |
char & | operator[] (const unsigned int &_id) |
bool | operator== (const VRKey &_val) const |
bool | operator== (const std::string &_val) const |
bool | operator== (const char *_val) const |
bool | operator!= (const VRKey &_val) const |
bool | operator!= (const std::string &_val) const |
bool | operator!= (const char *_val) const |
bool | operator< (const VRKey &_val) const |
Private Attributes | |
char | key [2] |
Friends | |
std::ostream & | operator<< (std::ostream &_os, const VRKey &_val) |
std::istream & | operator>> (std::istream &_is, VRKey &_val) |
Definition at line 31 of file gdcmVRKey.h.
|
Definition at line 34 of file gdcmVRKey.h. References key.
|
|
Definition at line 35 of file gdcmVRKey.h. References key.
|
|
Definition at line 36 of file gdcmVRKey.h. References key.
|
|
Definition at line 100 of file gdcmVRKey.h. References key.
|
|
Definition at line 96 of file gdcmVRKey.h. References key.
|
|
Definition at line 91 of file gdcmVRKey.h. References key.
|
|
Definition at line 105 of file gdcmVRKey.h. References key.
|
|
Definition at line 57 of file gdcmVRKey.h. References key.
|
|
Definition at line 50 of file gdcmVRKey.h. References key.
|
|
Definition at line 43 of file gdcmVRKey.h. References key.
|
|
Definition at line 86 of file gdcmVRKey.h. References key.
|
|
Definition at line 81 of file gdcmVRKey.h. References key.
|
|
Definition at line 76 of file gdcmVRKey.h. References key.
|
|
Definition at line 70 of file gdcmVRKey.h. References key. 00071 { 00072 assert(_id<2); 00073 return key[_id]; 00074 }
|
|
Definition at line 64 of file gdcmVRKey.h. References key. 00065 { 00066 assert(_id<2); 00067 return key[_id]; 00068 }
|
|
Definition at line 38 of file gdcmVRKey.h. References key. Referenced by GDCM_NAME_SPACE::DocEntry::WriteContent(). 00038 { return std::string(key,2); }
|
|
Definition at line 115 of file gdcmVRKey.h.
|
|
Definition at line 121 of file gdcmVRKey.h.
|
|
Definition at line 111 of file gdcmVRKey.h. Referenced by operator!=(), operator<(), GDCM_NAME_SPACE::operator<<(), operator=(), operator==(), GDCM_NAME_SPACE::operator>>(), operator[](), str(), and VRKey(). |