Wire Sysio Wire Sysion 1.0.0
|
#include <sysio/vm/config.hpp>
#include <string>
#include <system_error>
#include <type_traits>
Go to the source code of this file.
Macros | |
#define | ERROR_CODE_NAMESPACE std |
#define | TRUE_TYPE std::true_type |
#define | GENERATE_ERROR_CATEGORY(CATEGORY, NAME) |
#define | GENERATE_ENUM_ELEM(PARENT, ITEM) |
#define | GENERATE_STR_ELEM(PARENT, ITEM) |
#define | CREATE_ERROR_CODES(CATEGORY, ERRORS) |
#define CREATE_ERROR_CODES | ( | CATEGORY, | |
ERRORS ) |
Definition at line 44 of file error_codes_pp.hpp.
#define ERROR_CODE_NAMESPACE std |
Definition at line 19 of file error_codes_pp.hpp.
#define GENERATE_ENUM_ELEM | ( | PARENT, | |
ITEM ) |
Definition at line 38 of file error_codes_pp.hpp.
#define GENERATE_ERROR_CATEGORY | ( | CATEGORY, | |
NAME ) |
Definition at line 23 of file error_codes_pp.hpp.
#define GENERATE_STR_ELEM | ( | PARENT, | |
ITEM ) |
Definition at line 40 of file error_codes_pp.hpp.
#define TRUE_TYPE std::true_type |
Definition at line 20 of file error_codes_pp.hpp.