neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
neolib::scoped_multi_lock< Mutexes > Class Template Reference

#include <mutex.hpp>

Public Member Functions

 scoped_multi_lock (Mutexes &aMutexes)
 
 ~scoped_multi_lock ()
 

Detailed Description

template<typename Mutexes>
class neolib::scoped_multi_lock< Mutexes >

Definition at line 261 of file mutex.hpp.

Constructor & Destructor Documentation

◆ scoped_multi_lock()

template<typename Mutexes >
neolib::scoped_multi_lock< Mutexes >::scoped_multi_lock ( Mutexes aMutexes)
inline

Definition at line 264 of file mutex.hpp.

◆ ~scoped_multi_lock()

Definition at line 269 of file mutex.hpp.


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