Support Class Library
A set of tools providing classes and utility
|
This is the complete list of members for scl::async::Mutexed< T, Lock, Guard >, including all inherited members.
guard_type typedef | scl::async::Mutexed< T, Lock, Guard > | |
lock | scl::async::Mutexed< T, Lock, Guard > | mutableprotected |
lock_type typedef | scl::async::Mutexed< T, Lock, Guard > | |
Mutexed(Args &&... args) | scl::async::Mutexed< T, Lock, Guard > | inlineexplicit |
Mutexed(Mutexed &&) noexcept=default | scl::async::Mutexed< T, Lock, Guard > | |
Mutexed(const Mutexed &)=delete | scl::async::Mutexed< T, Lock, Guard > | |
operator=(Mutexed &&) noexcept=default | scl::async::Mutexed< T, Lock, Guard > | |
operator=(const Mutexed &)=delete | scl::async::Mutexed< T, Lock, Guard > | |
transaction(F &&f) | scl::async::Mutexed< T, Lock, Guard > | inline |
value | scl::async::Mutexed< T, Lock, Guard > | protected |
value_type typedef | scl::async::Mutexed< T, Lock, Guard > |