#include "aurostd_xerror.h"
#include <ostream>
#include <sstream>
#include <string>
#include "aurostd.h"
Go to the source code of this file.
Namespaces | |
namespace | aurostd |
Macros | |
#define | _AUROSTD_XERROR_CPP_ |
#define | _AFLOW_NUM_ERR_TYPES_ 7 |
Variables | |
string | aurostd::xerror_PID |
static const std::string | aurostd::error_types [_AFLOW_NUM_ERR_TYPES_] = {"", "Input Error", "File Error", "Value Error", "Index Error", "Runtime Error", "Allocation Error"} |
static const std::string | aurostd::errors [_AFLOW_NUM_ERR_TYPES_][9] |
#define _AUROSTD_XERROR_CPP_ |
Definition at line 14 of file aurostd_xerror.cpp.
#define _AFLOW_NUM_ERR_TYPES_ 7 |
Definition at line 26 of file aurostd_xerror.cpp.