@Properties(inherit=python.class) public class PyModuleDef_Base extends Pointer
Modifier and Type | Class and Description |
---|---|
static class |
PyModuleDef_Base.PyObject_M_init |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
PyModuleDef_Base()
Default native constructor.
|
PyModuleDef_Base(long size)
Native array allocator.
|
PyModuleDef_Base(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
PyObject |
m_copy() |
PyModuleDef_Base |
m_copy(PyObject setter) |
long |
m_index() |
PyModuleDef_Base |
m_index(long setter) |
PyModuleDef_Base.PyObject_M_init |
m_init() |
PyModuleDef_Base |
m_init(PyModuleDef_Base.PyObject_M_init setter) |
PyObject |
ob_base() |
PyModuleDef_Base |
ob_base(PyObject setter) |
PyModuleDef_Base |
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 PyModuleDef_Base()
public PyModuleDef_Base(long size)
Pointer.position(long)
.public PyModuleDef_Base(Pointer p)
Pointer.Pointer(Pointer)
.public PyModuleDef_Base position(long position)
public PyModuleDef_Base ob_base(PyObject setter)
public PyModuleDef_Base.PyObject_M_init m_init()
public PyModuleDef_Base m_init(PyModuleDef_Base.PyObject_M_init setter)
public PyModuleDef_Base m_index(long setter)
public PyObject m_copy()
public PyModuleDef_Base m_copy(PyObject setter)
Copyright © 2020. All rights reserved.