#include <error.h>
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 |
BinaryInputError::BinaryInputError | ( | std::string | fn, | |
FILE * | s | |||
) |
BinaryInputError::TYPE BinaryInputError::getType | ( | void | ) |
void BinaryInputError::setType | ( | BinaryInputError::TYPE | t | ) | [protected] |
TYPE BinaryInputError::type [private] |