![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
RAII-style controller object for a CCheckQueue that guarantees the passed queue is finished before continuing. More...
#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 14 of file checkqueue.h.
|
inline |
Definition at line 164 of file checkqueue.h.
|
inline |
Definition at line 186 of file checkqueue.h.
|
inline |
Definition at line 181 of file checkqueue.h.
|
inline |
Definition at line 173 of file checkqueue.h.
|
private |
Definition at line 161 of file checkqueue.h.
|
private |
Definition at line 160 of file checkqueue.h.