Package org.bytedeco.cpython
Class PyGenObject
java.lang.Object
org.bytedeco.javacpp.Pointer
org.bytedeco.cpython.PyGenObject
- All Implemented Interfaces:
AutoCloseable
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter -
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionDefault native constructor.PyGenObject(long size) Native array allocator.Pointer cast constructor. -
Method Summary
Modifier and TypeMethodDescriptiongetPointer(long i) bytegi_closed(byte setter) gi_exc_state(_PyErr_StackItem setter) bytegi_frame_state(byte setter) bytegi_hooks_inited(byte setter) gi_iframe(int i) gi_name()gi_origin_or_finalizer(PyObject setter) gi_qualname(PyObject setter) bytegi_running_async(byte setter) gi_weakreflist(PyObject setter) ob_base()position(long position) Methods inherited from class org.bytedeco.javacpp.Pointer
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
-
Constructor Details
-
PyGenObject
public PyGenObject()Default native constructor. -
PyGenObject
public PyGenObject(long size) Native array allocator. Access withPointer.position(long). -
PyGenObject
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Details
-
position
-
getPointer
- Overrides:
getPointerin classPointer
-
ob_base
-
ob_base
-
gi_weakreflist
-
gi_weakreflist
-
gi_name
-
gi_name
-
gi_qualname
-
gi_qualname
-
gi_exc_state
-
gi_exc_state
-
gi_origin_or_finalizer
-
gi_origin_or_finalizer
-
gi_hooks_inited
-
gi_hooks_inited
-
gi_closed
-
gi_closed
-
gi_running_async
-
gi_running_async
-
gi_frame_state
public byte gi_frame_state() -
gi_frame_state
-
gi_iframe
-
gi_iframe
-
gi_iframe
-