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/classSemaphore.html | 139 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 139 insertions(+) create mode 100644 doc/html/classSemaphore.html (limited to 'doc/html/classSemaphore.html') diff --git a/doc/html/classSemaphore.html b/doc/html/classSemaphore.html new file mode 100644 index 0000000..f2123df --- /dev/null +++ b/doc/html/classSemaphore.html @@ -0,0 +1,139 @@ + + +anytun: Semaphore Class Reference + + + + +
+
+
+
+

Semaphore Class Reference

#include <threadUtils.hpp> +

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

Public Member Functions

 Semaphore (unsigned int initVal=0)
 ~Semaphore ()
void down ()
void up ()

Private Attributes

sem_t sem
+


Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + +
Semaphore::Semaphore (unsigned int  initVal = 0  )  [inline]
+
+
+ +

+ +

+

+ +

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

+ +

+

+


Member Function Documentation

+ +
+
+ + + + + + + + +
void Semaphore::down (  )  [inline]
+
+
+ +

+ +

+

+ +

+
+ + + + + + + + +
void Semaphore::up (  )  [inline]
+
+
+ +

+ +

+

+


Member Data Documentation

+ +
+
+ + + + +
sem_t Semaphore::sem [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