CppCommon
1.0.4.1
C++ Common Library
|
This is the complete list of members for CppCommon::SeqLock< T >, including all inherited members.
operator=(const T &data) noexcept | CppCommon::SeqLock< T > | inline |
operator=(const SeqLock &)=delete | CppCommon::SeqLock< T > | |
operator=(SeqLock &&)=delete | CppCommon::SeqLock< T > | |
Read() const noexcept | CppCommon::SeqLock< T > | inline |
SeqLock() | CppCommon::SeqLock< T > | inline |
SeqLock(const T &data) | CppCommon::SeqLock< T > | inlineexplicit |
SeqLock(const SeqLock &)=delete | CppCommon::SeqLock< T > | |
SeqLock(SeqLock &&)=default | CppCommon::SeqLock< T > | |
Write(const T &data) noexcept | CppCommon::SeqLock< T > | inline |
~SeqLock()=default | CppCommon::SeqLock< T > |