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

Go to the source code of this file.

Classes

class  dev::eth::PrecompiledRegistrar
 

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_REGISTER_PRECOMPILED(Name)   static std::pair<bool, bytes> __eth_registerPrecompiledFunction ## Name(bytesConstRef _in); static PrecompiledExecutor __eth_registerPrecompiledFactory ## Name = ::dev::eth::PrecompiledRegistrar::registerPrecompiled(#Name, &__eth_registerPrecompiledFunction ## Name); static std::pair<bool, bytes> __eth_registerPrecompiledFunction ## Name
 

Typedefs

using dev::eth::PrecompiledExecutor = std::function< std::pair< bool, bytes >(bytesConstRef _in)>
 

Functions

 dev::eth::DEV_SIMPLE_EXCEPTION (ExecutorNotFound)
 

Detailed Description

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

Definition in file Precompiled.h.

Macro Definition Documentation

#define ETH_REGISTER_PRECOMPILED (   Name)    static std::pair<bool, bytes> __eth_registerPrecompiledFunction ## Name(bytesConstRef _in); static PrecompiledExecutor __eth_registerPrecompiledFactory ## Name = ::dev::eth::PrecompiledRegistrar::registerPrecompiled(#Name, &__eth_registerPrecompiledFunction ## Name); static std::pair<bool, bytes> __eth_registerPrecompiledFunction ## Name

Definition at line 57 of file Precompiled.h.