@Name(value="L_Ptra")
public static class lept.L_PTRA
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
L_PTRA()
Default native constructor.
|
L_PTRA(long size)
Native array allocator.
|
L_PTRA(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.bytedeco.javacpp.PointerPointer |
array() |
org.bytedeco.javacpp.Pointer |
array(int i)
ptr array
|
lept.L_PTRA |
array(int i,
org.bytedeco.javacpp.Pointer array) |
lept.L_PTRA |
array(org.bytedeco.javacpp.PointerPointer array) |
int |
imax()
greatest valid index
|
lept.L_PTRA |
imax(int imax) |
int |
nactual()
actual number of stored elements
|
lept.L_PTRA |
nactual(int nactual) |
int |
nalloc()
size of allocated ptr array
|
lept.L_PTRA |
nalloc(int nalloc) |
lept.L_PTRA |
position(long position) |
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 L_PTRA()
public L_PTRA(long size)
Pointer.position(long).public L_PTRA(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public lept.L_PTRA position(long position)
position in class org.bytedeco.javacpp.Pointer@Cast(value="l_int32") public int nalloc()
public lept.L_PTRA nalloc(int nalloc)
@Cast(value="l_int32") public int imax()
public lept.L_PTRA imax(int imax)
@Cast(value="l_int32") public int nactual()
public lept.L_PTRA nactual(int nactual)
public org.bytedeco.javacpp.Pointer array(int i)
public lept.L_PTRA array(int i, org.bytedeco.javacpp.Pointer array)
@Cast(value="void**") public org.bytedeco.javacpp.PointerPointer array()
public lept.L_PTRA array(org.bytedeco.javacpp.PointerPointer array)
Copyright © 2018. All rights reserved.