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
qstdweb::ArrayBuffer Class Reference

#include <qstdweb_p.h>

+ Collaboration diagram for qstdweb::ArrayBuffer:

Public Member Functions

 ArrayBuffer (uint32_t size)
 
 ArrayBuffer (const emscripten::val &arrayBuffer)
 
uint32_t byteLength () const
 
ArrayBuffer slice (uint32_t begin, uint32_t end) const
 
emscripten::val val () const
 

Friends

class Uint8Array
 

Detailed Description

Definition at line 57 of file qstdweb_p.h.

Constructor & Destructor Documentation

◆ ArrayBuffer() [1/2]

qstdweb::ArrayBuffer::ArrayBuffer ( uint32_t size)
explicit

Definition at line 378 of file qstdweb.cpp.

Referenced by slice().

+ Here is the caller graph for this function:

◆ ArrayBuffer() [2/2]

qstdweb::ArrayBuffer::ArrayBuffer ( const emscripten::val & arrayBuffer)
explicit

Definition at line 383 of file qstdweb.cpp.

Member Function Documentation

◆ byteLength()

uint32_t qstdweb::ArrayBuffer::byteLength ( ) const

Definition at line 389 of file qstdweb.cpp.

◆ slice()

ArrayBuffer qstdweb::ArrayBuffer::slice ( uint32_t begin,
uint32_t end ) const

Definition at line 397 of file qstdweb.cpp.

References ArrayBuffer(), and begin().

+ Here is the call graph for this function:

◆ val()

emscripten::val qstdweb::ArrayBuffer::val ( ) const

Definition at line 402 of file qstdweb.cpp.

Friends And Related Symbol Documentation

◆ Uint8Array

friend class Uint8Array
friend

Definition at line 66 of file qstdweb_p.h.


The documentation for this class was generated from the following files: