@Name(value="Boxa")
public static class lept.BOXA
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
BOXA()
Default native constructor.
|
BOXA(long size)
Native array allocator.
|
BOXA(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.bytedeco.javacpp.PointerPointer |
box() |
lept.BOX |
box(int i)
box ptr array
|
lept.BOXA |
box(int i,
lept.BOX box) |
lept.BOXA |
box(org.bytedeco.javacpp.PointerPointer box) |
int |
n()
number of box in ptr array
|
lept.BOXA |
n(int n) |
int |
nalloc()
number of box ptrs allocated
|
lept.BOXA |
nalloc(int nalloc) |
lept.BOXA |
position(long position) |
int |
refcount()
reference count (1 if no clones)
|
lept.BOXA |
refcount(int refcount) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic BOXA()
public BOXA(long size)
Pointer.position(long).public BOXA(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public lept.BOXA position(long position)
position in class org.bytedeco.javacpp.Pointer@Cast(value="l_int32") public int n()
public lept.BOXA n(int n)
@Cast(value="l_int32") public int nalloc()
public lept.BOXA nalloc(int nalloc)
@Cast(value="l_uint32") public int refcount()
public lept.BOXA refcount(int refcount)
public lept.BOX box(int i)
@Cast(value="Box**") public org.bytedeco.javacpp.PointerPointer box()
public lept.BOXA box(org.bytedeco.javacpp.PointerPointer box)
Copyright © 2018. All rights reserved.