#include <Mutex.h>
Public Member Functions | |
| Mutex () | |
| Constructor. | |
| ~Mutex () | |
| Destructor. | |
| void | lock () |
| This method lock the object. | |
| void | unlock () |
| This method unlock the object. | |
| bool | trylock () |
| This method return true if the lock was successful or not. | |
1.4.4