public class L_Heap
extends org.bridj.StructObject
| Constructor and Description |
|---|
L_Heap() |
L_Heap(org.bridj.Pointer pointer) |
| Modifier and Type | Method and Description |
|---|---|
org.bridj.Pointer<org.bridj.Pointer<?>> |
array()
ptr array
C type : void** |
L_Heap |
array(org.bridj.Pointer<org.bridj.Pointer<?>> array)
ptr array
C type : void** |
int |
direction()
L_SORT_INCREASING or L_SORT_DECREASING
C type : l_int32 |
L_Heap |
direction(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 |
L_Heap |
n(int n)
number of elements stored in the heap
C type : l_int32 |
int |
nalloc()
size of allocated ptr array
C type : l_int32 |
L_Heap |
nalloc(int nalloc)
size of allocated ptr array
C type : l_int32 |
public int nalloc()
public L_Heap nalloc(int nalloc)
public int n()
public L_Heap n(int n)
public org.bridj.Pointer<org.bridj.Pointer<?>> array()
public L_Heap array(org.bridj.Pointer<org.bridj.Pointer<?>> array)
public int direction()
public L_Heap direction(int direction)