public class L_Recoga
extends com.sun.jna.Structure
| Modifier and Type | Class | Description |
|---|---|---|
static class |
L_Recoga.ByReference |
|
static class |
L_Recoga.ByValue |
| Modifier and Type | Field | Description |
|---|---|---|
int |
n |
number of recogs
C type : l_int32 |
int |
nalloc |
number of recog ptrs allocated
C type : l_int32 |
L_Rcha.ByReference |
rcha |
stores the array of best chars
C type : L_Rcha* |
com.sun.jna.ptr.PointerByReference |
recog |
recog ptr array
C type : L_Recog** |
| Constructor | Description |
|---|---|
L_Recoga() |
|
L_Recoga(int n,
int nalloc,
com.sun.jna.ptr.PointerByReference recog,
L_Rcha.ByReference rcha) |
|
L_Recoga(com.sun.jna.Pointer peer) |
| Modifier and Type | Method | Description |
|---|---|---|
protected java.util.List<java.lang.String> |
getFieldOrder() |
Gets this Structure's field names in their proper order.
|
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic int n
public int nalloc
public com.sun.jna.ptr.PointerByReference recog
public L_Rcha.ByReference rcha
public L_Recoga()
public L_Recoga(int n,
int nalloc,
com.sun.jna.ptr.PointerByReference recog,
L_Rcha.ByReference rcha)
n - number of recogsnalloc - number of recog ptrs allocatedrecog - recog ptr arrayrcha - stores the array of best charspublic L_Recoga(com.sun.jna.Pointer peer)
Copyright © 2026. All rights reserved.