public class L_Queue
extends org.bridj.StructObject
| Constructor and Description |
|---|
L_Queue() |
L_Queue(org.bridj.Pointer pointer) |
| Modifier and Type | Method and Description |
|---|---|
org.bridj.Pointer<org.bridj.Pointer<?>> |
array()
ptr array
C type : void** |
L_Queue |
array(org.bridj.Pointer<org.bridj.Pointer<?>> array)
ptr array
C type : void** |
int |
nalloc()
size of allocated ptr array
C type : l_int32 |
L_Queue |
nalloc(int nalloc)
size of allocated ptr array
C type : l_int32 |
int |
nelem()
number of elements stored in the queue
C type : l_int32 |
L_Queue |
nelem(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_Queue |
nhead(int nhead)
location of head (in ptrs) from the
C type : l_int32 |
org.bridj.Pointer<L_Stack> |
stack()
auxiliary stack
C type : L_Stack* |
L_Queue |
stack(org.bridj.Pointer<L_Stack> stack)
auxiliary stack
C type : L_Stack* |
public int nalloc()
public L_Queue nalloc(int nalloc)
public int nhead()
public L_Queue nhead(int nhead)
public int nelem()
public L_Queue nelem(int nelem)
public org.bridj.Pointer<org.bridj.Pointer<?>> array()
public L_Queue array(org.bridj.Pointer<org.bridj.Pointer<?>> array)
public org.bridj.Pointer<L_Stack> stack()