|
| 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 404 of file SharedMutexTest.cpp.
template<typename T >
| void TokenLocker::lock |
( |
T * |
lockable | ) |
|
|
inline |
template<typename T >
| void TokenLocker::lock_shared |
( |
T * |
lockable | ) |
|
|
inline |
template<typename T >
| void TokenLocker::unlock |
( |
T * |
lockable | ) |
|
|
inline |
template<typename T >
| void TokenLocker::unlock_shared |
( |
T * |
lockable | ) |
|
|
inline |
The documentation for this struct was generated from the following file: