![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <btraii_p.h>
Public Member Functions | |
| ScopedPointer ()=default | |
| ScopedPointer (void *instance, RetainPolicy policy) | |
| Public Member Functions inherited from DarwinBluetooth::StrongReference | |
| StrongReference ()=default | |
| StrongReference (void *object, RetainPolicy policy) | |
| StrongReference (const StrongReference &other) | |
| StrongReference (StrongReference &&other) | |
| ~StrongReference () | |
| StrongReference & | operator= (const StrongReference &other) noexcept |
| StrongReference & | operator= (StrongReference &&other) noexcept |
| void | swap (StrongReference &other) noexcept |
| void * | release () |
| void | reset () |
| void | reset (void *newInstance, RetainPolicy policy) |
| template<class ObjCType> | |
| ObjCType * | getAs () const |
| operator bool () const | |
Definition at line 81 of file btraii_p.h.
|
default |
|
inline |
Definition at line 85 of file btraii_p.h.
References DarwinBluetooth::StrongReference::StrongReference().