Bitcoin Core 28.99.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 ()=delete | |
CCheckQueueControl (const CCheckQueueControl &)=delete | |
CCheckQueueControl & | operator= (const CCheckQueueControl &)=delete |
CCheckQueueControl (CCheckQueue< T > *const pqueueIn) | |
std::optional< R > | Complete () |
void | Add (std::vector< T > &&vChecks) |
~CCheckQueueControl () | |
Private Attributes | |
CCheckQueue< T, R > *const | pqueue |
bool | fDone |
RAII-style controller object for a CCheckQueue that guarantees the passed queue is finished before continuing.
Definition at line 208 of file checkqueue.h.
|
delete |
|
delete |
|
inlineexplicit |
Definition at line 218 of file checkqueue.h.
|
inline |
Definition at line 241 of file checkqueue.h.
|
inline |
Definition at line 234 of file checkqueue.h.
|
inline |
Definition at line 226 of file checkqueue.h.
|
delete |
|
private |
Definition at line 212 of file checkqueue.h.
|
private |
Definition at line 211 of file checkqueue.h.