Pointer
ConstPointer → cpp.Pointer (extern class)
Static Members
fromRaw(ptr: RawPointer<fromRaw.T>): Pointer<fromRaw.T>
Name | Type |
---|---|
ptr |
RawPointer<fromRaw.T> |
Returns |
---|
Pointer<fromRaw.T> |
Name | Type |
---|---|
star |
Star |
Returns |
---|
Pointer<fromStar.T> |
Name | Type | Default |
---|---|---|
inHandle |
Dynamic | |
inKind |
String | (optional) |
Returns |
---|
AutoCast |
Name | Type | Default |
---|---|---|
inHandle |
Dynamic | |
inKind |
String | (optional) |
Returns |
---|
Pointer<fromHandle.T> |
Name | Type |
---|---|
inNativePointer |
Dynamic |
Returns |
---|
Pointer<fromPointer.T> |
Name | Type |
---|---|
inVariable |
Reference |
Returns |
---|
Pointer<addressOf.T> |
Name | Type |
---|---|
inVariable |
endOf.T |
Returns |
---|
Pointer<Void> |
Name | Type |
---|---|
array |
Array<nativeArrayElem.T> |
inElem |
Int |
Returns |
---|
AutoCast |
Name | Type |
---|---|
array |
Array<arrayElem.T> |
inElem |
Int |
Returns |
---|
Pointer<arrayElem.T> |
Name | Type |
---|---|
array |
Array<nativeOfArray.T> |
Returns |
---|
AutoCast |
Name | Type |
---|---|
array |
Array<ofArray.T> |
Returns |
---|
Pointer<ofArray.T> |
Instance Members
ref: Reference
Name | Type |
---|---|
inIndex |
Int |
value |
cpp.Pointer.T |
Name | Type |
---|---|
elementCount |
Int |
Returns |
---|
Array<cpp.Pointer.T> |
toUnmanagedVector(elementCount: Int): haxe.ds.Vector<cpp.Pointer.T>
Name | Type |
---|---|
elementCount |
Int |
Returns |
---|
haxe.ds.Vector<cpp.Pointer.T> |
inc(): Pointer<cpp.Pointer.T>
Returns |
---|
Pointer<cpp.Pointer.T> |
dec(): Pointer<cpp.Pointer.T>
Returns |
---|
Pointer<cpp.Pointer.T> |
Name | Type |
---|---|
inT |
Int |
Returns |
---|
Pointer<cpp.Pointer.T> |
Name | Type |
---|---|
inT |
Int |
Returns |
---|
Pointer<cpp.Pointer.T> |
Name | Type |
---|---|
inT |
Int |
Returns |
---|
Pointer<cpp.Pointer.T> |
Name | Type |
---|---|
inT |
Int |
Returns |
---|
Pointer<cpp.Pointer.T> |
postIncRef(): Reference
Returns |
---|
Reference |
destroy(): Void
destroyArray(): Void
Metadata
Name | Parameters |
---|---|
:semantics |
variable |