Fabcoin Core
0.16.2
P2P Digital Currency
|
Go to the source code of this file.
Classes | |
struct | dev::eth::VMException |
class | dev::eth::VMFace |
EVM Virtual Machine interface. More... | |
Namespaces | |
dev | |
Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Originally by René Nyffenegger. | |
dev::eth | |
Macros | |
#define | ETH_SIMPLE_EXCEPTION_VM(X) struct X: virtual VMException { const char* what() const noexcept override { return #X; } } |
Functions | |
dev::eth::ETH_SIMPLE_EXCEPTION_VM (BadInstruction) | |
dev::eth::ETH_SIMPLE_EXCEPTION_VM (BadJumpDestination) | |
dev::eth::ETH_SIMPLE_EXCEPTION_VM (OutOfGas) | |
dev::eth::ETH_SIMPLE_EXCEPTION_VM (OutOfStack) | |
dev::eth::ETH_SIMPLE_EXCEPTION_VM (StackUnderflow) | |
dev::eth::ETH_SIMPLE_EXCEPTION_VM (CreateWithValue) | |