beecrypt::mutex Class Reference
#include <mutex.h>
List of all members.
|
Public Member Functions |
| void | init () throw (char*) |
| void | lock () throw (char*) |
| bool | trylock () throw (char*) |
| void | unlock () throw (char*) |
| void | destroy () throw (char*) |
Member Function Documentation
| void beecrypt::mutex::destroy |
( |
|
) |
throw (char*) [inline] |
| void beecrypt::mutex::init |
( |
|
) |
throw (char*) [inline] |
| void beecrypt::mutex::lock |
( |
|
) |
throw (char*) [inline] |
| bool beecrypt::mutex::trylock |
( |
|
) |
throw (char*) [inline] |
| void beecrypt::mutex::unlock |
( |
|
) |
throw (char*) [inline] |
The documentation for this class was generated from the following file: