W3cubDocs

/Haxe C++

VirtualArray(NativeVirtualArray)

package cpp

Available on cpp

Constructor

@:impl inline new ()

Variables

@:impl read only length:Int

Methods

@:impl @:extern inline concat (this:NativeVirtualArray):VirtualArray

@:impl @:extern inline copy ():VirtualArray

@:impl @:extern inline filter (this:NativeVirtualArray):VirtualArray

@:impl @:extern inline get_length ():Int

@:impl @:extern inline indexOf (this:NativeVirtualArray, x:Dynamic):Int

@:impl @:extern inline insert (this:NativeVirtualArray, pos:Int):Void

@:impl @:extern inline iterator ():Iterator<Dynamic>

@:impl @:extern inline join (this:NativeVirtualArray):String

@:impl @:extern inline lastIndexOf (this:NativeVirtualArray, x:Dynamic):Int

@:impl @:extern inline map<S> (this:NativeVirtualArray):VirtualArray

@:impl @:extern inline pop ():Dynamic

@:impl @:extern inline push (this:NativeVirtualArray):Int

@:impl @:extern inline remove (this:NativeVirtualArray):Bool

@:impl @:extern inline reverse ():Void

@:impl @:extern inline shift ():Dynamic

@:impl @:extern inline slice (this:NativeVirtualArray, pos:Int):VirtualArray

@:impl @:extern inline sort (this:NativeVirtualArray):Void

@:impl @:extern inline splice (this:NativeVirtualArray, pos:Int):VirtualArray

@:has_untyped @:impl @:to @:extern inline toArray<T> ():Array<T>

@:impl @:extern inline unshift (this:NativeVirtualArray):Void

Static variables

@:impl static read only length:Int

Static methods

@:impl static inline new ()

@:impl @:extern static inline concat (this:NativeVirtualArray):VirtualArray

@:impl @:extern static inline copy ():VirtualArray

@:impl @:extern static inline filter (this:NativeVirtualArray):VirtualArray

@:has_untyped @:from @:extern static inline fromArray<T> (a:Array<T>):VirtualArray

@:has_untyped @:from @:extern static inline fromArray<T> (a:Array<T>):VirtualArray

@:impl @:extern static inline get_length ():Int

@:impl @:extern static inline indexOf (this:NativeVirtualArray, x:Dynamic):Int

@:impl @:extern static inline insert (this:NativeVirtualArray, pos:Int):Void

@:impl @:extern static inline iterator ():Iterator<Dynamic>

@:impl @:extern static inline join (this:NativeVirtualArray):String

@:impl @:extern static inline lastIndexOf (this:NativeVirtualArray, x:Dynamic):Int

@:impl @:extern static inline map<S> (this:NativeVirtualArray):VirtualArray

@:impl @:extern static inline pop ():Dynamic

@:impl @:extern static inline push (this:NativeVirtualArray):Int

@:impl @:extern static inline remove (this:NativeVirtualArray):Bool

@:impl @:extern static inline reverse ():Void

@:impl @:extern static inline shift ():Dynamic

@:impl @:extern static inline slice (this:NativeVirtualArray, pos:Int):VirtualArray

@:impl @:extern static inline sort (this:NativeVirtualArray):Void

@:impl @:extern static inline splice (this:NativeVirtualArray, pos:Int):VirtualArray

@:has_untyped @:impl @:to @:extern static inline toArray<T> ():Array<T>

@:impl @:extern static inline unshift (this:NativeVirtualArray):Void

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cpp/VirtualArray.html