![]() |
Ethereum
PoC-8
The C++ Implementation of Ethereum
|
#include "VMFactory.h"#include "EVMC.h"#include "LegacyVM.h"#include <libaleth-interpreter/interpreter.h>#include <evmc/loader.h>Go to the source code of this file.
Namespaces | |
| dev | |
| dev::eth | |
Functions | |
| std::vector< std::pair< std::string, std::string > > & | dev::eth::evmcOptions () noexcept |
| Returns the EVMC options parsed from command line. More... | |
| po::options_description | dev::eth::vmProgramOptions (unsigned _lineLength) |
| VMKind kind |
Definition at line 48 of file VMFactory.cpp.
| const char* name |
Definition at line 49 of file VMFactory.cpp.