Fabcoin Core
0.16.2
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 ()=delete | |
CCheckQueueControl (const CCheckQueueControl &)=delete | |
CCheckQueueControl & | operator= (const CCheckQueueControl &)=delete |
CCheckQueueControl (CCheckQueue< T > *const pqueueIn) | |
bool | Wait () |
void | Add (std::vector< T > &vChecks) |
~CCheckQueueControl () | |
Private Attributes | |
CCheckQueue< T > *const | 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.
|
delete |
|
delete |
|
inlineexplicit |
Definition at line 184 of file checkqueue.h.
|
inline |
|
inline |
Definition at line 201 of file checkqueue.h.
|
delete |
|
inline |
Definition at line 192 of file checkqueue.h.
|
private |
Definition at line 178 of file checkqueue.h.
|
private |
Definition at line 177 of file checkqueue.h.