QxOrm
1.5.0
C++ Object Relational Mapping library
|
#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 |
An acquistion-on-initialization lock class based on fast_mutex.
Definition at line 344 of file fast_mutex.h.
qx::memory::fast_mutex_autolock::fast_mutex_autolock | ( | fast_mutex & | __mtx | ) | [inline, explicit] |
Definition at line 348 of file fast_mutex.h.
qx::memory::fast_mutex_autolock::~fast_mutex_autolock | ( | ) | [inline] |
Definition at line 352 of file fast_mutex.h.
qx::memory::fast_mutex_autolock::fast_mutex_autolock | ( | const fast_mutex_autolock & | ) | [private] |
fast_mutex_autolock& qx::memory::fast_mutex_autolock::operator= | ( | const fast_mutex_autolock & | ) | [private] |
Definition at line 346 of file fast_mutex.h.