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

(8b6a9403bf2e04d34b9b07d2780186029fab99d0)

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

Go to the source code of this file.

Classes

struct  QV4::TypedArrayOperations
 
struct  QV4::Heap::IntrinsicTypedArrayCtor
 
struct  QV4::Heap::TypedArrayCtor
 
struct  QV4::Heap::IntrinsicTypedArrayPrototype
 
struct  QV4::Heap::TypedArrayPrototype
 
struct  QV4::TypedArray
 
struct  QV4::IntrinsicTypedArrayCtor
 
struct  QV4::TypedArrayCtor
 
struct  QV4::IntrinsicTypedArrayPrototype
 
struct  QV4::TypedArrayPrototype
 

Namespaces

namespace  QV4
 
namespace  QV4::Heap
 

Macros

#define TypedArrayMembers(class, Member)
 

Enumerations

enum  QV4::TypedArrayType {
  QV4::Int8Array , QV4::UInt8Array , QV4::Int16Array , QV4::UInt16Array ,
  QV4::Int32Array , QV4::UInt32Array , QV4::UInt8ClampedArray , QV4::Float32Array ,
  QV4::Float64Array , QV4::NTypedArrayTypes
}
 
enum  QV4::AtomicModifyOps {
  QV4::AtomicAdd , QV4::AtomicAnd , QV4::AtomicExchange , QV4::AtomicOr ,
  QV4::AtomicSub , QV4::AtomicXor , QV4::NAtomicModifyOps
}
 

Functions

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

Macro Definition Documentation

◆ TypedArrayMembers

#define TypedArrayMembers ( class,
Member )
Value:
Member(class, Pointer, ArrayBuffer *, buffer) \
Member(class, NoMark, const TypedArrayOperations *, type) \
Member(class, NoMark, uint, byteLength) \
Member(class, NoMark, uint, byteOffset) \
Member(class, NoMark, uint, arrayType)
GLenum GLuint buffer
GLenum type
unsigned int uint
Definition qtypes.h:34

Definition at line 75 of file qv4typedarray_p.h.