STLdoc
STLdocumentation
|
This is the complete list of members for shared_lock< _Mutex >, including all inherited members.
_Owns | shared_lock< _Mutex > | private |
_Pmtx | shared_lock< _Mutex > | private |
_Validate() const | shared_lock< _Mutex > | inlineprivate |
lock() | shared_lock< _Mutex > | inline |
mutex() const _NOEXCEPT | shared_lock< _Mutex > | inline |
mutex_type typedef | shared_lock< _Mutex > | |
operator bool() const _NOEXCEPT | shared_lock< _Mutex > | inlineexplicit |
operator=(shared_lock &&_Right) _NOEXCEPT | shared_lock< _Mutex > | inline |
operator=(const shared_lock &)=delete | shared_lock< _Mutex > | |
owns_lock() const _NOEXCEPT | shared_lock< _Mutex > | inline |
release() _NOEXCEPT | shared_lock< _Mutex > | inline |
shared_lock() _NOEXCEPT | shared_lock< _Mutex > | inline |
shared_lock(mutex_type &_Mtx) | shared_lock< _Mutex > | inlineexplicit |
shared_lock(mutex_type &_Mtx, defer_lock_t) _NOEXCEPT | shared_lock< _Mutex > | inline |
shared_lock(mutex_type &_Mtx, try_to_lock_t) | shared_lock< _Mutex > | inline |
shared_lock(mutex_type &_Mtx, adopt_lock_t) | shared_lock< _Mutex > | inline |
shared_lock(mutex_type &_Mtx, const chrono::duration< _Rep, _Period > &_Rel_time) | shared_lock< _Mutex > | inline |
shared_lock(mutex_type &_Mtx, const chrono::time_point< _Clock, _Duration > &_Abs_time) | shared_lock< _Mutex > | inline |
shared_lock(shared_lock &&_Other) _NOEXCEPT | shared_lock< _Mutex > | inline |
shared_lock(const shared_lock &)=delete | shared_lock< _Mutex > | |
swap(shared_lock &_Right) _NOEXCEPT | shared_lock< _Mutex > | inline |
try_lock() | shared_lock< _Mutex > | inline |
try_lock_for(const chrono::duration< _Rep, _Period > &_Rel_time) | shared_lock< _Mutex > | inline |
try_lock_until(const chrono::time_point< _Clock, _Duration > &_Abs_time) | shared_lock< _Mutex > | inline |
unlock() | shared_lock< _Mutex > | inline |
~shared_lock() _NOEXCEPT | shared_lock< _Mutex > | inline |