![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::ArrayBufferView.
Public Member Functions | |
| Object * | copyWithin (double target, double start) |
| Object * | copyWithin (double target, double start, double end) |
| bool | every (EventListener *callbackfn) |
| bool | every (EventListener *callbackfn, Object *thisArg) |
| Object * | fill (double value) |
| Object * | fill (double value, double start) |
| Object * | fill (double value, double start, double end) |
| Float32Array * | filter (EventListener *callbackfn) |
| Float32Array * | filter (EventListener *callbackfn, Object *thisArg) |
| double | find (EventListener *predicate) |
| double | find (EventListener *predicate, Object *thisArg) |
| double | findIndex (EventListener *predicate) |
| double | findIndex (EventListener *predicate, Object *thisArg) |
| void | forEach (EventListener *callbackfn) |
| void | forEach (EventListener *callbackfn, Object *thisArg) |
| double | indexOf (double searchElement) |
| double | indexOf (double searchElement, double fromIndex) |
| String * | join () |
| String * | join (const String &separator) |
| double | lastIndexOf (double searchElement) |
| double | lastIndexOf (double searchElement, double fromIndex) |
| double | get_length () |
| Float32Array * | map (EventListener *callbackfn) |
| Float32Array * | map (EventListener *callbackfn, Object *thisArg) |
| double | reduce (EventListener *callbackfn) |
| double | reduce (EventListener *callbackfn, double initialValue) |
| template<class U > | |
| U * | reduce (EventListener *callbackfn, U *initialValue) |
| double | reduceRight (EventListener *callbackfn) |
| double | reduceRight (EventListener *callbackfn, double initialValue) |
| template<class U > | |
| U * | reduceRight (EventListener *callbackfn, U *initialValue) |
| Float32Array * | reverse () |
| template<class ArrayLike > | |
| void | set (ArrayLike *array) |
| template<class ArrayLike > | |
| void | set (ArrayLike *array, double offset) |
| Float32Array * | slice () |
| Float32Array * | slice (double start) |
| Float32Array * | slice (double start, double end) |
| bool | some (EventListener *callbackfn) |
| bool | some (EventListener *callbackfn, Object *thisArg) |
| Object * | sort () |
| Object * | sort (EventListener *compareFn) |
| Float32Array * | subarray (double begin) |
| Float32Array * | subarray (double begin, double end) |
| String * | toLocaleString () |
| String * | toString () |
| float & | operator[] (int index) |
| float | operator[] (int index) const |
| Float32Array * | get_prototype () |
| Float32Array (double length) | |
| template<class ArrayLike > | |
| Float32Array (ArrayLike *arrayOrArrayBuffer) | |
| template<class ArrayBufferLike > | |
| Float32Array (ArrayBufferLike *buffer, double byteOffset) | |
| template<class ArrayBufferLike > | |
| Float32Array (ArrayBufferLike *buffer, double byteOffset, double length) | |
| double | get_BYTES_PER_ELEMENT () |
Public Member Functions inherited from client::ArrayBufferView | |
| ArrayBuffer * | get_buffer () |
| void | set_buffer (ArrayBuffer *) |
| double | get_byteLength () |
| void | set_byteLength (double) |
| double | get_byteOffset () |
| void | set_byteOffset (double) |
Public Member Functions inherited from client::Object | |
| Object () | |
| template<typename T > | |
| T | valueOf () |
| operator double () const | |
| Object * | operator[] (const client::String &name) const |
| void | set_ (const client::String &name, Object *v) |
| template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type> | |
| void | set_ (const client::String &name, T v) |
| bool | hasOwnProperty (const client::String &name) |
Static Public Member Functions | |
| template<typename... Args> | |
| static Float32Array * | of (Args &&... items) |
| client::Float32Array::Float32Array | ( | double | length | ) |
| client::Float32Array::Float32Array | ( | ArrayLike * | arrayOrArrayBuffer | ) |
| client::Float32Array::Float32Array | ( | ArrayBufferLike * | buffer, |
| double | byteOffset | ||
| ) |
| client::Float32Array::Float32Array | ( | ArrayBufferLike * | buffer, |
| double | byteOffset, | ||
| double | length | ||
| ) |
| Object* client::Float32Array::copyWithin | ( | double | target, |
| double | start | ||
| ) |
| Object* client::Float32Array::copyWithin | ( | double | target, |
| double | start, | ||
| double | end | ||
| ) |
| bool client::Float32Array::every | ( | EventListener * | callbackfn | ) |
| bool client::Float32Array::every | ( | EventListener * | callbackfn, |
| Object * | thisArg | ||
| ) |
| Object* client::Float32Array::fill | ( | double | value | ) |
| Object* client::Float32Array::fill | ( | double | value, |
| double | start | ||
| ) |
| Object* client::Float32Array::fill | ( | double | value, |
| double | start, | ||
| double | end | ||
| ) |
| Float32Array* client::Float32Array::filter | ( | EventListener * | callbackfn | ) |
| Float32Array* client::Float32Array::filter | ( | EventListener * | callbackfn, |
| Object * | thisArg | ||
| ) |
| double client::Float32Array::find | ( | EventListener * | predicate | ) |
| double client::Float32Array::find | ( | EventListener * | predicate, |
| Object * | thisArg | ||
| ) |
| double client::Float32Array::findIndex | ( | EventListener * | predicate | ) |
| double client::Float32Array::findIndex | ( | EventListener * | predicate, |
| Object * | thisArg | ||
| ) |
| void client::Float32Array::forEach | ( | EventListener * | callbackfn | ) |
| void client::Float32Array::forEach | ( | EventListener * | callbackfn, |
| Object * | thisArg | ||
| ) |
| double client::Float32Array::get_BYTES_PER_ELEMENT | ( | ) |
| double client::Float32Array::get_length | ( | ) |
| Float32Array* client::Float32Array::get_prototype | ( | ) |
| double client::Float32Array::indexOf | ( | double | searchElement | ) |
| double client::Float32Array::indexOf | ( | double | searchElement, |
| double | fromIndex | ||
| ) |
| String* client::Float32Array::join | ( | ) |
| double client::Float32Array::lastIndexOf | ( | double | searchElement | ) |
| double client::Float32Array::lastIndexOf | ( | double | searchElement, |
| double | fromIndex | ||
| ) |
| Float32Array* client::Float32Array::map | ( | EventListener * | callbackfn | ) |
| Float32Array* client::Float32Array::map | ( | EventListener * | callbackfn, |
| Object * | thisArg | ||
| ) |
|
inlinestatic |
|
inline |
|
inline |
| double client::Float32Array::reduce | ( | EventListener * | callbackfn | ) |
| double client::Float32Array::reduce | ( | EventListener * | callbackfn, |
| double | initialValue | ||
| ) |
| U* client::Float32Array::reduce | ( | EventListener * | callbackfn, |
| U * | initialValue | ||
| ) |
| double client::Float32Array::reduceRight | ( | EventListener * | callbackfn | ) |
| double client::Float32Array::reduceRight | ( | EventListener * | callbackfn, |
| double | initialValue | ||
| ) |
| U* client::Float32Array::reduceRight | ( | EventListener * | callbackfn, |
| U * | initialValue | ||
| ) |
| Float32Array* client::Float32Array::reverse | ( | ) |
| void client::Float32Array::set | ( | ArrayLike * | array | ) |
| void client::Float32Array::set | ( | ArrayLike * | array, |
| double | offset | ||
| ) |
| Float32Array* client::Float32Array::slice | ( | ) |
| Float32Array* client::Float32Array::slice | ( | double | start | ) |
| Float32Array* client::Float32Array::slice | ( | double | start, |
| double | end | ||
| ) |
| bool client::Float32Array::some | ( | EventListener * | callbackfn | ) |
| bool client::Float32Array::some | ( | EventListener * | callbackfn, |
| Object * | thisArg | ||
| ) |
| Object* client::Float32Array::sort | ( | ) |
| Object* client::Float32Array::sort | ( | EventListener * | compareFn | ) |
| Float32Array* client::Float32Array::subarray | ( | double | begin | ) |
| Float32Array* client::Float32Array::subarray | ( | double | begin, |
| double | end | ||
| ) |
| String* client::Float32Array::toLocaleString | ( | ) |
| String* client::Float32Array::toString | ( | ) |
1.8.13