|
ion 0.12.0
Atomic concurrency support library
|
This is the complete list of members for ion::SignalSource< T >, including all inherited members.
| CompareExchangeStrong(ValueType &expected, ValueType desired) noexcept -> bool | ion::SignalSource< T > | |
| CompareExchangeTransform(SignalSource< T > &signal, UnaryOperation op) noexcept -> T | ion::SignalSource< T > | related |
| CompareExchangeWeak(ValueType &expected, ValueType desired) noexcept -> bool | ion::SignalSource< T > | |
| Load() const noexcept -> ValueType | ion::SignalSource< T > | |
| operator=(SignalSource const &)=delete (defined in ion::SignalSource< T >) | ion::SignalSource< T > | |
| SignalSource(ValueType initial=ValueType{}) noexcept | ion::SignalSource< T > | explicit |
| SignalSource(SignalSource const &)=delete | ion::SignalSource< T > | |
| Store(ValueType value) noexcept | ion::SignalSource< T > | |
| ValueType typedef (defined in ion::SignalSource< T >) | ion::SignalSource< T > |