RecordCompanion
An interface that should be implemented by companion objects for wrapper classes that wrap Records (C structs).
Inheritors
Functions
Link copied to clipboard
abstract fun wrapRecordPointer(pointer: <Error class: unknown class><out <Error class: unknown class>>): TYPE
Wrap a CPointer pointing to a record of this type into its wrapper class.