#include <qstdweb_p.h>
Definition at line 172 of file qstdweb_p.h.
◆ Uint8Array() [1/5]
qstdweb::Uint8Array::Uint8Array |
( |
const emscripten::val & | uint8Array | ) |
|
|
explicit |
◆ Uint8Array() [2/5]
qstdweb::Uint8Array::Uint8Array |
( |
const ArrayBuffer & | buffer | ) |
|
|
explicit |
◆ Uint8Array() [3/5]
qstdweb::Uint8Array::Uint8Array |
( |
uint32_t | size | ) |
|
|
explicit |
◆ Uint8Array() [4/5]
qstdweb::Uint8Array::Uint8Array |
( |
const ArrayBuffer & | buffer, |
|
|
uint32_t | offset, |
|
|
uint32_t | length ) |
◆ Uint8Array() [5/5]
qstdweb::Uint8Array::Uint8Array |
( |
const char * | buffer, |
|
|
uint32_t | size ) |
◆ buffer()
◆ copy()
void qstdweb::Uint8Array::copy |
( |
char * | destination, |
|
|
const Uint8Array & | source ) |
|
static |
◆ copyFrom() [1/2]
Uint8Array qstdweb::Uint8Array::copyFrom |
( |
const char * | buffer, |
|
|
uint32_t | size ) |
|
static |
◆ copyFrom() [2/2]
◆ copyTo()
void qstdweb::Uint8Array::copyTo |
( |
char * | destination | ) |
const |
◆ copyToQByteArray()
QByteArray qstdweb::Uint8Array::copyToQByteArray |
( |
| ) |
const |
◆ length()
uint32_t qstdweb::Uint8Array::length |
( |
| ) |
const |
◆ set()
◆ subarray()
Uint8Array qstdweb::Uint8Array::subarray |
( |
uint32_t | begin, |
|
|
uint32_t | end ) |
◆ val()
emscripten::val qstdweb::Uint8Array::val |
( |
| ) |
const |
The documentation for this class was generated from the following files: