callfunc

..
core
string
AnyInt

Abstract over Dynamic for integer types not known at compile time.

AutoInt

Int abstract with automatic truncation of Int64.

AutoInt64

Int64 abstract with automatic promotion of Int.

BytesDataView

Data view using Bytes as the underlying buffer array.

BytesTools

Static method extensions to haxe.io.Bytes.

Callback

Allows C code to call Haxe functions.

Callfunc

Main class for interfacing with foreign functions.

CoreDataType

Represents primitive C data types supported by libffi.

DataType

Represents common C data types.

DataView

Provides an abstract view to Bytes.

Debug

Disposable

Classes that hold resources which can't be garbage collected automatically.

Function

Represents a symbol in an opened dynamic library.

Library

Loaded dynamic library symbols and functions.

LibrarySymbolAccess

Pointer

Read and write values of a C pointer.

StructAccess

Provides array and field access to a struct pointer by names.

StructAccessImpl

StructDef

Definition of C structure (composite data type) packing information and field names.