![]() |
Ethereum
PoC-8
The C++ Implementation of Ethereum
|
#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::BlockQueueStatus |
| class | dev::eth::SizedBlockQueue< T > |
| class | dev::eth::SizedBlockMap< KeyType > |
| class | dev::eth::BlockQueue |
| A queue of blocks. Sits between network or other I/O and the BlockChain. Sorts them ready for blockchain insertion (with the BlockChain::sync() method). @threadsafe. More... | |
Namespaces | |
| dev | |
| dev::eth | |
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.