QxOrm 1.4.9
C++ Object Relational Mapping library
Loading...
Searching...
No Matches
qx::memory::fast_mutex_autolock Class Reference

#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_autolockoperator= (const fast_mutex_autolock &)
 

Private Attributes

fast_mutex_M_mtx
 

Detailed Description

An acquistion-on-initialization lock class based on fast_mutex.

Definition at line 344 of file fast_mutex.h.

Constructor & Destructor Documentation

◆ fast_mutex_autolock() [1/2]

qx::memory::fast_mutex_autolock::fast_mutex_autolock ( fast_mutex & __mtx)
inlineexplicit

Definition at line 348 of file fast_mutex.h.

◆ ~fast_mutex_autolock()

qx::memory::fast_mutex_autolock::~fast_mutex_autolock ( )
inline

Definition at line 352 of file fast_mutex.h.

◆ fast_mutex_autolock() [2/2]

qx::memory::fast_mutex_autolock::fast_mutex_autolock ( const fast_mutex_autolock & )
private

Member Function Documentation

◆ operator=()

fast_mutex_autolock & qx::memory::fast_mutex_autolock::operator= ( const fast_mutex_autolock & )
private

Member Data Documentation

◆ _M_mtx

fast_mutex& qx::memory::fast_mutex_autolock::_M_mtx
private

Definition at line 346 of file fast_mutex.h.


The documentation for this class was generated from the following file: