![]() |
Ethereum
PoC-8
The C++ Implementation of Ethereum
|
#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 PrecompiledPricer const & | pricer (std::string const &_name) |
| Get the price calculator object for _name function or. More... | |
| static PrecompiledExecutor | registerExecutor (std::string const &_name, PrecompiledExecutor const &_exec) |
| Register an executor. In general just use ETH_REGISTER_PRECOMPILED. More... | |
| static void | unregisterExecutor (std::string const &_name) |
| Unregister an executor. Shouldn't generally be necessary. More... | |
| static PrecompiledPricer | registerPricer (std::string const &_name, PrecompiledPricer const &_exec) |
| Register a pricer. In general just use ETH_REGISTER_PRECOMPILED_PRICER. More... | |
| static void | unregisterPricer (std::string const &_name) |
| Unregister a pricer. Shouldn't generally be necessary. More... | |
Definition at line 40 of file Precompiled.h.
|
static |
Get the executor object for _name function or.
| ExecutorNotFound | if not found. |
Definition at line 35 of file Precompiled.cpp.
|
static |
Get the price calculator object for _name function or.
| PricerNotFound | if not found. |
Definition at line 42 of file Precompiled.cpp.
|
inlinestatic |
Register an executor. In general just use ETH_REGISTER_PRECOMPILED.
Definition at line 50 of file Precompiled.h.
|
inlinestatic |
Register a pricer. In general just use ETH_REGISTER_PRECOMPILED_PRICER.
Definition at line 55 of file Precompiled.h.
|
inlinestatic |
Unregister an executor. Shouldn't generally be necessary.
Definition at line 52 of file Precompiled.h.
|
inlinestatic |
Unregister a pricer. Shouldn't generally be necessary.
Definition at line 57 of file Precompiled.h.