Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <condition_variable>
#include <thread>
#include <deque>
#include <boost/thread.hpp>
#include <libdevcore/Common.h>
#include <libdevcore/Log.h>
#include <libethcore/Common.h>
#include <libdevcore/Guards.h>
#include <libethcore/BlockHeader.h>
#include "VerifiedBlock.h"
Go to the source code of this file.
Classes | |
struct | dev::eth::BlockQueueChannel |
struct | dev::eth::BlockQueueTraceChannel |
struct | dev::eth::BlockQueueStatus |
class | dev::eth::SizedBlockQueue< T > |
class | dev::eth::SizedBlockMap< KeyType > |
class | dev::eth::BlockQueue |
A queue of blocks. More... | |
struct | dev::eth::BlockQueue::UnverifiedBlock |
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 | cblockq dev::LogOutputStream<dev::eth::BlockQueueChannel, true>() |
Functions | |
std::ostream & | dev::eth::operator<< (std::ostream &os, QueueStatus const &obj) |
std::ostream & | dev::eth::operator<< (std::ostream &_out, BlockQueueStatus const &_s) |
Definition in file BlockQueue.h.
#define cblockq dev::LogOutputStream<dev::eth::BlockQueueChannel, true>() |
Definition at line 46 of file BlockQueue.h.