API documentation
class cpp.ConstPointer<T>
static function fromPointer<T>(inNativePointer:Dynamic): ConstPointer<T>
static function fromRaw<T>(ptr:RawConstPointer<T>): ConstPointer<T>
var ptr:T
var raw:RawConstPointer<T>
var value:T
function add(inT:Int): ConstPointer<T>
function at(inIndex:Int): T
function dec(): ConstPointer<T>
function geq(inOther:Pointer<T>): Bool
function get_value(): T
function gt(inOther:Pointer<T>): Bool
function inc(): ConstPointer<T>
function incBy(inT:Int): ConstPointer<T>
function leq(inOther:Pointer<T>): Bool
function lt(inOther:Pointer<T>): Bool
function postIncVal(): T
function rawCast<Other>(): RawPointer<Other>
function reinterpret<Other>(): Pointer<Other>