![]() |
Main Page
Class Hierarchy
Alphabetical List
Compound List
File List
Compound Members
![]() |
#include <FXNullMutex.h>
Inheritance diagram for FXEX::FXNullMutex::
Public Methods | |
FXNullMutex () | |
void | lock () |
FXbool | trylock (FXint ms) |
void | unlock () |
~FXNullMutex () |
You would usually use this object during the development stage to iron out any design flaws.
The object error checks to make sure you havn't unlocked too many times. It also prints the number locks held on destruction.
Definition at line 38 of file FXNullMutex.h.
|
create me a null mutex :-).
|
|
dtor.
|
|
lock mutex.
Reimplemented from FXEX::FXLockable. Definition at line 45 of file FXNullMutex.h. |
|
try to lock the mutex, within some period.
Definition at line 48 of file FXNullMutex.h. |
|
release mutex lock.
Reimplemented from FXEX::FXLockable. |