IOException(3)
| IOException(3) | libpgf | IOException(3) |
NAME
IOException - PGF exception.
SYNOPSIS
#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::IOException () [inline]
Standard constructor.
Definition at line 214 of file PGFtypes.h..PP
214 : error(NoError) {}
IOException::IOException (OSError err) [inline]
Constructor
Parameters
err Run-time error
Definition at line 218 of file PGFtypes.h..PP
218 : error(err) {}
Member Data Documentation
OSError IOException::error
operating system error code
Definition at line 211 of file PGFtypes.h.
Author
Generated automatically by Doxygen for libpgf from the source code.
| Tue Aug 29 2023 17:48:20 | Version 7.21.2 |
