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

Mutex Class Reference

#include <threadUtils.hpp> +

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

Public Member Functions

 Mutex ()
 ~Mutex ()

Private Member Functions

 Mutex (const Mutex &src)
void operator= (const Mutex &src)
void lock ()
void unlock ()

Private Attributes

pthread_mutex_t mutex

Friends

class Lock
class Condition
+


Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
Mutex::Mutex (  )  [inline]
+
+
+ +

+ +

+

+ +

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

+ +

+

+ +

+
+ + + + + + + + + +
Mutex::Mutex (const Mutex src  )  [private]
+
+
+ +

+ +

+

+


Member Function Documentation

+ +
+
+ + + + + + + + + +
void Mutex::operator= (const Mutex src  )  [private]
+
+
+ +

+ +

+

+ +

+
+ + + + + + + + +
void Mutex::lock (  )  [inline, private]
+
+
+ +

+ +

+

+ +

+
+ + + + + + + + +
void Mutex::unlock (  )  [inline, private]
+
+
+ +

+ +

+

+


Friends And Related Function Documentation

+ +
+
+ + + + +
friend class Lock [friend]
+
+
+ +

+ +

+

+ +

+
+ + + + +
friend class Condition [friend]
+
+
+ +

+ +

+

+


Member Data Documentation

+ +
+
+ + + + +
pthread_mutex_t Mutex::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