@Name(value="L_Queue") @Properties(inherit=leptonica.class) public class L_QUEUE extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
L_QUEUE()
Default native constructor.
|
L_QUEUE(long size)
Native array allocator.
|
L_QUEUE(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
PointerPointer |
array() |
Pointer |
array(int i)
ptr array
|
L_QUEUE |
array(int i,
Pointer setter) |
L_QUEUE |
array(PointerPointer setter) |
L_QUEUE |
getPointer(long i) |
int |
nalloc()
size of allocated ptr array
|
L_QUEUE |
nalloc(int setter) |
int |
nelem()
number of elements stored in the queue
|
L_QUEUE |
nelem(int setter) |
int |
nhead()
beginning of the array
|
L_QUEUE |
nhead(int setter) |
L_QUEUE |
position(long position) |
L_STACK |
stack()
auxiliary stack
|
L_QUEUE |
stack(L_STACK setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public L_QUEUE()
public L_QUEUE(long size)
Pointer.position(long)
.public L_QUEUE(Pointer p)
Pointer(Pointer)
.public L_QUEUE getPointer(long i)
getPointer
in class Pointer
public L_QUEUE nalloc(int setter)
public L_QUEUE nhead(int setter)
public L_QUEUE nelem(int setter)
public Pointer array(int i)
@Cast(value="void**") public PointerPointer array()
public L_QUEUE array(PointerPointer setter)
public L_STACK stack()
Copyright © 2024. All rights reserved.