From 7763f07327f3abce839a690df46ced3bfd1d3d09 Mon Sep 17 00:00:00 2001 From: Erwin Nindl Date: Sun, 7 Oct 2007 22:07:03 +0000 Subject: added doxygen generatet documentation --- doc/html/classCondition.html | 176 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 176 insertions(+) create mode 100644 doc/html/classCondition.html (limited to 'doc/html/classCondition.html') diff --git a/doc/html/classCondition.html b/doc/html/classCondition.html new file mode 100644 index 0000000..90cf253 --- /dev/null +++ b/doc/html/classCondition.html @@ -0,0 +1,176 @@ + + +anytun: Condition Class Reference + + + + +
+
+
+
+

Condition Class Reference

#include <threadUtils.hpp> +

+List of all members. + + + + + + + + + + + + + + + + + +

Public Member Functions

 Condition ()
 ~Condition ()
void wait ()
void signal ()
void broadcast ()

Private Attributes

pthread_cond_t cond
Mutex mutex
+


Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
Condition::Condition (  )  [inline]
+
+
+ +

+ +

+

+ +

+
+ + + + + + + + +
Condition::~Condition (  )  [inline]
+
+
+ +

+ +

+

+


Member Function Documentation

+ +
+
+ + + + + + + + +
void Condition::wait (  )  [inline]
+
+
+ +

+ +

+

+ +

+
+ + + + + + + + +
void Condition::signal (  )  [inline]
+
+
+ +

+ +

+

+ +

+
+ + + + + + + + +
void Condition::broadcast (  )  [inline]
+
+
+ +

+ +

+

+


Member Data Documentation

+ +
+
+ + + + +
pthread_cond_t Condition::cond [private]
+
+
+ +

+ +

+

+ +

+
+ + + + +
Mutex Condition::mutex [private]
+
+
+ +

+ +

+

+


The documentation for this class was generated from the following file: +
Generated on Sun Oct 7 23:43:50 2007 for anytun by  + +doxygen 1.5.1
+ + -- cgit v1.2.3