ConstPointer
cpp.ConstPointer (extern class) → Pointer
Static Members
fromRaw(ptr: RawConstPointer<fromRaw.T>): ConstPointer<fromRaw.T>| Name | Type |
|---|---|
ptr |
RawConstPointer<fromRaw.T> |
| Returns |
|---|
| ConstPointer<fromRaw.T> |
fromStar(star: Star): ConstPointer<fromStar.T>| Name | Type |
|---|---|
star |
Star |
| Returns |
|---|
| ConstPointer<fromStar.T> |
fromPointer(inNativePointer: Dynamic): ConstPointer<fromPointer.T>| Name | Type |
|---|---|
inNativePointer |
Dynamic |
| Returns |
|---|
| ConstPointer<fromPointer.T> |
Instance Members
ptr: Starraw: RawPointer<cpp.ConstPointer.T>constRaw: RawConstPointer<cpp.ConstPointer.T>lt(inOther: ConstPointer<cpp.ConstPointer.T>): Bool| Name | Type |
|---|---|
inOther |
ConstPointer<cpp.ConstPointer.T> |
| Returns |
|---|
| Bool |
leq(inOther: ConstPointer<cpp.ConstPointer.T>): Bool| Name | Type |
|---|---|
inOther |
ConstPointer<cpp.ConstPointer.T> |
| Returns |
|---|
| Bool |
gt(inOther: ConstPointer<cpp.ConstPointer.T>): Bool| Name | Type |
|---|---|
inOther |
ConstPointer<cpp.ConstPointer.T> |
| Returns |
|---|
| Bool |
geq(inOther: ConstPointer<cpp.ConstPointer.T>): Bool| Name | Type |
|---|---|
inOther |
ConstPointer<cpp.ConstPointer.T> |
| Returns |
|---|
| Bool |
setRaw(ptr: RawPointer<setRaw.O>): Void| Name | Type |
|---|---|
ptr |
RawPointer<setRaw.O> |
reinterpret(): Pointer<reinterpret.Other>| Returns |
|---|
| Pointer<reinterpret.Other> |
rawCast(): RawPointer<rawCast.Other>| Returns |
|---|
| RawPointer<rawCast.Other> |
| Name | Type |
|---|---|
inIndex |
Int |
| Returns |
|---|
| Reference |
inc(): ConstPointer<cpp.ConstPointer.T>| Returns |
|---|
| ConstPointer<cpp.ConstPointer.T> |
dec(): ConstPointer<cpp.ConstPointer.T>| Returns |
|---|
| ConstPointer<cpp.ConstPointer.T> |
incBy(inT: Int): ConstPointer<cpp.ConstPointer.T>| Name | Type |
|---|---|
inT |
Int |
| Returns |
|---|
| ConstPointer<cpp.ConstPointer.T> |
decBy(inT: Int): ConstPointer<cpp.ConstPointer.T>| Name | Type |
|---|---|
inT |
Int |
| Returns |
|---|
| ConstPointer<cpp.ConstPointer.T> |
add(inT: Int): ConstPointer<cpp.ConstPointer.T>| Name | Type |
|---|---|
inT |
Int |
| Returns |
|---|
| ConstPointer<cpp.ConstPointer.T> |
sub(inT: Int): ConstPointer<cpp.ConstPointer.T>| Name | Type |
|---|---|
inT |
Int |
| Returns |
|---|
| ConstPointer<cpp.ConstPointer.T> |
postIncVal(): Reference| Returns |
|---|
| Reference |
Metadata
| Name | Parameters |
|---|---|
:include |
"cpp/Pointer.h" |
:semantics |
variable |