Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <unowned_ptr.h>
Public Member Functions | |
constexpr | UnownedPtr () noexcept=default |
constexpr | UnownedPtr (std::nullptr_t ptr) |
constexpr | UnownedPtr (T *pObj) noexcept |
constexpr | UnownedPtr (const UnownedPtr &that) noexcept=default |
constexpr | UnownedPtr (UnownedPtr &&that) noexcept |
template<class U , typename = typename std::enable_if< std::is_convertible<U*, T*>::value>::type> | |
UnownedPtr (const UnownedPtr< U > &that) | |
template<class U , typename = typename std::enable_if< std::is_convertible<U*, T*>::value>::type> | |
UnownedPtr (UnownedPtr< U > &&that) noexcept | |
UnownedPtr & | operator= (std::nullptr_t) noexcept |
UnownedPtr & | operator= (T *that) noexcept |
UnownedPtr & | operator= (const UnownedPtr &that) noexcept=default |
UnownedPtr & | operator= (UnownedPtr &&that) noexcept |
template<class U , typename = typename std::enable_if< std::is_convertible<U*, T*>::value>::type> | |
UnownedPtr & | operator= (const UnownedPtr< U > &that) noexcept |
template<class U , typename = typename std::enable_if< std::is_convertible<U*, T*>::value>::type> | |
UnownedPtr & | operator= (UnownedPtr< U > &&that) noexcept |
~UnownedPtr () | |
bool | operator== (std::nullptr_t ptr) const |
bool | operator== (const UnownedPtr &that) const |
bool | operator< (const UnownedPtr &that) const |
operator T* () const noexcept | |
T * | get () const noexcept |
T * | ExtractAsDangling () |
void | ClearAndDelete () |
operator bool () const | |
T & | operator* () const |
T * | operator-> () const |
Definition at line 75 of file unowned_ptr.h.
|
constexprdefaultnoexcept |
|
inlineconstexpr |
Definition at line 81 of file unowned_ptr.h.
|
inlineexplicitconstexprnoexcept |
Definition at line 83 of file unowned_ptr.h.
|
constexprdefaultnoexcept |
|
inlineconstexprnoexcept |
Definition at line 91 of file unowned_ptr.h.
|
inline |
Definition at line 98 of file unowned_ptr.h.
|
inlinenoexcept |
Definition at line 104 of file unowned_ptr.h.
|
inline |
Definition at line 154 of file unowned_ptr.h.
|
inline |
Definition at line 170 of file unowned_ptr.h.
|
inline |
Definition at line 169 of file unowned_ptr.h.
|
inlinenoexcept |
Definition at line 167 of file unowned_ptr.h.
|
inlineexplicit |
Definition at line 172 of file unowned_ptr.h.
|
inlinenoexcept |
Definition at line 166 of file unowned_ptr.h.
|
inline |
Definition at line 173 of file unowned_ptr.h.
|
inline |
Definition at line 174 of file unowned_ptr.h.
|
inline |
Definition at line 162 of file unowned_ptr.h.
|
defaultnoexcept |
|
inlinenoexcept |
Definition at line 136 of file unowned_ptr.h.
|
inlinenoexcept |
Definition at line 108 of file unowned_ptr.h.
|
inlinenoexcept |
Definition at line 114 of file unowned_ptr.h.
|
inlinenoexcept |
Definition at line 125 of file unowned_ptr.h.
|
inlinenoexcept |
Definition at line 147 of file unowned_ptr.h.
|
inline |
Definition at line 159 of file unowned_ptr.h.
|
inline |
Definition at line 158 of file unowned_ptr.h.