orelang.Util

Undocumented in source.

Members

Aliases

ffi_arg
alias ffi_arg = ulong
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ffi_sarg
alias ffi_sarg = long
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

ffi_abi
enum ffi_abi
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ffi_status
enum ffi_status
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

ffi_call
void ffi_call(ffi_cif* cif, void* fn, void* rvalue, void** avalue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ffi_prep_cif
ffi_status ffi_prep_cif(ffi_cif* cif, ffi_abi abi, uint nargs, ffi_type* rtype, ffi_type** atypes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ffi_prep_cif_var
ffi_status ffi_prep_cif_var(ffi_cif* cif, ffi_abi abi, uint nfixedargs, uint ntotalargs, ffi_type* rtype, ffi_type** atypes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

ffi_type_double
ffi_type ffi_type_double;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ffi_type_float
ffi_type ffi_type_float;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ffi_type_longdouble
ffi_type ffi_type_longdouble;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ffi_type_pointer
ffi_type ffi_type_pointer;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ffi_type_sint16
ffi_type ffi_type_sint16;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ffi_type_sint32
ffi_type ffi_type_sint32;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ffi_type_sint64
ffi_type ffi_type_sint64;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ffi_type_sint8
ffi_type ffi_type_sint8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ffi_type_uint16
ffi_type ffi_type_uint16;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ffi_type_uint32
ffi_type ffi_type_uint32;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ffi_type_uint64
ffi_type ffi_type_uint64;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ffi_type_uint8
ffi_type ffi_type_uint8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ffi_type_void
ffi_type ffi_type_void;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

ffi_cif
struct ffi_cif
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ffi_type
struct ffi_type
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta