@Name(value="Sel") public static class lept.SEL extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
lept.SEL()
Default native constructor.
|
lept.SEL(long size)
Native array allocator.
|
lept.SEL(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
cx() |
lept.SEL |
cx(int cx) |
int |
cy() |
lept.SEL |
cy(int cy) |
PointerPointer |
data() |
IntPointer |
data(int i) |
lept.SEL |
data(int i,
IntPointer data) |
BytePointer |
name() |
lept.SEL |
name(BytePointer name) |
lept.SEL |
position(long position) |
int |
sx() |
lept.SEL |
sx(int sx) |
int |
sy() |
lept.SEL |
sy(int sy) |
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.SEL()
public lept.SEL(long size)
Pointer.position(long).public lept.SEL(Pointer p)
Pointer.Pointer(Pointer).public lept.SEL sy(int sy)
public lept.SEL sx(int sx)
public lept.SEL cy(int cy)
public lept.SEL cx(int cx)
@Cast(value="l_int32*") public IntPointer data(int i)
public lept.SEL data(int i, IntPointer data)
@MemberGetter @Cast(value="l_int32**") public PointerPointer data()
@Cast(value="char*") public BytePointer name()
public lept.SEL name(BytePointer name)
Copyright © 2016. All rights reserved.