![]() |
Ethereum
PoC-8
The C++ Implementation of Ethereum
|
#include <BlockQueue.h>
Public Member Functions | |
| std::size_t | count () const |
| std::size_t | size () const |
| bool | isEmpty () const |
| KeyType | firstKey () const |
| void | clear () |
| void | insert (KeyType const &_key, h256 const &_hash, bytes &&_blockData) |
| std::vector< std::pair< h256, bytes > > | removeByKeyEqual (KeyType const &_key) |
| std::vector< std::pair< h256, bytes > > | removeByKeyNotGreater (KeyType const &_key) |
Definition at line 156 of file BlockQueue.h.
|
inline |
Definition at line 167 of file BlockQueue.h.
|
inline |
Definition at line 159 of file BlockQueue.h.
|
inline |
Definition at line 165 of file BlockQueue.h.
|
inline |
Definition at line 173 of file BlockQueue.h.
|
inline |
Definition at line 163 of file BlockQueue.h.
|
inline |
Definition at line 182 of file BlockQueue.h.
|
inline |
Definition at line 189 of file BlockQueue.h.
|
inline |
Definition at line 161 of file BlockQueue.h.