Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Namespaces | Macros | Functions
VMFace.h File Reference
#include <memory>
#include <libdevcore/Exceptions.h>
#include "ExtVMFace.h"
Include dependency graph for VMFace.h:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

#define ETH_SIMPLE_EXCEPTION_VM (   X)    struct X: virtual VMException { const char* what() const noexcept override { return #X; } }

Definition at line 29 of file VMFace.h.