Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <Precompiled.h>
Static Public Member Functions | |
static PrecompiledExecutor const & | executor (std::string const &_name) |
Get the executor object for _name function or. More... | |
static PrecompiledExecutor | registerPrecompiled (std::string const &_name, PrecompiledExecutor const &_exec) |
Register an executor. In general just use ETH_REGISTER_PRECOMPILED. More... | |
static void | unregisterPrecompiled (std::string const &_name) |
Unregister an executor. Shouldn't generally be necessary. More... | |
Static Private Member Functions | |
static PrecompiledRegistrar * | get () |
Private Attributes | |
std::unordered_map< std::string, PrecompiledExecutor > | m_execs |
Static Private Attributes | |
static PrecompiledRegistrar * | s_this = nullptr |
Definition at line 38 of file Precompiled.h.
|
static |
Get the executor object for _name function or.
ExecutorNotFound | if not found. |
Definition at line 34 of file Precompiled.cpp.
|
inlinestaticprivate |
Definition at line 50 of file Precompiled.h.
|
inlinestatic |
Register an executor. In general just use ETH_REGISTER_PRECOMPILED.
Definition at line 45 of file Precompiled.h.
|
inlinestatic |
Unregister an executor. Shouldn't generally be necessary.
Definition at line 47 of file Precompiled.h.
|
private |
Definition at line 52 of file Precompiled.h.
|
staticprivate |
Definition at line 53 of file Precompiled.h.