Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Namespaces | Macros | Functions
MemoryDB.h File Reference
#include <unordered_map>
#include "Common.h"
#include "Guards.h"
#include "FixedHash.h"
#include "Log.h"
#include "RLP.h"
#include "SHA3.h"
Include dependency graph for MemoryDB.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  dev::DBChannel
 
struct  dev::DBWarn
 
class  dev::MemoryDB
 
class  dev::EnforceRefs
 

Namespaces

 dev
 Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Originally by RenĂ© Nyffenegger.
 

Macros

#define dbdebug   clog(DBChannel)
 
#define dbwarn   clog(DBWarn)
 

Functions

std::ostream & dev::operator<< (std::ostream &_out, MemoryDB const &_m)
 

Macro Definition Documentation

#define dbdebug   clog(DBChannel)

Definition at line 38 of file MemoryDB.h.

#define dbwarn   clog(DBWarn)

Definition at line 39 of file MemoryDB.h.