#include <error.h>
Inheritance diagram for BinaryInputError:

Public Types | |
| enum | TYPE { FILE_ERR, FILE_EOF, STDIN_ERR, STDIN_EOF } |
Public Member Functions | |
| BinaryInputError (std::string fn, FILE *s) | |
| TYPE | getType (void) |
Protected Member Functions | |
| void | setType (TYPE t) |
Private Attributes | |
| TYPE | type |
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
1.3.7