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
CSemaphoreGrant Class Reference

RAII-style semaphore lock. More...

#include <sync.h>

Collaboration diagram for CSemaphoreGrant:
Collaboration graph
[legend]

Public Member Functions

void Acquire ()
 
void Release ()
 
bool TryAcquire ()
 
void MoveTo (CSemaphoreGrant &grant)
 
 CSemaphoreGrant ()
 
 CSemaphoreGrant (CSemaphore &sema, bool fTry=false)
 
 ~CSemaphoreGrant ()
 
 operator bool ()
 

Private Attributes

CSemaphoresem
 
bool fHaveGrant
 

Detailed Description

RAII-style semaphore lock.

Definition at line 160 of file sync.h.

Constructor & Destructor Documentation

CSemaphoreGrant::CSemaphoreGrant ( )
inline

Definition at line 195 of file sync.h.

CSemaphoreGrant::CSemaphoreGrant ( CSemaphore sema,
bool  fTry = false 
)
inline

Definition at line 197 of file sync.h.

CSemaphoreGrant::~CSemaphoreGrant ( )
inline

Definition at line 204 of file sync.h.

Member Function Documentation

void CSemaphoreGrant::Acquire ( )
inline

Definition at line 167 of file sync.h.

void CSemaphoreGrant::MoveTo ( CSemaphoreGrant grant)
inline

Definition at line 187 of file sync.h.

CSemaphoreGrant::operator bool ( )
inline

Definition at line 208 of file sync.h.

void CSemaphoreGrant::Release ( )
inline

Definition at line 174 of file sync.h.

bool CSemaphoreGrant::TryAcquire ( )
inline

Definition at line 181 of file sync.h.

Member Data Documentation

bool CSemaphoreGrant::fHaveGrant
private

Definition at line 164 of file sync.h.

CSemaphore* CSemaphoreGrant::sem
private

Definition at line 163 of file sync.h.


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