![]() |
Qt 6.x
The Qt SDK
|
#include <btraii_p.h>
Public Member Functions | |
ScopedPointer ()=default | |
ScopedPointer (void *instance, RetainPolicy policy) | |
![]() | |
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.