#include <clientlib.h>
Inherits client::Object.
Inherited by client::Float32Array, client::Float64Array, client::Int16Array, client::Int32Array, client::Int8Array, client::Uint16Array, client::Uint32Array, client::Uint8Array, and client::Uint8ClampedArray.
◆ get_buffer()
◆ get_byteLength()
double client::ArrayBufferView::get_byteLength |
( |
| ) |
|
◆ get_byteOffset()
double client::ArrayBufferView::get_byteOffset |
( |
| ) |
|
◆ set_buffer()
void client::ArrayBufferView::set_buffer |
( |
ArrayBuffer * |
| ) |
|
◆ set_byteLength()
void client::ArrayBufferView::set_byteLength |
( |
double |
| ) |
|
◆ set_byteOffset()
void client::ArrayBufferView::set_byteOffset |
( |
double |
| ) |
|