@Properties(inherit=python.class) public class PyMemberDef extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
PyMemberDef()
Default native constructor.
|
PyMemberDef(long size)
Native array allocator.
|
PyMemberDef(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
BytePointer |
doc() |
PyMemberDef |
doc(BytePointer setter) |
int |
flags() |
PyMemberDef |
flags(int setter) |
BytePointer |
name() |
PyMemberDef |
name(BytePointer setter) |
long |
offset() |
PyMemberDef |
offset(long setter) |
PyMemberDef |
position(long position) |
int |
type() |
PyMemberDef |
type(int 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 PyMemberDef()
public PyMemberDef(long size)
Pointer.position(long)
.public PyMemberDef(Pointer p)
Pointer.Pointer(Pointer)
.public PyMemberDef position(long position)
@Cast(value="const char*") public BytePointer name()
public PyMemberDef name(BytePointer setter)
public int type()
public PyMemberDef type(int setter)
public PyMemberDef offset(long setter)
public int flags()
public PyMemberDef flags(int setter)
@Cast(value="const char*") public BytePointer doc()
public PyMemberDef doc(BytePointer setter)
Copyright © 2020. All rights reserved.