public class L_Heap
extends com.sun.jna.Structure
Modifier and Type | Class and Description |
---|---|
static class |
L_Heap.ByReference |
static class |
L_Heap.ByValue |
Modifier and Type | Field and Description |
---|---|
com.sun.jna.ptr.PointerByReference |
array
ptr array
C type : void** |
int |
direction
L_SORT_INCREASING or L_SORT_DECREASING
C type : l_int32 |
int |
n
number of elements stored in the heap
C type : l_int32 |
int |
nalloc
size of allocated ptr array
C type : l_int32 |
Constructor and Description |
---|
L_Heap() |
L_Heap(int nalloc,
int n,
com.sun.jna.ptr.PointerByReference array,
int direction) |
L_Heap(com.sun.jna.Pointer peer) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<?> |
getFieldOrder() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, 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, setFieldOrder, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
public int nalloc
public int n
public com.sun.jna.ptr.PointerByReference array
public int direction
public L_Heap()
public L_Heap(int nalloc, int n, com.sun.jna.ptr.PointerByReference array, int direction)
nalloc
- size of allocated ptr arrayn
- number of elements stored in the heaparray
- ptr arraydirection
- L_SORT_INCREASING or L_SORT_DECREASINGpublic L_Heap(com.sun.jna.Pointer peer)