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
Native
fun Type(size: Long, align: Int)

Properties

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

Inheritors

CStructVar
Link copied to clipboard
CPrimitiveVar
Link copied to clipboard
CPointerVarOf
Link copied to clipboard
Vector128VarOf
Link copied to clipboard
ObjCObjectVar
Link copied to clipboard
ObjCNotImplementedVar
Link copied to clipboard