Package | Description |
---|---|
net.sourceforge.lept4j |
Modifier and Type | Field and Description |
---|---|
L_Stack.ByReference |
L_Stack.auxstack
auxiliary stack
C type : L_Stack* |
L_Stack.ByReference |
L_Queue.stack
auxiliary stack
C type : L_Stack* |
Constructor and Description |
---|
L_Queue(int nalloc,
int nhead,
int nelem,
com.sun.jna.ptr.PointerByReference array,
L_Stack.ByReference stack) |
L_Stack(int nalloc,
int n,
com.sun.jna.ptr.PointerByReference array,
L_Stack.ByReference auxstack) |