![]() |
mutable
A Database System for Research and Fast Prototyping
|
#include <WasmDSL.hpp>
Public Types | |
| enum | exception_t : uint64_t { M_EXCEPTION_LIST =(DECLARE_ENUM) } |
Public Member Functions | |
| exception (exception_t type, std::string message) | |
| const char * | what () const noexcept override |
Static Public Attributes | |
| static constexpr const char *const | names_ [] |
Private Attributes | |
| exception_t | type_ |
| const std::string | message_ |
Definition at line 554 of file WasmDSL.hpp.
| enum m::wasm::exception::exception_t : uint64_t |
| Enumerator | |
|---|---|
| M_EXCEPTION_LIST | |
Definition at line 557 of file WasmDSL.hpp.
|
inlineexplicit |
Definition at line 572 of file WasmDSL.hpp.
References m::wasm::move().
|
inlineoverridenoexceptinherited |
Definition at line 17 of file exception.hpp.
References m::exception::message_.
Referenced by m::ImportDSV::execute(), and m::execute_statement().
|
privateinherited |
Definition at line 12 of file exception.hpp.
Referenced by m::exception::what().
|
staticconstexpr |
Definition at line 563 of file WasmDSL.hpp.
Referenced by m::wasm::detail::_throw(), and m::wasm::throw_interpreter().
|
private |
Definition at line 569 of file WasmDSL.hpp.