Class to handle OSB error messages and warnings, (usually logged to stdout and/or a logfile).
Definition at line 208 of file osberror.h.
OSB_LIB::OsbError::OsbError | ( | ) | [inline] |
Default constructor: sets error number to indicate success.
Definition at line 462 of file osberror.h.
OSB_LIB::OsbError::OsbError | ( | ErrorNo | e | ) | [inline, explicit] |
const char *const OSB_LIB::OsbError::prefix | ( | ) | const [inline, virtual] |
Access error code.
Implements OSB_LIB::BaseError.
Definition at line 482 of file osberror.h.
References prefix_.
const char* const OSB_LIB::OsbError::prefix_ [static, private] |