@Name(value="L_Stack")
public static class lept.L_STACK
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
L_STACK()
Default native constructor.
|
L_STACK(long size)
Native array allocator.
|
L_STACK(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_STACK |
array(int i,
org.bytedeco.javacpp.Pointer array) |
lept.L_STACK |
array(org.bytedeco.javacpp.PointerPointer array) |
lept.L_STACK |
auxstack()
auxiliary stack
|
lept.L_STACK |
auxstack(lept.L_STACK auxstack) |
int |
n()
number of stored elements
|
lept.L_STACK |
n(int n) |
int |
nalloc()
size of ptr array
|
lept.L_STACK |
nalloc(int nalloc) |
lept.L_STACK |
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_STACK()
public L_STACK(long size)
Pointer.position(long).public L_STACK(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public lept.L_STACK position(long position)
position in class org.bytedeco.javacpp.Pointer@Cast(value="l_int32") public int nalloc()
public lept.L_STACK nalloc(int nalloc)
@Cast(value="l_int32") public int n()
public lept.L_STACK n(int n)
public org.bytedeco.javacpp.Pointer array(int i)
public lept.L_STACK array(int i, org.bytedeco.javacpp.Pointer array)
@Cast(value="void**") public org.bytedeco.javacpp.PointerPointer array()
public lept.L_STACK array(org.bytedeco.javacpp.PointerPointer array)
public lept.L_STACK auxstack()
public lept.L_STACK auxstack(lept.L_STACK auxstack)
Copyright © 2018. All rights reserved.