package cpp
extended by Pointer
Available on cpp
staticfromPointer<T>(inNativePointer:Dynamic):ConstPointer<T>staticfromRaw<T>(ptr:RawConstPointer<T>):ConstPointer<T>staticfromStar<T>(star:Star<T>):ConstPointer<T>read onlyconstRaw:RawConstPointer<T>ptr:Star<T>read onlyraw:RawPointer<T>read onlyvalue:Tadd(inT:Int):ConstPointer<T>at(inIndex:Int):Reference<T>dec():ConstPointer<T>decBy(inT:Int):ConstPointer<T>geq(inOther:ConstPointer<T>):Boolget_constRaw():RawConstPointer<T>get_raw():RawPointer<T>get_value():Reference<T>gt(inOther:ConstPointer<T>):Boolinc():ConstPointer<T>incBy(inT:Int):ConstPointer<T>leq(inOther:ConstPointer<T>):Boollt(inOther:ConstPointer<T>):BoolpostIncVal():Reference<T>rawCast<Other>():RawPointer<Other>reinterpret<Other>():Pointer<Other>setRaw<O>(ptr:RawPointer<O>):Voidsub(inT:Int):ConstPointer<T>
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cpp/ConstPointer.html