ManaPlus
|
#include <fast_mutex.h>
Public Member Functions | |
fast_mutex_autolock (fast_mutex &mtx) | |
~fast_mutex_autolock () | |
Private Member Functions | |
fast_mutex_autolock (const fast_mutex_autolock &) | |
fast_mutex_autolock & | operator= (const fast_mutex_autolock &) |
Private Attributes | |
fast_mutex & | _M_mtx |
RAII lock class for fast_mutex.
Definition at line 409 of file fast_mutex.h.
|
inlineexplicit |
|
inline |
Definition at line 417 of file fast_mutex.h.
References _M_mtx, and fast_mutex::unlock().
|
private |
|
private |
|
private |
Definition at line 411 of file fast_mutex.h.
Referenced by fast_mutex_autolock(), and ~fast_mutex_autolock().