Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qv4dataview_p.h File Reference

(22df353c14800d2e9b6d57a9a0cb9c6baa337999)

#include "qv4object_p.h"
#include "qv4functionobject_p.h"
Include dependency graph for qv4dataview_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QV4::Heap::DataViewCtor
struct  QV4::DataViewCtor
struct  QV4::DataView
struct  QV4::DataViewPrototype

Namespaces

namespace  QV4
namespace  QV4::Heap

Macros

#define DataViewMembers(class, Member)

Functions

 QV4::Heap::DECLARE_HEAP_OBJECT (DataView, Object)

Macro Definition Documentation

◆ DataViewMembers

#define DataViewMembers ( class,
Member )
Value:
Member(class, Pointer, SharedArrayBuffer *, buffer) \
Member(class, NoMark, uint, byteLength) \
Member(class, NoMark, uint, byteOffset)
EGLContext EGLenum EGLClientBuffer buffer
unsigned int uint
Definition qtypes.h:39

Definition at line 31 of file qv4dataview_p.h.