Available on cpp
staticfromPointer<T>(inNativePointer:Dynamic):ConstPointer<T>
staticfromRaw<T>(ptr:RawConstPointer<T>):ConstPointer<T>
@:native("::cpp::Pointer_obj::fromRaw")staticfromStar<T>(star:Star<T>):ConstPointer<T>
read onlyconstRaw:RawConstPointer<T>
ptr:Star<T>
read onlyraw:RawPointer<T>
read onlyvalue:T
add(inT:Int):ConstPointer<T>
at(inIndex:Int):Reference<T>
dec():ConstPointer<T>
decBy(inT:Int):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
sub(inT:Int):ConstPointer<T>