DCMTK
Version 3.6.6
OFFIS DICOM Toolkit
|
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. More... | |
DCMTK_OFSTD_EXPORT const OFerror_category & | OFgeneric_category () |
Retrieves a reference to an OFerror_category object used for generic error codes. More... | |
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".