NativePointed

open class NativePointed(source)

The entity which has an associated native pointer. Subtypes are supposed to represent interpretations of the pointed data or code.

This interface is likely to be handled by compiler magic and shouldn't be subtyped by arbitrary classes.

TODO: the behavior of equals, hashCode and toString differs on Native and JVM backends.

Since Kotlin

1.3

Inheritors

Properties

Link copied to clipboard
var rawPtr: NativePtr
Since Kotlin 1.3
Link copied to clipboard
Since Kotlin 1.3

Functions

Link copied to clipboard
Since Kotlin 1.3
Link copied to clipboard

Changes the interpretation of the pointed data or code.

Since Kotlin 1.3