Monero
Loading...
Searching...
No Matches
Public Member Functions | Private Member Functions | List of all members
el::base::threading::internal::NoScopedLock< Mutex > Class Template Reference

Lock guard wrapper used when multi-threading is disabled. More...

#include <easylogging++.h>

Inheritance diagram for el::base::threading::internal::NoScopedLock< Mutex >:
Inheritance graph
[legend]
Collaboration diagram for el::base::threading::internal::NoScopedLock< Mutex >:
Collaboration graph
[legend]

Public Member Functions

 NoScopedLock (Mutex &)
 
virtual ~NoScopedLock (void)
 

Private Member Functions

 NoScopedLock (void)
 
- Private Member Functions inherited from el::base::NoCopy
 NoCopy (void)
 

Detailed Description

template<typename Mutex>
class el::base::threading::internal::NoScopedLock< Mutex >

Lock guard wrapper used when multi-threading is disabled.

Constructor & Destructor Documentation

◆ NoScopedLock() [1/2]

template<typename Mutex >
el::base::threading::internal::NoScopedLock< Mutex >::NoScopedLock ( Mutex & )
inlineexplicit

◆ ~NoScopedLock()

template<typename Mutex >
virtual el::base::threading::internal::NoScopedLock< Mutex >::~NoScopedLock ( void )
inlinevirtual

◆ NoScopedLock() [2/2]

template<typename Mutex >
el::base::threading::internal::NoScopedLock< Mutex >::NoScopedLock ( void )
private

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