class cpp.ConstPointer<T>

Class Fields

static function fromPointer<T>(inNativePointer:Dynamic): ConstPointer<T>

static function fromRaw<T>(ptr:RawConstPointer<T>): ConstPointer<T>

Instance Fields

var ptr: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>