XII Release 0.1.0
Loading...
Searching...
No Matches
xiiLock< T > Class Template Reference

Manages a lock (e.g. a mutex) and ensures that it is properly released as the lock object goes out of scope. More...

#include <Lock.h>

Public Member Functions

XII_ALWAYS_INLINE xiiLock (T &ref_lock)
 

Detailed Description

template<typename T>
class xiiLock< T >

Manages a lock (e.g. a mutex) and ensures that it is properly released as the lock object goes out of scope.


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