olp-cpp-sdk  1.22.0
olp::thread::Atomic< Type, MutexType, ReadLockType > Member List

This is the complete list of members for olp::thread::Atomic< Type, MutexType, ReadLockType >, including all inherited members.

Atomic(SomeType &&am)olp::thread::Atomic< Type, MutexType, ReadLockType >inlineexplicit
Atomic()olp::thread::Atomic< Type, MutexType, ReadLockType >inline
locked(Functor &&lambda) -> decltype(lambda(std::declval< Type & >()))olp::thread::Atomic< Type, MutexType, ReadLockType >inline
locked(Functor &&lambda) const -> decltype(lambda(std::declval< const Type & >())) constolp::thread::Atomic< Type, MutexType, ReadLockType >inline
lockedAssign(SomeType &&am)olp::thread::Atomic< Type, MutexType, ReadLockType >inline
lockedCopy() constolp::thread::Atomic< Type, MutexType, ReadLockType >inline
lockedMove()olp::thread::Atomic< Type, MutexType, ReadLockType >inline
lockedSwap(Type &other)olp::thread::Atomic< Type, MutexType, ReadLockType >inline
lockedSwapWithDefault()olp::thread::Atomic< Type, MutexType, ReadLockType >inline
molp::thread::Atomic< Type, MutexType, ReadLockType >protected
m_mutexolp::thread::Atomic< Type, MutexType, ReadLockType >mutableprotected
operator bool() constolp::thread::Atomic< Type, MutexType, ReadLockType >inlineexplicit
value_type typedefolp::thread::Atomic< Type, MutexType, ReadLockType >
WriteLockType typedefolp::thread::Atomic< Type, MutexType, ReadLockType >