alternative Standard Libary  0.29.8
lock_base.hpp-Dateireferenz
#include "common.hpp"
#include "config.h"
+ Include-Abhängigkeitsdiagramm für lock_base.hpp:

gehe zum Quellcode dieser Datei

Klassen

class  std::lock_base
 abstract base class for loking Mehr ...
 
class  std::lock_util< T >
 lock util for auto lock and unlock. using: if(lock_util<std::mutex>(&varMutex)) { //locked } //and her unlocked Mehr ...
 

Namensbereiche

 std
 

Funktionen

template<class T = std::lock_base>
void std::lock (T *m1)
 
template<class T = std::lock_base>
void std::unlock (T *m1)
 
template<class T = std::lock_base>
void std::try_lock (T *m1)