BazisLib::Linux::Semaphore Class Reference

#include <sync.h>

List of all members.

Public Member Functions

 Semaphore (int InitialValue=0)
 ~Semaphore ()
void Wait ()
void Signal ()

Private Attributes

semaphore m_Semaphore


Constructor & Destructor Documentation

BazisLib::Linux::Semaphore::Semaphore ( int  InitialValue = 0  )  [inline]

BazisLib::Linux::Semaphore::~Semaphore (  )  [inline]


Member Function Documentation

void BazisLib::Linux::Semaphore::Signal (  )  [inline]

void BazisLib::Linux::Semaphore::Wait (  )  [inline]


Member Data Documentation


The documentation for this class was generated from the following file:
SourceForge.net Logo