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
QAppleRefCounted< T, U, RetainFunction, ReleaseFunction > Member List

This is the complete list of members for QAppleRefCounted< T, U, RetainFunction, ReleaseFunction >, including all inherited members.

operator T() constQAppleRefCounted< T, U, RetainFunction, ReleaseFunction >inline
operator&()QAppleRefCounted< T, U, RetainFunction, ReleaseFunction >inline
operator=(const QAppleRefCounted &other)QAppleRefCounted< T, U, RetainFunction, ReleaseFunction >inline
operator=(QAppleRefCounted &&other) noexcept(std::is_nothrow_move_assignable< T >::value &&std::is_nothrow_move_constructible< T >::value)QAppleRefCounted< T, U, RetainFunction, ReleaseFunction >inline
QAppleRefCounted()QAppleRefCounted< T, U, RetainFunction, ReleaseFunction >inline
QAppleRefCounted(const T &t)QAppleRefCounted< T, U, RetainFunction, ReleaseFunction >inline
QAppleRefCounted(T &&t) noexcept(std::is_nothrow_move_constructible< T >::value)QAppleRefCounted< T, U, RetainFunction, ReleaseFunction >inline
QAppleRefCounted(QAppleRefCounted &&other) noexcept(std::is_nothrow_move_assignable< T >::value &&std::is_nothrow_move_constructible< T >::value)QAppleRefCounted< T, U, RetainFunction, ReleaseFunction >inline
QAppleRefCounted(const QAppleRefCounted &other)QAppleRefCounted< T, U, RetainFunction, ReleaseFunction >inline
swap(QAppleRefCounted &other) noexcept(noexcept(qSwap(value, other.value)))QAppleRefCounted< T, U, RetainFunction, ReleaseFunction >inline
valueQAppleRefCounted< T, U, RetainFunction, ReleaseFunction >protected
~QAppleRefCounted()QAppleRefCounted< T, U, RetainFunction, ReleaseFunction >inline