#include <PdfMutexWrapper.h>
Public Member Functions | |
PODOFO_NOTHROW | PdfMutexWrapper (PdfMutex &rMutex) |
~PdfMutexWrapper () |
In debug builds all exceptions thrown by the mutex implementation are caught and logged before being rethrown.
Note that PdfMutexWrapper is *not* part of PoDoFo's public API.
PoDoFo::Util::PdfMutexWrapper::PdfMutexWrapper | ( | PdfMutex & | rMutex | ) | [inline] |
Lock a mutex.
rMutex | the mutex to be locked. |
PoDoFo::Util::PdfMutexWrapper::~PdfMutexWrapper | ( | ) | [inline] |
Unlocks the mutex on destruction