@Properties(inherit=python.class) public class PyGetSetDef extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
PyGetSetDef()
Default native constructor.
|
PyGetSetDef(long size)
Native array allocator.
|
PyGetSetDef(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
Pointer |
closure() |
PyGetSetDef |
closure(Pointer setter) |
BytePointer |
doc() |
PyGetSetDef |
doc(BytePointer setter) |
getter |
get() |
PyGetSetDef |
get(getter setter) |
PyGetSetDef |
getPointer(long i) |
BytePointer |
name() |
PyGetSetDef |
name(BytePointer setter) |
PyGetSetDef |
position(long position) |
setter |
set() |
PyGetSetDef |
set(setter 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 PyGetSetDef()
public PyGetSetDef(long size)
Pointer.position(long)
.public PyGetSetDef(Pointer p)
Pointer(Pointer)
.public PyGetSetDef position(long position)
public PyGetSetDef getPointer(long i)
getPointer
in class Pointer
@Cast(value="const char*") public BytePointer name()
public PyGetSetDef name(BytePointer setter)
public getter get()
public PyGetSetDef get(getter setter)
public setter set()
public PyGetSetDef set(setter setter)
@Cast(value="const char*") public BytePointer doc()
public PyGetSetDef doc(BytePointer setter)
public Pointer closure()
public PyGetSetDef closure(Pointer setter)
Copyright © 2024. All rights reserved.