OpenCV  2.4.13
Open Source Computer Vision
cv::Mutex Class Reference

#include <core.hpp>

Public Member Functions

 Mutex ()
 
 ~Mutex ()
 
 Mutex (const Mutex &m)
 
Mutexoperator= (const Mutex &m)
 
void lock ()
 
bool trylock ()
 
void unlock ()
 

Protected Attributes

Impl * impl
 

Constructor & Destructor Documentation

cv::Mutex::Mutex ( )
cv::Mutex::~Mutex ( )
cv::Mutex::Mutex ( const Mutex m)

Member Function Documentation

void cv::Mutex::lock ( )
Mutex& cv::Mutex::operator= ( const Mutex m)
bool cv::Mutex::trylock ( )
void cv::Mutex::unlock ( )

Member Data Documentation

Impl* cv::Mutex::impl
protected

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