Public Member Functions | Protected Attributes
cv::Mutex Class Reference

#include <core.hpp>

List of all members.

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 ( const Mutex m)

Member Function Documentation

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

Member Data Documentation

Impl* cv::Mutex::impl [protected]

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