|
libpgf
6.11.42
PGF - Progressive Graphics File
|
PGF exception. More...
#include <PGFtypes.h>
Public Member Functions | |
| IOException () | |
| Standard constructor. | |
| IOException (OSError err) | |
Public Attributes | |
| OSError | error |
| operating system error code | |
| IOException::IOException | ( | ) | [inline] |
| IOException::IOException | ( | OSError | err | ) | [inline] |
Constructor
| err | Run-time error |
Definition at line 186 of file PGFtypes.h.
: error(err) {}
| OSError IOException::error |
operating system error code
Definition at line 188 of file PGFtypes.h.