Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <VMFactory.h>
Public Member Functions | |
VMFactory ()=delete | |
Static Public Member Functions | |
static std::unique_ptr< VMFace > | create () |
Creates a VM instance of global kind (controlled by setKind() function). More... | |
static std::unique_ptr< VMFace > | create (VMKind _kind) |
Creates a VM instance of kind provided. More... | |
static void | setKind (VMKind _kind) |
Set global VM kind. More... | |
Definition at line 33 of file VMFactory.h.
|
delete |
|
static |
Creates a VM instance of global kind (controlled by setKind() function).
Definition at line 41 of file VMFactory.cpp.
Creates a VM instance of kind provided.
Definition at line 46 of file VMFactory.cpp.
|
static |
Set global VM kind.
Definition at line 36 of file VMFactory.cpp.