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