#include <systemerror.h>
Public Member Functions | |
SystemError (int error_code=0) | |
int | err_no () const |
Static Public Attributes | |
const std::string | NAME |
Name of class, is prepended to each message argument of the constructor. | |
Private Attributes | |
int | errno_ |
Derived from runtime_error.
Definition at line 16 of file systemerror.h.
|
|
|
References errno_. |
|
Name of class, is prepended to each message argument of the constructor. Definition at line 22 of file systemerror.h. |
|
Definition at line 35 of file systemerror.h. Referenced by err_no(). |
dvutil-0.13.15 | [30 December, 2004] |