![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qcore_mac_p.h>
Public Member Functions | |
| Q_NODISCARD_CTOR | QAppleRefCounted () |
| Q_NODISCARD_CTOR | QAppleRefCounted (const T &t) |
| Q_NODISCARD_CTOR | QAppleRefCounted (T &&t) noexcept(std::is_nothrow_move_constructible< T >::value) |
| Q_NODISCARD_CTOR | QAppleRefCounted (QAppleRefCounted &&other) noexcept(std::is_nothrow_move_assignable< T >::value &&std::is_nothrow_move_constructible< T >::value) |
| Q_NODISCARD_CTOR | QAppleRefCounted (const QAppleRefCounted &other) |
| ~QAppleRefCounted () | |
| operator T () const | |
| void | swap (QAppleRefCounted &other) noexcept(noexcept(qSwap(value, other.value))) |
| QAppleRefCounted & | operator= (const QAppleRefCounted &other) |
| QAppleRefCounted & | operator= (QAppleRefCounted &&other) noexcept(std::is_nothrow_move_assignable< T >::value &&std::is_nothrow_move_constructible< T >::value) |
| T * | operator& () |
Protected Attributes | |
| T | value |
Definition at line 95 of file qcore_mac_p.h.
|
inline |
Definition at line 98 of file qcore_mac_p.h.
|
inline |
Definition at line 99 of file qcore_mac_p.h.
|
inlinenoexcept |
Definition at line 100 of file qcore_mac_p.h.
|
inlinenoexcept |
Definition at line 103 of file qcore_mac_p.h.
|
inline |
Definition at line 107 of file qcore_mac_p.h.
|
inline |
Definition at line 110 of file qcore_mac_p.h.
|
inline |
Definition at line 111 of file qcore_mac_p.h.
|
inline |
Definition at line 120 of file qcore_mac_p.h.
|
inline |
Definition at line 114 of file qcore_mac_p.h.
|
inlinenoexcept |
Definition at line 116 of file qcore_mac_p.h.
|
inlinenoexcept |
Definition at line 112 of file qcore_mac_p.h.
|
protected |
Definition at line 122 of file qcore_mac_p.h.