OpenCV  3.0.0-rc1
Open Source Computer Vision
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Protected Attributes | List of all members

#include "utility.hpp"

Public Member Functions

 Mutex ()
 
 Mutex (const Mutex &m)
 
 ~Mutex ()
 
void lock ()
 
Mutexoperator= (const Mutex &m)
 
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: