public class L_Queue
extends com.sun.jna.Structure
Modifier and Type | Class and Description |
---|---|
static class |
L_Queue.ByReference |
static class |
L_Queue.ByValue |
Modifier and Type | Field and Description |
---|---|
com.sun.jna.ptr.PointerByReference |
array
ptr array
C type : void** |
int |
nalloc
size of allocated ptr array
C type : l_int32 |
int |
nelem
number of elements stored in the queue
C type : l_int32 |
int |
nhead
location of head (in ptrs) from the
C type : l_int32 |
L_Stack.ByReference |
stack
auxiliary stack
C type : L_Stack* |
Constructor and Description |
---|
L_Queue() |
L_Queue(int nalloc,
int nhead,
int nelem,
com.sun.jna.ptr.PointerByReference array,
L_Stack.ByReference stack) |
L_Queue(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 nhead
public int nelem
public com.sun.jna.ptr.PointerByReference array
public L_Stack.ByReference stack
public L_Queue()
public L_Queue(int nalloc, int nhead, int nelem, com.sun.jna.ptr.PointerByReference array, L_Stack.ByReference stack)
nalloc
- size of allocated ptr arraynhead
- location of head (in ptrs) from thenelem
- number of elements stored in the queuearray
- ptr arraystack
- auxiliary stackpublic L_Queue(com.sun.jna.Pointer peer)