![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <private/qv4global_p.h>#include <private/qv4mmdefs_p.h>#include <private/qv4writebarrier_p.h>#include <private/qv4vtable_p.h>#include <QtCore/QSharedPointer>Go to the source code of this file.
Classes | |
| struct | QV4::Heap::Pointer< T, o > |
| struct | QV4::Heap::Base |
| struct | QV4::QV4QPointer< T > |
Namespaces | |
| namespace | QV4 |
| namespace | QV4::Heap |
Typedefs | |
| typedef Pointer< char *, 0 > | QV4::Heap::V4PointerCheck |
Functions | |
| QV4::Heap::Q_STATIC_ASSERT (std::is_trivial_v< V4PointerCheck >) | |
| QV4::Heap::Q_STATIC_ASSERT (std::is_trivial_v< Base >) | |
| QV4::Heap::Q_STATIC_ASSERT (std::is_standard_layout< Base >::value) | |
| QV4::Heap::Q_STATIC_ASSERT (offsetof(Base, internalClass)==0) | |
| QV4::Heap::Q_STATIC_ASSERT (sizeof(Base)==QT_POINTER_SIZE) | |
| QV4::Q_STATIC_ASSERT (std::is_trivial_v< QV4QPointer< QObject > >) | |