ACT-CV - Machine Vision for Cognitive Modeling
Public Member Functions | Private Attributes | List of all members
mhthreads::Mutex Class Reference

#include <Mutex.h>

Inheritance diagram for mhthreads::Mutex:
Inheritance graph
Collaboration diagram for mhthreads::Mutex:
Collaboration graph

Public Member Functions

void Enter ()
 
void Leave ()
 

Private Attributes

std::mutex mutex_
 

Detailed Description

Definition at line 40 of file Mutex.h.

Member Function Documentation

void mhthreads::Mutex::Enter ( )
void mhthreads::Mutex::Leave ( )

Member Data Documentation

std::mutex mhthreads::Mutex::mutex_
private

Definition at line 41 of file Mutex.h.

Referenced by Enter(), and Leave().


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


ACT-CV - Machine Vision for Cognitive Modeling
© 2015 Marc Halbruegge (actcvlibrary@googlemail.com)