public class Sela
extends org.bridj.StructObject
| Modifier and Type | Method and Description |
|---|---|
int |
n()
number of sel actually stored
C type : l_int32 |
Sela |
n(int n)
number of sel actually stored
C type : l_int32 |
int |
nalloc()
size of allocated ptr array
C type : l_int32 |
Sela |
nalloc(int nalloc)
size of allocated ptr array
C type : l_int32 |
org.bridj.Pointer<org.bridj.Pointer<Sel>> |
sel()
sel ptr array
C type : Sel** |
Sela |
sel(org.bridj.Pointer<org.bridj.Pointer<Sel>> sel)
sel ptr array
C type : Sel** |
public int n()
public Sela n(int n)
public int nalloc()
public Sela nalloc(int nalloc)
public org.bridj.Pointer<org.bridj.Pointer<Sel>> sel()