@Name(value="L_Queue") public static class lept.L_QUEUE extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| 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
|
lept.L_QUEUE |
array(int i,
Pointer array) |
lept.L_QUEUE |
array(PointerPointer array) |
int |
nalloc()
size of allocated ptr array
|
lept.L_QUEUE |
nalloc(int nalloc) |
int |
nelem()
number of elements stored in the queue
|
lept.L_QUEUE |
nelem(int nelem) |
int |
nhead()
beginning of the array
|
lept.L_QUEUE |
nhead(int nhead) |
lept.L_QUEUE |
position(long position) |
lept.L_STACK |
stack()
auxiliary stack
|
lept.L_QUEUE |
stack(lept.L_STACK stack) |
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_QUEUE()
public L_QUEUE(long size)
Pointer.position(long).public L_QUEUE(Pointer p)
Pointer.Pointer(Pointer).public lept.L_QUEUE position(long position)
public lept.L_QUEUE nalloc(int nalloc)
public lept.L_QUEUE nhead(int nhead)
public lept.L_QUEUE nelem(int nelem)
public Pointer array(int i)
public lept.L_QUEUE array(int i, Pointer array)
@Cast(value="void**") public PointerPointer array()
public lept.L_QUEUE array(PointerPointer array)
public lept.L_STACK stack()
public lept.L_QUEUE stack(lept.L_STACK stack)
Copyright © 2019. All rights reserved.