#include <svutil.h>
Definition at line 96 of file svutil.h.
◆ SVAutoLock()
SVAutoLock::SVAutoLock |
( |
SVMutex * |
mutex | ) |
|
|
inlineexplicit |
Definition at line 98 of file svutil.h.
98 : mutex_(mutex) { mutex->
Lock(); }
void Lock()
Locks on a mutex.
◆ ~SVAutoLock()
SVAutoLock::~SVAutoLock |
( |
| ) |
|
|
inline |
Definition at line 99 of file svutil.h.
void Unlock()
Unlocks on a mutex.
The documentation for this class was generated from the following file:
- /usr/src/tesseract-ocr.master/src/viewer/svutil.h