Ethereum  PoC-8
The C++ Implementation of Ethereum
VMFactory.h File Reference
#include "VMFace.h"
#include <boost/program_options/options_description.hpp>

Go to the source code of this file.

Classes

class  dev::eth::VMFactory
 

Namespaces

 dev
 
 dev::eth
 

Typedefs

using dev::eth::VMPtr = std::unique_ptr< VMFace, void(*)(VMFace *)>
 

Enumerations

enum  dev::eth::VMKind { dev::eth::VMKind::Interpreter, dev::eth::VMKind::Legacy, dev::eth::VMKind::DLL }
 

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)