IOException Struct Reference

PGF exception. More...

#include <PGFtypes.h>

List of all members.

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 180 of file PGFtypes.h.


Constructor & Destructor Documentation

IOException::IOException (  )  [inline]

Standard constructor.

Definition at line 182 of file PGFtypes.h.

00182 : error(NoError) {}

IOException::IOException ( OSError  err  )  [inline]

Constructor

Parameters:
err Run-time error

Definition at line 185 of file PGFtypes.h.

00185 : error(err) {}


Member Data Documentation

operating system error code

Definition at line 187 of file PGFtypes.h.


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

Generated on 18 Feb 2019 for libpgf by  doxygen 1.6.1