public interface CIntPointerPointer
extends org.graalvm.word.PointerBase
| Modifier and Type | Method and Description |
|---|---|
CIntPointerPointer |
addressOf(int index)
Computes the address of the array element with the specified index, treating the pointer as
an array of the C type.
|
CIntPointerPointer |
addressOf(org.graalvm.word.SignedWord index)
Computes the address of the array element with the specified index, treating the pointer as
an array of the C type.
|
CIntPointer |
read()
Reads the value at the pointer address.
|
CIntPointer |
read(int index)
Reads the value of the array element with the specified index, treating the pointer as an
array of the C type.
|
CIntPointer |
read(org.graalvm.word.SignedWord index)
Reads the value of the array element with the specified index, treating the pointer as an
array of the C type.
|
void |
write(CIntPointer value)
Writes the value at the pointer address.
|
void |
write(int index,
CIntPointer value)
Writes the value of the array element with the specified index, treating the pointer as an
array of the C type.
|
void |
write(org.graalvm.word.SignedWord index,
CIntPointer value)
Writes the value of the array element with the specified index, treating the pointer as an
array of the C type.
|
CIntPointer read()
CIntPointer read(int index)
CIntPointer read(org.graalvm.word.SignedWord index)
void write(CIntPointer value)
void write(int index,
CIntPointer value)
void write(org.graalvm.word.SignedWord index,
CIntPointer value)
CIntPointerPointer addressOf(int index)
CIntPointerPointer addressOf(org.graalvm.word.SignedWord index)