OpenCV  2.4.13.3
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

§ Mutex() [1/2]

cv::Mutex::Mutex ( )

§ ~Mutex()

cv::Mutex::~Mutex ( )

§ Mutex() [2/2]

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

Member Function Documentation

§ lock()

void cv::Mutex::lock ( )

§ operator=()

Mutex& cv::Mutex::operator= ( const Mutex m)

§ trylock()

bool cv::Mutex::trylock ( )

§ unlock()

void cv::Mutex::unlock ( )

Member Data Documentation

§ impl

Impl* cv::Mutex::impl
protected

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