| DCMTK Version 3.6.9
    OFFIS DICOM Toolkit | 
A constant data structure which can be used for an OFCondition. More...
 Inheritance diagram for OFConditionConst:
 Inheritance diagram for OFConditionConst:| 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.
| 
 | inline | 
comparison operator.
Compares status, code and module but not error text.
| arg | error to compare to | 
| 
 | inline |