![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qsharedpointer_impl.h>
Public Types | |
| typedef ExternalRefCountData | Parent |
| typedef std::remove_cv< T >::type | NoCVType |
| Public Types inherited from QtSharedPointer::ExternalRefCountData | |
| typedef void(* | DestroyerFn) (ExternalRefCountData *) |
Static Public Member Functions | |
| static void | deleter (ExternalRefCountData *self) |
| static void | safetyCheckDeleter (ExternalRefCountData *self) |
| static void | noDeleter (ExternalRefCountData *) |
| static ExternalRefCountData * | create (NoCVType **ptr, DestroyerFn destroy) |
| Static Public Member Functions inherited from QtSharedPointer::ExternalRefCountData | |
| static Q_CORE_EXPORT ExternalRefCountData * | getAndRef (const QObject *) |
Public Attributes | |
| NoCVType | data |
| Public Attributes inherited from QtSharedPointer::ExternalRefCountData | |
| QBasicAtomicInt | weakref |
| QBasicAtomicInt | strongref |
| DestroyerFn | destroyer |
Additional Inherited Members | |
| Public Member Functions inherited from QtSharedPointer::ExternalRefCountData | |
| ExternalRefCountData (DestroyerFn d) | |
| ExternalRefCountData (Qt::Initialization) | |
| ~ExternalRefCountData () | |
| void | destroy () |
| QT6_ONLY (Q_CORE_EXPORT void setQObjectShared(const QObject *, bool enable);) inline void checkQObjectShared(...) | |
| void | setQObjectShared (...) |
| void * | operator new (std::size_t)=delete |
| void * | operator new (std::size_t, void *ptr) noexcept |
| void | operator delete (void *ptr) |
| void | operator delete (void *, void *) |
Definition at line 221 of file qsharedpointer_impl.h.
| typedef std::remove_cv<T>::type QtSharedPointer::ExternalRefCountWithContiguousData< T >::NoCVType |
Definition at line 224 of file qsharedpointer_impl.h.
| typedef ExternalRefCountData QtSharedPointer::ExternalRefCountWithContiguousData< T >::Parent |
Definition at line 223 of file qsharedpointer_impl.h.
|
inlinestatic |
Definition at line 241 of file qsharedpointer_impl.h.
References QtSharedPointer::ExternalRefCountData::ExternalRefCountData(), and data.
|
inlinestatic |
Definition at line 227 of file qsharedpointer_impl.h.
References data.
Referenced by safetyCheckDeleter().
|
inlinestatic |
Definition at line 239 of file qsharedpointer_impl.h.
|
inlinestatic |
Definition at line 234 of file qsharedpointer_impl.h.
References deleter(), and QtSharedPointer::internalSafetyCheckRemove().
| NoCVType QtSharedPointer::ExternalRefCountWithContiguousData< T >::data |
Definition at line 225 of file qsharedpointer_impl.h.