QxOrm
1.5.0
C++ Object Relational Mapping library
|
#include <fast_mutex.h>
Public Member Functions | |
fast_mutex () | |
~fast_mutex () | |
void | lock () |
void | unlock () |
Private Member Functions | |
fast_mutex (const fast_mutex &) | |
fast_mutex & | operator= (const fast_mutex &) |
Private Attributes | |
bool | _M_locked |
Definition at line 294 of file fast_mutex.h.
qx::memory::fast_mutex::fast_mutex | ( | ) | [inline] |
Definition at line 302 of file fast_mutex.h.
qx::memory::fast_mutex::~fast_mutex | ( | ) | [inline] |
Definition at line 310 of file fast_mutex.h.
qx::memory::fast_mutex::fast_mutex | ( | const fast_mutex & | ) | [private] |
void qx::memory::fast_mutex::lock | ( | ) | [inline] |
Definition at line 314 of file fast_mutex.h.
fast_mutex& qx::memory::fast_mutex::operator= | ( | const fast_mutex & | ) | [private] |
void qx::memory::fast_mutex::unlock | ( | ) | [inline] |
Definition at line 323 of file fast_mutex.h.
bool qx::memory::fast_mutex::_M_locked [private] |
Definition at line 298 of file fast_mutex.h.