@Name(value="L_Heap")
public static class lept.L_HEAP
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
L_HEAP()
Default native constructor.
|
L_HEAP(long size)
Native array allocator.
|
L_HEAP(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_HEAP |
array(int i,
org.bytedeco.javacpp.Pointer array) |
lept.L_HEAP |
array(org.bytedeco.javacpp.PointerPointer array) |
int |
direction()
L_SORT_INCREASING or L_SORT_DECREASING
|
lept.L_HEAP |
direction(int direction) |
int |
n()
number of elements stored in the heap
|
lept.L_HEAP |
n(int n) |
int |
nalloc()
size of allocated ptr array
|
lept.L_HEAP |
nalloc(int nalloc) |
lept.L_HEAP |
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_HEAP()
public L_HEAP(long size)
Pointer.position(long).public L_HEAP(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public lept.L_HEAP position(long position)
position in class org.bytedeco.javacpp.Pointer@Cast(value="l_int32") public int nalloc()
public lept.L_HEAP nalloc(int nalloc)
@Cast(value="l_int32") public int n()
public lept.L_HEAP n(int n)
public org.bytedeco.javacpp.Pointer array(int i)
public lept.L_HEAP array(int i, org.bytedeco.javacpp.Pointer array)
@Cast(value="void**") public org.bytedeco.javacpp.PointerPointer array()
public lept.L_HEAP array(org.bytedeco.javacpp.PointerPointer array)
@Cast(value="l_int32") public int direction()
public lept.L_HEAP direction(int direction)
Copyright © 2018. All rights reserved.