fast_mutex_autolock Class Reference

Back to the index.

Public Member Functions | List of all members
fast_mutex_autolock Class Reference

Part of Wu Yongwei's new/delete debug memory leak detector. More...

#include <fast_mutex.h>

Public Member Functions

 fast_mutex_autolock (fast_mutex &__mtx)
 
 ~fast_mutex_autolock ()
 

Detailed Description

Part of Wu Yongwei's new/delete debug memory leak detector.

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

Definition at line 315 of file fast_mutex.h.

Constructor & Destructor Documentation

◆ fast_mutex_autolock()

fast_mutex_autolock::fast_mutex_autolock ( fast_mutex __mtx)
inlineexplicit

Definition at line 319 of file fast_mutex.h.

References fast_mutex::lock().

◆ ~fast_mutex_autolock()

fast_mutex_autolock::~fast_mutex_autolock ( )
inline

Definition at line 323 of file fast_mutex.h.

References fast_mutex::unlock().


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

Generated on Sun Sep 30 2018 16:05:18 for GXemul by doxygen 1.8.13