IBR-DTNSuite  0.10
ibrcommon::Semaphore Class Reference

#include <Semaphore.h>

Collaboration diagram for ibrcommon::Semaphore:
Collaboration graph

Public Member Functions

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

Detailed Description

Definition at line 35 of file Semaphore.h.

Constructor & Destructor Documentation

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

Definition at line 30 of file Semaphore.cpp.

ibrcommon::Semaphore::~Semaphore ( )
virtual

Definition at line 35 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: