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 Fri May 16 12:02:07 2008 for SEMS by  doxygen 1.5.1
Home |  Recent changes |  Search |  Glossary |  Sitemap |  Login