Ethereum  PoC-8
The C++ Implementation of Ethereum
BlockQueue.h File Reference
#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
 

Enumerations

enum  dev::eth::QueueStatus {
  dev::eth::QueueStatus::Ready, dev::eth::QueueStatus::Importing, dev::eth::QueueStatus::UnknownParent, dev::eth::QueueStatus::Bad,
  dev::eth::QueueStatus::Unknown
}
 

Functions

std::ostream & dev::eth::operator<< (std::ostream &os, QueueStatus const &obj)
 
std::ostream & dev::eth::operator<< (std::ostream &_out, BlockQueueStatus const &_s)
 

Detailed Description

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

Definition in file BlockQueue.h.