package cpp
extended by Pointer
Available on cppread only constRaw:RawConstPointer<T>
ptr:Star<T>
read only raw:RawPointer<T>
read only value:T
add (inT:Int):ConstPointer<T>
at (inIndex:Int):Reference<T>
dec ():ConstPointer<T>
geq (inOther:ConstPointer<T>):Bool
get_constRaw ():RawConstPointer<T>
get_raw ():RawPointer<T>
get_value ():Reference<T>
gt (inOther:ConstPointer<T>):Bool
inc ():ConstPointer<T>
incBy (inT:Int):ConstPointer<T>
leq (inOther:ConstPointer<T>):Bool
lt (inOther:ConstPointer<T>):Bool
postIncVal ():Reference<T>
rawCast<Other> ():RawPointer<Other>
reinterpret<Other> ():Pointer<Other>
setRaw<O> (ptr:RawPointer<O>):Void
static fromPointer<T> (inNativePointer:Dynamic):ConstPointer<T>
static fromRaw<T> (ptr:RawConstPointer<T>):ConstPointer<T>
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cpp/ConstPointer.html