![]() |
PIVX Core
5.6.99
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 171 of file checkqueue.h.
|
inlineexplicit |
Definition at line 178 of file checkqueue.h.
|
inline |
|
inline |
Definition at line 196 of file checkqueue.h.
|
inline |
|
private |
Definition at line 175 of file checkqueue.h.
|
private |
Definition at line 174 of file checkqueue.h.