Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QAtomicScopedValueRollback< T > Member List

This is the complete list of members for QAtomicScopedValueRollback< T >, including all inherited members.

commit()QAtomicScopedValueRollback< T >inline
QAtomicScopedValueRollback(std::atomic< T > &var, std::memory_order mo=std::memory_order_seq_cst)QAtomicScopedValueRollback< T >inlineexplicit
QAtomicScopedValueRollback(std::atomic< T > &var, T value, std::memory_order mo=std::memory_order_seq_cst)QAtomicScopedValueRollback< T >inlineexplicit
QAtomicScopedValueRollback(QBasicAtomicInteger< T > &var, std::memory_order mo=std::memory_order_seq_cst)QAtomicScopedValueRollback< T >inlineexplicit
QAtomicScopedValueRollback(QBasicAtomicInteger< T > &var, T value, std::memory_order mo=std::memory_order_seq_cst)QAtomicScopedValueRollback< T >inlineexplicit
QAtomicScopedValueRollback(QBasicAtomicPointer< std::remove_pointer_t< T > > &var, std::memory_order mo=std::memory_order_seq_cst)QAtomicScopedValueRollback< T >inlineexplicit
QAtomicScopedValueRollback(QBasicAtomicPointer< std::remove_pointer_t< T > > &var, T value, std::memory_order mo=std::memory_order_seq_cst)QAtomicScopedValueRollback< T >inlineexplicit
~QAtomicScopedValueRollback()QAtomicScopedValueRollback< T >inline