public class Boxa
extends org.bridj.StructObject
| Modifier and Type | Method and Description |
|---|---|
org.bridj.Pointer<org.bridj.Pointer<Box>> |
box()
box ptr array
C type : Box** |
Boxa |
box(org.bridj.Pointer<org.bridj.Pointer<Box>> box)
box ptr array
C type : Box** |
int |
n()
number of box in ptr array
C type : l_int32 |
Boxa |
n(int n)
number of box in ptr array
C type : l_int32 |
int |
nalloc()
number of box ptrs allocated
C type : l_int32 |
Boxa |
nalloc(int nalloc)
number of box ptrs allocated
C type : l_int32 |
int |
refcount()
reference count (1 if no clones)
C type : l_uint32 |
Boxa |
refcount(int refcount)
reference count (1 if no clones)
C type : l_uint32 |
public int n()
public Boxa n(int n)
public int nalloc()
public Boxa nalloc(int nalloc)
public int refcount()
public Boxa refcount(int refcount)
public org.bridj.Pointer<org.bridj.Pointer<Box>> box()