ammer

Reference

FFI types

Haxe types do not map one-to-one to C types. Types in the ammer.ffi package are used to provide additional context.

Read on: FFI types

ammer.def.* types

ammer definitions, such as library definitions, are declared as Haxe classes which extend one of the marker types in the ammer.def package.

Read on: ammer.def.* types

ammer.Lib

Client code using ammer libraries might need to perform operations which do not correspond to native library methods, but rather utility calls such as allocation.

Read on: ammer.Lib

List of configuration flags

Read on: List of configuration flags

List of annotations

Read on: List of annotations

« Previous: Python Next: FFI types »