DCMTK
Version 3.6.1 20120515
OFFIS DICOM Toolkit
|
A constant data structure which can be used for an OFCondition. More...
Public Member Functions | |
OFBool | operator== (const OFConditionConst &arg) const |
comparison operator. | |
OFBool | operator!= (const OFConditionConst &arg) const |
comparison operator. | |
Public Attributes | |
unsigned short | theModule |
module identifier. 0 is reserved for global codes. | |
unsigned short | theCode |
status code that is unique for each module | |
OFStatus | theStatus |
condition status enum | |
const char * | theText |
error text |
A constant data structure which can be used for an OFCondition.
The reason this exists is because we need a trivially constructible class (= needs no constructor to be run before being usable) that can hold static condition codes.
OFBool OFConditionConst::operator!= | ( | const OFConditionConst & | arg | ) | const [inline] |
comparison operator.
Compares status, code and module but not error text.
arg | error to compare to |
OFBool OFConditionConst::operator== | ( | const OFConditionConst & | arg | ) | const [inline] |
comparison operator.
Compares status, code and module but not error text.
arg | error to compare to |