#include <svutil.h>
Definition at line 86 of file svutil.h.
◆ SVAutoLock()
SVAutoLock::SVAutoLock |
( |
SVMutex * |
mutex | ) |
|
|
inlineexplicit |
Definition at line 88 of file svutil.h.
88: mutex_(mutex) { mutex->
Lock(); }
void Lock()
Locks on a mutex.
◆ ~SVAutoLock()
SVAutoLock::~SVAutoLock |
( |
| ) |
|
|
inline |
Definition at line 89 of file svutil.h.
void Unlock()
Unlocks on a mutex.
The documentation for this class was generated from the following file: