public class L_Dnaa
extends org.bridj.StructObject
| Constructor and Description |
|---|
L_Dnaa() |
L_Dnaa(org.bridj.Pointer pointer) |
| Modifier and Type | Method and Description |
|---|---|
org.bridj.Pointer<org.bridj.Pointer<L_Dna>> |
dna()
array of L_Dna
C type : L_Dna** |
L_Dnaa |
dna(org.bridj.Pointer<org.bridj.Pointer<L_Dna>> dna)
array of L_Dna
C type : L_Dna** |
int |
n()
number of L_Dna saved
C type : l_int32 |
L_Dnaa |
n(int n)
number of L_Dna saved
C type : l_int32 |
int |
nalloc()
size of allocated ptr array
C type : l_int32 |
L_Dnaa |
nalloc(int nalloc)
size of allocated ptr array
C type : l_int32 |
public int nalloc()
public L_Dnaa nalloc(int nalloc)
public int n()
public L_Dnaa n(int n)
public org.bridj.Pointer<org.bridj.Pointer<L_Dna>> dna()