ConstPointer

ConstPointer<T>

package cpp

extended by Pointer

Available on cpp

Variables

read only constRaw:RawConstPointer<T>

ptr:Star<T>

read only raw:RawPointer<T>

read only value:T

Methods

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 methods

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

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

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/cpp/ConstPointer.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部