skrypton-api / com.waicool20.skrypton.jni / CPointer

CPointer

data class CPointer

Represents a native pointer.

Constructors

<init>

CPointer(value: Long)

Main constructor

Properties

value

val value: Long

Holds the numerical value of the native pointer.