Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Closure ¶
type Closure C.ffi_closure
type Status ¶
type Status = C.ffi_status
var BAD_ABI Status = C.FFI_BAD_ABI
var BAD_TYPEDEF Status = C.FFI_BAD_TYPEDEF
func CreateClosure ¶
type Type ¶
var TypeDouble *Type = &C.ffi_type_double
var TypeFloat *Type = &C.ffi_type_float
var TypePointer *Type = &C.ffi_type_pointer
var TypeSint16 *Type = &C.ffi_type_sint16
var TypeSint32 *Type = &C.ffi_type_sint32
var TypeSint64 *Type = &C.ffi_type_sint64
var TypeSint8 *Type = &C.ffi_type_sint8
var TypeUint16 *Type = &C.ffi_type_uint16
var TypeUint32 *Type = &C.ffi_type_uint32
var TypeUint64 *Type = &C.ffi_type_uint64
var TypeUint8 *Type = &C.ffi_type_uint8
var TypeVoid *Type = &C.ffi_type_void
func MakeStructType ¶
Click to show internal directories.
Click to hide internal directories.