@Name(value="L_Stack") public static class lept.L_STACK extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
lept.L_STACK()
Default native constructor.
|
lept.L_STACK(long size)
Native array allocator.
|
lept.L_STACK(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PointerPointer |
array() |
Pointer |
array(int i) |
lept.L_STACK |
array(int i,
Pointer array) |
lept.L_STACK |
auxstack() |
lept.L_STACK |
auxstack(lept.L_STACK auxstack) |
int |
n() |
lept.L_STACK |
n(int n) |
int |
nalloc() |
lept.L_STACK |
nalloc(int nalloc) |
lept.L_STACK |
position(long position) |
address, asBuffer, asByteBuffer, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic lept.L_STACK()
public lept.L_STACK(long size)
Pointer.position(long).public lept.L_STACK(Pointer p)
Pointer.Pointer(Pointer).public lept.L_STACK position(long position)
public lept.L_STACK nalloc(int nalloc)
public lept.L_STACK n(int n)
public Pointer array(int i)
public lept.L_STACK array(int i, Pointer array)
@MemberGetter @Cast(value="void**") public PointerPointer array()
public lept.L_STACK auxstack()
public lept.L_STACK auxstack(lept.L_STACK auxstack)
Copyright © 2016. All rights reserved.