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

(22df353c14800d2e9b6d57a9a0cb9c6baa337999)

#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 type
EGLContext EGLenum EGLClientBuffer buffer
unsigned int uint
Definition qtypes.h:39

Definition at line 76 of file qv4typedarray_p.h.