|
| template<typename T > |
| void | lock (T *lockable) |
| |
| template<typename T > |
| void | unlock (T *lockable) |
| |
| template<typename T > |
| void | lock_shared (T *lockable) |
| |
| template<typename T > |
| void | unlock_shared (T *lockable) |
| |
Definition at line 450 of file SharedMutexTest.cpp.
template<typename T >
| void EnterLocker::lock |
( |
T * |
lockable | ) |
|
|
inline |
template<typename T >
| void EnterLocker::lock_shared |
( |
T * |
lockable | ) |
|
|
inline |
template<typename T >
| void EnterLocker::unlock |
( |
T * |
lockable | ) |
|
|
inline |
template<typename T >
| void EnterLocker::unlock_shared |
( |
T * |
lockable | ) |
|
|
inline |
The documentation for this struct was generated from the following file: