![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <unordered_map>#include "Common.h"#include "Guards.h"#include "FixedHash.h"#include "Log.h"#include "RLP.h"#include "SHA3.h"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) |
| #define dbdebug clog(DBChannel) |
Definition at line 38 of file MemoryDB.h.
| #define dbwarn clog(DBWarn) |
Definition at line 39 of file MemoryDB.h.
1.8.11