Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
fxcrt::MaybeOwned< T, D > Member List

This is the complete list of members for fxcrt::MaybeOwned< T, D >, including all inherited members.

Get() const &fxcrt::MaybeOwned< T, D >inline
Get() &&fxcrt::MaybeOwned< T, D >inline
IsOwned() constfxcrt::MaybeOwned< T, D >inline
MaybeOwned()=defaultfxcrt::MaybeOwned< T, D >
MaybeOwned(T *ptr)fxcrt::MaybeOwned< T, D >inlineexplicit
MaybeOwned(const UnownedType &ptr)fxcrt::MaybeOwned< T, D >inlineexplicit
MaybeOwned(OwnedType ptr)fxcrt::MaybeOwned< T, D >inlineexplicit
MaybeOwned(const MaybeOwned &that)=deletefxcrt::MaybeOwned< T, D >
MaybeOwned(MaybeOwned &&that) noexcept=defaultfxcrt::MaybeOwned< T, D >
operator bool() constfxcrt::MaybeOwned< T, D >inlineexplicit
operator!=(const MaybeOwned &that) constfxcrt::MaybeOwned< T, D >inline
operator!=(const OwnedType ptr) constfxcrt::MaybeOwned< T, D >inline
operator!=(T *ptr) constfxcrt::MaybeOwned< T, D >inline
operator*() constfxcrt::MaybeOwned< T, D >inline
operator->() constfxcrt::MaybeOwned< T, D >inline
operator=(const MaybeOwned &that)=deletefxcrt::MaybeOwned< T, D >
operator=(MaybeOwned &&that) noexcept=defaultfxcrt::MaybeOwned< T, D >
operator=(T *ptr)fxcrt::MaybeOwned< T, D >inline
operator=(const UnownedType &ptr)fxcrt::MaybeOwned< T, D >inline
operator=(OwnedType ptr)fxcrt::MaybeOwned< T, D >inline
operator==(const MaybeOwned &that) constfxcrt::MaybeOwned< T, D >inline
operator==(const OwnedType &ptr) constfxcrt::MaybeOwned< T, D >inline
operator==(T *ptr) constfxcrt::MaybeOwned< T, D >inline
OwnedType typedeffxcrt::MaybeOwned< T, D >
Release()fxcrt::MaybeOwned< T, D >inline
ReleaseAndClear()fxcrt::MaybeOwned< T, D >inline
Reset(T *ptr=nullptr)fxcrt::MaybeOwned< T, D >inline
Reset(OwnedType ptr)fxcrt::MaybeOwned< T, D >inline
ResetIfUnowned()fxcrt::MaybeOwned< T, D >inline
UnownedType typedeffxcrt::MaybeOwned< T, D >
~MaybeOwned()=defaultfxcrt::MaybeOwned< T, D >