| Package | Description |
|---|---|
| org.bytedeco.libffi | |
| org.bytedeco.libffi.global |
| Modifier and Type | Method and Description |
|---|---|
ffi_type |
ffi_type.alignment(short setter) |
ffi_type |
ffi_type.alignment(short setter) |
ffi_type |
ffi_cif.arg_types(int i) |
ffi_type |
ffi_cif.arg_types(int i) |
ffi_type |
ffi_type.elements(int i) |
ffi_type |
ffi_type.elements(int i) |
ffi_type |
ffi_type.elements(int i,
ffi_type setter) |
ffi_type |
ffi_type.elements(int i,
ffi_type setter) |
ffi_type |
ffi_type.elements(PointerPointer setter) |
ffi_type |
ffi_type.elements(PointerPointer setter) |
ffi_type |
ffi_type.getPointer(long i) |
ffi_type |
ffi_type.getPointer(long i) |
ffi_type |
ffi_type.position(long position) |
ffi_type |
ffi_type.position(long position) |
ffi_type |
ffi_cif.rtype() |
ffi_type |
ffi_cif.rtype() |
ffi_type |
ffi_type.size(long setter) |
ffi_type |
ffi_type.size(long setter) |
ffi_type |
ffi_type.type(short setter) |
ffi_type |
ffi_type.type(short setter) |
| Modifier and Type | Method and Description |
|---|---|
ffi_cif |
ffi_cif.arg_types(int i,
ffi_type setter) |
ffi_cif |
ffi_cif.arg_types(int i,
ffi_type setter) |
ffi_type |
ffi_type.elements(int i,
ffi_type setter) |
ffi_type |
ffi_type.elements(int i,
ffi_type setter) |
ffi_cif |
ffi_cif.rtype(ffi_type setter) |
ffi_cif |
ffi_cif.rtype(ffi_type setter) |
| Modifier and Type | Field and Description |
|---|---|
static ffi_type |
ffi.ffi_type_longdouble |
static ffi_type |
ffi.ffi_type_longdouble |
static ffi_type |
ffi.ffi_type_schar |
static ffi_type |
ffi.ffi_type_schar |
static ffi_type |
ffi.ffi_type_sint |
static ffi_type |
ffi.ffi_type_sint |
static ffi_type |
ffi.ffi_type_slong |
static ffi_type |
ffi.ffi_type_slong |
static ffi_type |
ffi.ffi_type_sshort |
static ffi_type |
ffi.ffi_type_sshort |
static ffi_type |
ffi.ffi_type_uchar |
static ffi_type |
ffi.ffi_type_uchar |
static ffi_type |
ffi.ffi_type_uint |
static ffi_type |
ffi.ffi_type_uint |
static ffi_type |
ffi.ffi_type_ulong |
static ffi_type |
ffi.ffi_type_ulong |
static ffi_type |
ffi.ffi_type_ushort |
static ffi_type |
ffi.ffi_type_ushort |
| Modifier and Type | Method and Description |
|---|---|
static int |
ffi.ffi_get_struct_offsets(int abi,
ffi_type struct_type,
SizeTPointer offsets) |
static int |
ffi.ffi_get_struct_offsets(int abi,
ffi_type struct_type,
SizeTPointer offsets) |
static int |
ffi.ffi_prep_cif_var(ffi_cif cif,
int abi,
int nfixedargs,
int ntotalargs,
ffi_type rtype,
ffi_type atypes) |
static int |
ffi.ffi_prep_cif_var(ffi_cif cif,
int abi,
int nfixedargs,
int ntotalargs,
ffi_type rtype,
ffi_type atypes) |
static int |
ffi.ffi_prep_cif_var(ffi_cif cif,
int abi,
int nfixedargs,
int ntotalargs,
ffi_type rtype,
PointerPointer atypes) |
static int |
ffi.ffi_prep_cif_var(ffi_cif cif,
int abi,
int nfixedargs,
int ntotalargs,
ffi_type rtype,
PointerPointer atypes) |
static int |
ffi.ffi_prep_cif(ffi_cif cif,
int abi,
int nargs,
ffi_type rtype,
ffi_type atypes) |
static int |
ffi.ffi_prep_cif(ffi_cif cif,
int abi,
int nargs,
ffi_type rtype,
ffi_type atypes) |
static int |
ffi.ffi_prep_cif(ffi_cif cif,
int abi,
int nargs,
ffi_type rtype,
PointerPointer atypes) |
static int |
ffi.ffi_prep_cif(ffi_cif cif,
int abi,
int nargs,
ffi_type rtype,
PointerPointer atypes) |
static void |
ffi.ffi_type_double(ffi_type setter) |
static void |
ffi.ffi_type_double(ffi_type setter) |
static void |
ffi.ffi_type_float(ffi_type setter) |
static void |
ffi.ffi_type_float(ffi_type setter) |
static void |
ffi.ffi_type_pointer(ffi_type setter) |
static void |
ffi.ffi_type_pointer(ffi_type setter) |
static void |
ffi.ffi_type_sint16(ffi_type setter) |
static void |
ffi.ffi_type_sint16(ffi_type setter) |
static void |
ffi.ffi_type_sint32(ffi_type setter) |
static void |
ffi.ffi_type_sint32(ffi_type setter) |
static void |
ffi.ffi_type_sint64(ffi_type setter) |
static void |
ffi.ffi_type_sint64(ffi_type setter) |
static void |
ffi.ffi_type_sint8(ffi_type setter) |
static void |
ffi.ffi_type_sint8(ffi_type setter) |
static void |
ffi.ffi_type_uint16(ffi_type setter) |
static void |
ffi.ffi_type_uint16(ffi_type setter) |
static void |
ffi.ffi_type_uint32(ffi_type setter) |
static void |
ffi.ffi_type_uint32(ffi_type setter) |
static void |
ffi.ffi_type_uint64(ffi_type setter) |
static void |
ffi.ffi_type_uint64(ffi_type setter) |
static void |
ffi.ffi_type_uint8(ffi_type setter) |
static void |
ffi.ffi_type_uint8(ffi_type setter) |
static void |
ffi.ffi_type_void(ffi_type setter) |
static void |
ffi.ffi_type_void(ffi_type setter) |
Copyright © 2022. All rights reserved.