Package org.bytedeco.cpython
Class PyStatus
java.lang.Object
org.bytedeco.javacpp.Pointer
org.bytedeco.cpython.PyStatus
- 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
FieldsModifier and TypeFieldDescriptionstatic final intenum PyStatus::_typestatic final intenum PyStatus::_typestatic final intenum PyStatus::_type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionerr_msg()err_msg(BytePointer setter) intexitcode()exitcode(int setter) func()func(BytePointer setter) getPointer(long i) 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
-
Field Details
-
_PyStatus_TYPE_OK
public static final int _PyStatus_TYPE_OKenum PyStatus::_type- See Also:
-
_PyStatus_TYPE_ERROR
public static final int _PyStatus_TYPE_ERRORenum PyStatus::_type- See Also:
-
_PyStatus_TYPE_EXIT
public static final int _PyStatus_TYPE_EXITenum PyStatus::_type- See Also:
-
-
Constructor Details
-
PyStatus
public PyStatus()Default native constructor. -
PyStatus
public PyStatus(long size) Native array allocator. Access withPointer.position(long). -
PyStatus
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Details
-
position
-
getPointer
- Overrides:
getPointerin classPointer
-
func
-
func
-
err_msg
-
err_msg
-
exitcode
public int exitcode() -
exitcode
-