@Structure.FieldOrder(value={"size","alignment","type","elements"}) static class Structure.FFIType extends Structure
Modifier and Type | Class and Description |
---|---|
static class |
Structure.FFIType.size_t |
Structure.ByReference, Structure.ByValue, Structure.FFIType, Structure.FieldOrder, Structure.StructField, Structure.StructureSet
Modifier and Type | Field and Description |
---|---|
short |
alignment |
Pointer |
elements |
Structure.FFIType.size_t |
size |
short |
type |
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE, fieldOrder, layoutInfo
Constructor and Description |
---|
FFIType() |
FFIType(java.lang.Object array,
java.lang.Class<?> type) |
FFIType(Structure.FFIType reference) |
FFIType(Structure ref) |
Modifier and Type | Method and Description |
---|---|
(package private) static Structure.FFIType |
get(java.lang.Object obj)
Obtain a pointer to the native FFI type descriptor for the given object.
|
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, busy, cacheTypeInfo, calculateSize, calculateSize, clear, conditionalAutoRead, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, fields, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getFieldTypeInfo, getFieldValue, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, getTypeInfo, getTypeInfo, getTypeMapper, hashCode, newInstance, newInstance, read, readField, readField, reading, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldValue, setStringEncoding, size, size, size, sortFields, toArray, toArray, toString, toString, updateStructureByReference, useMemory, useMemory, useMemory, validate, write, writeField, writeField, writeField
public Structure.FFIType.size_t size
public short alignment
public short type
public Pointer elements
public FFIType(Structure.FFIType reference)
public FFIType()
public FFIType(Structure ref)
public FFIType(java.lang.Object array, java.lang.Class<?> type)
static Structure.FFIType get(java.lang.Object obj)