My Project
osl::misc::LightMutex::unlockable_lock Class Reference

requirement: thread local More...

#include <lightMutex.h>

Public Member Functions

 unlockable_lock (LightMutex &m)
 ~unlockable_lock ()
void unlock ()

Private Member Functions

 unlockable_lock (const unlockable_lock &)
unlockable_lockoperator= (const unlockable_lock &)

Private Attributes

LightMutexm
bool locked

Detailed Description

requirement: thread local

Definition at line 99 of file lightMutex.h.

Constructor & Destructor Documentation

◆ unlockable_lock() [1/2]

osl::misc::LightMutex::unlockable_lock::unlockable_lock ( const unlockable_lock & )
private

References unlockable_lock().

Referenced by operator=(), and unlockable_lock().

◆ unlockable_lock() [2/2]

◆ ~unlockable_lock()

Member Function Documentation

◆ operator=()

unlockable_lock & osl::misc::LightMutex::unlockable_lock::operator= ( const unlockable_lock & )
private

References unlockable_lock().

◆ unlock()

Definition at line 112 of file lightMutex.h.

References locked, and m.

Member Data Documentation

◆ locked

Definition at line 104 of file lightMutex.h.

Referenced by unlock(), and unlockable_lock().

◆ m

Definition at line 103 of file lightMutex.h.

Referenced by unlock(), and unlockable_lock().


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