#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 30 of file gdcmVRKey.h.
|
Definition at line 33 of file gdcmVRKey.h. References key.
|
|
Definition at line 34 of file gdcmVRKey.h. References key.
|
|
Definition at line 35 of file gdcmVRKey.h. References key.
|
|
Definition at line 99 of file gdcmVRKey.h. References key.
|
|
Definition at line 95 of file gdcmVRKey.h. References key.
|
|
Definition at line 90 of file gdcmVRKey.h. References key.
|
|
Definition at line 104 of file gdcmVRKey.h. References key.
|
|
Definition at line 56 of file gdcmVRKey.h. References key.
|
|
Definition at line 49 of file gdcmVRKey.h. References key.
|
|
Definition at line 42 of file gdcmVRKey.h. References key.
|
|
Definition at line 85 of file gdcmVRKey.h. References key.
|
|
Definition at line 80 of file gdcmVRKey.h. References key.
|
|
Definition at line 75 of file gdcmVRKey.h. References key.
|
|
Definition at line 69 of file gdcmVRKey.h. References key. 00070 { 00071 assert(_id<2); 00072 return key[_id]; 00073 }
|
|
Definition at line 63 of file gdcmVRKey.h. References key. 00064 { 00065 assert(_id<2); 00066 return key[_id]; 00067 }
|
|
Definition at line 37 of file gdcmVRKey.h. References key. Referenced by gdcm::DocEntry::WriteContent(). 00037 { return std::string(key,2); }
|
|
Definition at line 114 of file gdcmVRKey.h.
|
|
Definition at line 120 of file gdcmVRKey.h.
|
|
Definition at line 110 of file gdcmVRKey.h. Referenced by operator!=(), operator<(), gdcm::operator<<(), operator=(), operator==(), gdcm::operator>>(), operator[](), str(), and VRKey(). |