@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) |
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, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public PyGetSetDef()
public PyGetSetDef(long size)
Pointer.position(long)
.public PyGetSetDef(Pointer p)
Pointer.Pointer(Pointer)
.public PyGetSetDef position(long position)
@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 © 2020. All rights reserved.