AmCondition< T > Class Template Reference

C++ Wrapper class for pthread condition. More...

#include <AmThread.h>


Public Member Functions

 AmCondition (const T &_t)
void set (const T &newval)
get ()
void wait_for ()


Detailed Description

template<class T>
class AmCondition< T >

C++ Wrapper class for pthread condition.


Member Function Documentation

template<class T>
void AmCondition< T >::set ( const T &  newval  )  [inline]

Change the condition's value.

template<class T>
void AmCondition< T >::wait_for (  )  [inline]

Waits for the condition to be true.


The documentation for this class was generated from the following file:
Generated on Thu Mar 8 00:12:46 2007 for Sems by  doxygen 1.4.7
Home |  Recent changes |  Search |  Glossary |  Sitemap |  Login