Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Public Member Functions | Private Attributes | List of all members
CCheckQueueControl< T > Class Template Reference

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
 

Detailed Description

template<typename T>
class CCheckQueueControl< T >

RAII-style controller object for a CCheckQueue that guarantees the passed queue is finished before continuing.

Definition at line 14 of file checkqueue.h.

Constructor & Destructor Documentation

template<typename T>
CCheckQueueControl< T >::CCheckQueueControl ( CCheckQueue< T > *  pqueueIn)
inline

Definition at line 164 of file checkqueue.h.

template<typename T>
CCheckQueueControl< T >::~CCheckQueueControl ( )
inline

Definition at line 186 of file checkqueue.h.

Member Function Documentation

template<typename T>
void CCheckQueueControl< T >::Add ( std::vector< T > &  vChecks)
inline

Definition at line 181 of file checkqueue.h.

template<typename T>
bool CCheckQueueControl< T >::Wait ( )
inline

Definition at line 173 of file checkqueue.h.

Member Data Documentation

template<typename T>
bool CCheckQueueControl< T >::fDone
private

Definition at line 161 of file checkqueue.h.

template<typename T>
CCheckQueue<T>* CCheckQueueControl< T >::pqueue
private

Definition at line 160 of file checkqueue.h.


The documentation for this class was generated from the following file: