| DCMTK Version 3.6.9
    OFFIS DICOM Toolkit | 
Declares classes and functions for platform abstracting error code handling. More...
| Classes | |
| class | OFerror_category | 
| OFerror_category serves as the base class for specific error category types, such as OFsystem_category.  More... | |
| class | OFerror_code | 
| OFerror_code is a platform abstracting wrapper for platform specific error codes.  More... | |
| Functions | |
| DCMTK_OFSTD_EXPORT const OFerror_category & | OFsystem_category () | 
| Retrieves a reference to an OFerror_category object used for operating system specific error codes. | |
| DCMTK_OFSTD_EXPORT const OFerror_category & | OFgeneric_category () | 
| Retrieves a reference to an OFerror_category object used for generic error codes. | |
Declares classes and functions for platform abstracting error code handling.
| DCMTK_OFSTD_EXPORT const OFerror_category & OFgeneric_category | ( | ) | 
Retrieves a reference to an OFerror_category object used for generic error codes.
The object is required to override the virtual function OFerror_category::name() to return a pointer to the string "generic".
| DCMTK_OFSTD_EXPORT const OFerror_category & OFsystem_category | ( | ) | 
Retrieves a reference to an OFerror_category object used for operating system specific error codes.
The object is required to override the virtual function OFerror_category::name() to return a pointer to the string "system".