@Properties(inherit=python.class) public class PyCFunctionObject extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
PyCFunctionObject()
Default native constructor.
|
PyCFunctionObject(long size)
Native array allocator.
|
PyCFunctionObject(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
PyCFunctionObject |
getPointer(long i) |
PyMethodDef |
m_ml() |
PyCFunctionObject |
m_ml(PyMethodDef setter) |
PyObject |
m_module() |
PyCFunctionObject |
m_module(PyObject setter) |
PyObject |
m_self() |
PyCFunctionObject |
m_self(PyObject setter) |
PyObject |
m_weakreflist() |
PyCFunctionObject |
m_weakreflist(PyObject setter) |
PyObject |
ob_base() |
PyCFunctionObject |
ob_base(PyObject setter) |
PyCFunctionObject |
position(long position) |
vectorcallfunc |
vectorcall() |
PyCFunctionObject |
vectorcall(vectorcallfunc 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 PyCFunctionObject()
public PyCFunctionObject(long size)
Pointer.position(long)
.public PyCFunctionObject(Pointer p)
Pointer(Pointer)
.public PyCFunctionObject position(long position)
public PyCFunctionObject getPointer(long i)
getPointer
in class Pointer
public PyCFunctionObject ob_base(PyObject setter)
public PyMethodDef m_ml()
public PyCFunctionObject m_ml(PyMethodDef setter)
public PyObject m_self()
public PyCFunctionObject m_self(PyObject setter)
public PyObject m_module()
public PyCFunctionObject m_module(PyObject setter)
public PyObject m_weakreflist()
public PyCFunctionObject m_weakreflist(PyObject setter)
public vectorcallfunc vectorcall()
public PyCFunctionObject vectorcall(vectorcallfunc setter)
Copyright © 2024. All rights reserved.