package cpp
extends ConstPointer
Available on cppref:Reference<T>destroy ():VoiddestroyArray ():Voidget_ref ():Reference<T>postIncRef ():Reference<T>setAt (inIndex:Int, value:T ):Voidset_ref (t:T ):Reference<T>inline toUnmanagedArray (elementCount:Int):Array<T>inline toUnmanagedVector (elementCount:Int):Vector<T>static addressOf<T> (inVariable:Reference<T>):Pointer<T>static inline arrayElem<T> (array:Array<T>, inElem:Int):Pointer<T>static endOf<T> (inVariable:T ):Pointer<Void>static inline fromHandle<T> (inHandle:Dynamic, ?inKind:String):Pointer<T>static fromPointer<T> (inNativePointer:Dynamic):Pointer<T>static fromRaw<T> (ptr:RawPointer<T>):Pointer<T>static nativeArrayElem<T> (array:Array<T>, inElem:Int):AutoCaststatic nativeFromHandle<T> (inHandle:Dynamic, ?inKind:String):AutoCaststatic nativeOfArray<T> (array:Array<T>):AutoCaststatic inline ofArray<T> (array:Array<T>):Pointer<T>
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/cpp/Pointer.html