HMutexOOC::LockGuard Class Reference
#include <HMutexOOC.h>
Public Member Functions | |
LockGuard (HMutexOOC &mutex) | |
~LockGuard () | |
Detailed Description
Constructor & Destructor Documentation
◆ LockGuard()
|
inline |
Locks the input mutex.
- Parameters
-
mutex The mutex to lock for the lifetime of LockGuard.
References HMutexOOC::Lock().
◆ ~LockGuard()
|
inline |
Unlocks the mutex locked by the LockGuard constructor.
References HMutexOOC::Unlock().
The documentation for this class was generated from the following file: