xyzzy::TSemaphore Class Reference

#include <semaphore.hxx>

List of all members.

Public Member Functions

 TSemaphore (int val=0, bool shared=true)
int getValue () const
void post ()
void wait ()

Private Attributes

sem_t m_sem


Constructor & Destructor Documentation

xyzzy::TSemaphore::TSemaphore ( int  val = 0,
bool  shared = true 
) [explicit]


Member Function Documentation

int xyzzy::TSemaphore::getValue (  )  const

void xyzzy::TSemaphore::post (  ) 

void xyzzy::TSemaphore::wait (  ) 


Member Data Documentation

sem_t xyzzy::TSemaphore::m_sem [private]


The documentation for this class was generated from the following files:
Generated on Thu Mar 22 13:51:08 2007 for anvil by  doxygen 1.5.1