TrinityCore
|
#include <GMutex.h>
Public Member Functions | |
GMutexLock (GMutex *mutex) | |
~GMutexLock () | |
Private Member Functions | |
GMutexLock (const GMutexLock &mlock) | |
GMutexLock & | operator= (const GMutexLock &) |
bool | operator== (const GMutexLock &) |
Private Attributes | |
GMutex * | m |
Automatically locks while in scope.
|
private |
|
inline |
|
inline |
|
private |
|
private |
|
private |