Type

open class Type(size: Long, align: Int)

The (complete) C data type.

Parameters

size

the size in bytes of data of this type

align

the alignments in bytes that is enough for this data type. It may be greater than actually required for simplicity.

Constructors

Type
Link copied to clipboard
fun Type(size: Long, align: Int)

Properties

align
Link copied to clipboard
val align: Int
size
Link copied to clipboard
val size: Long

Inheritors

Type
Link copied to clipboard
Type
Link copied to clipboard
Companion
Link copied to clipboard
Companion
Link copied to clipboard
Companion
Link copied to clipboard
Companion
Link copied to clipboard