Magick++  7.0.10
Magick::MutexLock Class Reference

#include <Thread.h>

Public Member Functions

 MutexLock (void)
 
 ~MutexLock (void)
 
void lock (void)
 
void unlock (void)
 

Detailed Description

Definition at line 27 of file Thread.h.

Constructor & Destructor Documentation

◆ MutexLock()

Magick::MutexLock::MutexLock ( void  )

Definition at line 18 of file Thread.cpp.

References Magick::throwExceptionExplicit().

◆ ~MutexLock()

Magick::MutexLock::~MutexLock ( void  )

Definition at line 65 of file Thread.cpp.

Member Function Documentation

◆ lock()

void Magick::MutexLock::lock ( void  )

Definition at line 76 of file Thread.cpp.

References Magick::throwExceptionExplicit().

Referenced by Magick::ImageRef::replaceImage().

◆ unlock()

void Magick::MutexLock::unlock ( void  )

Definition at line 95 of file Thread.cpp.

References Magick::throwExceptionExplicit().

Referenced by Magick::ImageRef::replaceImage().


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