Fabcoin Core  0.16.2
P2P Digital Currency
Functions
Executive.cpp File Reference
#include "Executive.h"
#include <boost/timer.hpp>
#include <json/json.h>
#include <libdevcore/CommonIO.h>
#include <libevm/VMFactory.h>
#include <libevm/VM.h>
#include <libethcore/CommonJS.h>
#include "Interface.h"
#include "State.h"
#include "ExtVM.h"
#include "BlockChain.h"
#include "Block.h"
Include dependency graph for Executive.cpp:

Go to the source code of this file.

Functions

bool changesMemory (Instruction _inst)
 
bool changesStorage (Instruction _inst)
 

Detailed Description

Author
Gav Wood i@gav.nosp@m.wood.nosp@m..com
Date
2014

Definition in file Executive.cpp.

Function Documentation

bool changesMemory ( Instruction  _inst)

Definition at line 50 of file Executive.cpp.

Here is the caller graph for this function:

bool changesStorage ( Instruction  _inst)

Definition at line 66 of file Executive.cpp.

Here is the caller graph for this function: