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
qv4dataview_p.h File Reference

(8b6a9403bf2e04d34b9b07d2780186029fab99d0)

#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)
GLenum GLuint buffer
unsigned int uint
Definition qtypes.h:34

Definition at line 30 of file qv4dataview_p.h.