![]() |
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 |
| h256 | nextHash () const |
| T const & | next () const |
| void | clear () |
| void | enqueue (T &&_t) |
| T | dequeue () |
| std::vector< T > | dequeueMultiple (std::size_t _n) |
| bool | remove (h256 const &_hash) |
| template<class Pred > | |
| std::vector< T > | removeIf (Pred _pred) |
| bool | replace (h256 const &_hash, T &&_t) |
Definition at line 66 of file BlockQueue.h.
|
inline |
Definition at line 79 of file BlockQueue.h.
|
inline |
Definition at line 69 of file BlockQueue.h.
|
inline |
Definition at line 91 of file BlockQueue.h.
|
inline |
Definition at line 101 of file BlockQueue.h.
|
inline |
Definition at line 85 of file BlockQueue.h.
|
inline |
Definition at line 73 of file BlockQueue.h.
|
inline |
Definition at line 77 of file BlockQueue.h.
|
inline |
Definition at line 75 of file BlockQueue.h.
|
inline |
Definition at line 106 of file BlockQueue.h.
|
inline |
Definition at line 113 of file BlockQueue.h.
|
inline |
Definition at line 120 of file BlockQueue.h.
|
inline |
Definition at line 71 of file BlockQueue.h.