#include <error.h>
Inheritance diagram for BinaryOutputError:
Public Types | |
enum | TYPE { FILE_ERR, STDOUT_ERR } |
Public Member Functions | |
BinaryOutputError (std::string fn) | |
TYPE | getType (void) |
Protected Member Functions | |
void | setType (TYPE t) |
Private Attributes | |
TYPE | type |
|
|
|
|
|
|
|
|
|
|