![]() |
Qt 6.x
The Qt SDK
|
#include <btutility_p.h>
Inheritance diagram for DarwinBluetooth::ObjCStrongReference< T >:
Collaboration diagram for DarwinBluetooth::ObjCStrongReference< T >:Public Member Functions | |
| operator T* () const | |
| T * | data () const |
| StrongReference ()=default | |
| StrongReference (void *object, RetainPolicy policy) | |
| StrongReference (const StrongReference &other) | |
| StrongReference (StrongReference &&other) | |
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 btutility_p.h.
|
inline |
Definition at line 90 of file btutility_p.h.
|
inline |
Definition at line 85 of file btutility_p.h.
|
default |
| DarwinBluetooth::StrongReference::StrongReference | ( | const StrongReference & | other | ) |
| DarwinBluetooth::StrongReference::StrongReference | ( | StrongReference && | other | ) |
| DarwinBluetooth::StrongReference::StrongReference | ( | void * | object, |
| RetainPolicy | policy | ||
| ) |