Package org.bytedeco.cpython
Class PyCoroObject
java.lang.Object
org.bytedeco.javacpp.Pointer
org.bytedeco.cpython.PyCoroObject
- 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.PyCoroObject(long size) Native array allocator.Pointer cast constructor. -
Method Summary
Modifier and TypeMethodDescriptionbytecr_closed(byte setter) cr_exc_state(_PyErr_StackItem setter) bytecr_frame_state(byte setter) bytecr_hooks_inited(byte setter) cr_iframe(int i) cr_name()cr_origin_or_finalizer(PyObject setter) cr_qualname(PyObject setter) bytecr_running_async(byte setter) cr_weakreflist(PyObject setter) getPointer(long i) 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
-
PyCoroObject
public PyCoroObject()Default native constructor. -
PyCoroObject
public PyCoroObject(long size) Native array allocator. Access withPointer.position(long). -
PyCoroObject
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Details
-
position
-
getPointer
- Overrides:
getPointerin classPointer
-
ob_base
-
ob_base
-
cr_weakreflist
-
cr_weakreflist
-
cr_name
-
cr_name
-
cr_qualname
-
cr_qualname
-
cr_exc_state
-
cr_exc_state
-
cr_origin_or_finalizer
-
cr_origin_or_finalizer
-
cr_hooks_inited
-
cr_hooks_inited
-
cr_closed
-
cr_closed
-
cr_running_async
-
cr_running_async
-
cr_frame_state
public byte cr_frame_state() -
cr_frame_state
-
cr_iframe
-
cr_iframe
-
cr_iframe
-