gloox  0.9.9.12
Public Member Functions | List of all members
Mutex Class Reference

#include <mutex.h>

Public Member Functions

 Mutex ()
 ~Mutex ()
void lock ()
void unlock ()

Detailed Description

A simple implementation of mutex as a wrapper around a pthread mutex or a win32 critical section.

Author
Jakob Schroeter js@ca.nosp@m.maya.nosp@m..net
Since
0.9

Definition at line 31 of file mutex.h.

Constructor & Destructor Documentation

Mutex ( )

Contructs a new simple mutex.

Definition at line 90 of file mutex.cpp.

~Mutex ( )

Destructor

Definition at line 95 of file mutex.cpp.

Member Function Documentation

void lock ( )

Locks the mutex.

Definition at line 100 of file mutex.cpp.

void unlock ( )

Releases the mutex.

Definition at line 105 of file mutex.cpp.


The documentation for this class was generated from the following files: