Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qv4heap_p.h File Reference

(879a89fcda914581ea76f6d9786dc5c2e489991b)

#include <private/qv4global_p.h>
#include <private/qv4mmdefs_p.h>
#include <private/qv4writebarrier_p.h>
#include <private/qv4vtable_p.h>
#include <QtCore/QSharedPointer>
+ Include dependency graph for qv4heap_p.h:

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 > >)