FreePOOMA  2.4.1
Public Member Functions
Pooma::CountingSemaphore Class Reference

#include <PoomaCSem.h>

List of all members.

Public Member Functions

 CountingSemaphore ()
 CountingSemaphore (const CountingSemaphore &model)
CountingSemaphoreoperator= (const CountingSemaphore &model)
void wait () const
int count () const
int height () const
void height (int d)
void raise_height (int d)
void incr ()
CountingSemaphoreoperator++ ()
int operator+= (int d)

Constructor & Destructor Documentation


Member Function Documentation

CountingSemaphore& Pooma::CountingSemaphore::operator= ( const CountingSemaphore model) [inline]
void Pooma::CountingSemaphore::wait ( ) const [inline]
int Pooma::CountingSemaphore::count ( ) const [inline]
int Pooma::CountingSemaphore::height ( ) const [inline]
void Pooma::CountingSemaphore::height ( int  d) [inline]
void Pooma::CountingSemaphore::raise_height ( int  d) [inline]
void Pooma::CountingSemaphore::incr ( ) [inline]
CountingSemaphore& Pooma::CountingSemaphore::operator++ ( ) [inline]

References incr().

int Pooma::CountingSemaphore::operator+= ( int  d) [inline]

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