libpgf 7.21.2
PGF - Progressive Graphics File
Loading...
Searching...
No Matches
IOException Struct Reference

PGF exception. More...

#include <PGFtypes.h>

Public Member Functions

 IOException ()
 Standard constructor.
 
 IOException (OSError err)
 

Public Attributes

OSError error
 operating system error code
 

Detailed Description

PGF exception.

PGF I/O exception

Author
C. Stamm

Definition at line 210 of file PGFtypes.h.

Constructor & Destructor Documentation

◆ IOException() [1/2]

IOException::IOException ( )
inline

Standard constructor.

Definition at line 214 of file PGFtypes.h.

214: error(NoError) {}
OSError error
operating system error code
Definition PGFtypes.h:211

◆ IOException() [2/2]

IOException::IOException ( OSError  err)
inline

Constructor

Parameters
errRun-time error

Definition at line 218 of file PGFtypes.h.

218: error(err) {}

Member Data Documentation

◆ error

OSError IOException::error

operating system error code

Definition at line 211 of file PGFtypes.h.


The documentation for this struct was generated from the following file: