![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <checkqueue.h>
Public Member Functions | |
CCheckQueueControl (CCheckQueue< T > *pqueueIn) | |
bool | Wait () |
void | Add (std::vector< T > &vChecks) |
~CCheckQueueControl () | |
Private Attributes | |
CCheckQueue< T > * | pqueue |
bool | fDone |
RAII-style controller object for a CCheckQueue that guarantees the passed queue is finished before continuing.
Definition at line 17 of file checkqueue.h.
|
inline |
Definition at line 184 of file checkqueue.h.
|
inline |
Definition at line 208 of file checkqueue.h.
|
inline |
Definition at line 202 of file checkqueue.h.
Referenced by ConnectBlock().
|
inline |
Definition at line 193 of file checkqueue.h.
Referenced by ConnectBlock(), and CCheckQueueControl< T >::~CCheckQueueControl().
|
private |
Definition at line 181 of file checkqueue.h.
Referenced by CCheckQueueControl< T >::Wait(), and CCheckQueueControl< T >::~CCheckQueueControl().
|
private |
Definition at line 180 of file checkqueue.h.
Referenced by CCheckQueueControl< T >::Add(), CCheckQueueControl< T >::CCheckQueueControl(), and CCheckQueueControl< T >::Wait().