IBR-DTNSuite 0.6

ibrcommon::Semaphore Class Reference

#include <Semaphore.h>

List of all members.

Public Member Functions

 Semaphore (unsigned int value=0)
virtual ~Semaphore ()
void wait ()
void post ()

Detailed Description

Definition at line 12 of file Semaphore.h.


Constructor & Destructor Documentation

ibrcommon::Semaphore::Semaphore ( unsigned int  value = 0)

Definition at line 9 of file Semaphore.cpp.

ibrcommon::Semaphore::~Semaphore ( ) [virtual]

Definition at line 14 of file Semaphore.cpp.


Member Function Documentation

void ibrcommon::Semaphore::post ( )
void ibrcommon::Semaphore::wait ( )

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