#include <fast_mutex.h>
Definition at line 294 of file 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 |
| fast_mutex_autolock::fast_mutex_autolock | ( | fast_mutex & | __mtx | ) | [inline, explicit] |
| fast_mutex_autolock::~fast_mutex_autolock | ( | ) | [inline] |
| fast_mutex_autolock::fast_mutex_autolock | ( | const fast_mutex_autolock & | ) | [private] |
| fast_mutex_autolock& fast_mutex_autolock::operator= | ( | const fast_mutex_autolock & | ) | [private] |
fast_mutex& fast_mutex_autolock::_M_mtx [private] |
Definition at line 296 of file fast_mutex.h.
Referenced by fast_mutex_autolock(), and ~fast_mutex_autolock().
1.5.6