|
Wire Sysio Wire Sysion 1.0.0
|
#include "error_codes_pp.hpp"
Go to the source code of this file.
Macros | |
| #define | SYS_VM_OPEN_NAMESPACE namespace sysio::vm { |
| #define | SYS_VM_CLOSE_NAMESPACE } |
| #define | PARSER_ERRORS(macro) |
| #define | MEMORY_ERRORS(macro) |
| #define | SYSTEM_ERRORS(macro) |
| #define | AUXILIARY_ERRORS(macro) |
| #define | _SYS_VM_ASSERT(expr, err_type) |
| #define | SYS_VM_ASSERT_INVALIDATE(expr, err_type) |
| #define _SYS_VM_ASSERT | ( | expr, | |
| err_type ) |
Definition at line 39 of file error_codes_def.hpp.
| #define AUXILIARY_ERRORS | ( | macro | ) |
Definition at line 29 of file error_codes_def.hpp.
| #define MEMORY_ERRORS | ( | macro | ) |
Definition at line 21 of file error_codes_def.hpp.
| #define PARSER_ERRORS | ( | macro | ) |
Definition at line 15 of file error_codes_def.hpp.
| #define SYS_VM_ASSERT_INVALIDATE | ( | expr, | |
| err_type ) |
Definition at line 45 of file error_codes_def.hpp.
| #define SYS_VM_CLOSE_NAMESPACE } |
Definition at line 4 of file error_codes_def.hpp.
| #define SYS_VM_OPEN_NAMESPACE namespace sysio::vm { |
Definition at line 3 of file error_codes_def.hpp.
| #define SYSTEM_ERRORS | ( | macro | ) |
Definition at line 25 of file error_codes_def.hpp.