Package org.bytedeco.cpython
Class PyInterpreterConfig
java.lang.Object
org.bytedeco.javacpp.Pointer
org.bytedeco.cpython.PyInterpreterConfig
- 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.PyInterpreterConfig(long size) Native array allocator.Pointer cast constructor. -
Method Summary
Modifier and TypeMethodDescriptionintallow_daemon_threads(int setter) intallow_exec(int setter) intallow_fork(int setter) intallow_threads(int setter) intcheck_multi_interp_extensions(int setter) getPointer(long i) intgil()gil(int setter) position(long position) intuse_main_obmalloc(int setter) 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
-
PyInterpreterConfig
public PyInterpreterConfig()Default native constructor. -
PyInterpreterConfig
public PyInterpreterConfig(long size) Native array allocator. Access withPointer.position(long). -
PyInterpreterConfig
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Details
-
position
-
getPointer
- Overrides:
getPointerin classPointer
-
use_main_obmalloc
public int use_main_obmalloc() -
use_main_obmalloc
-
allow_fork
public int allow_fork() -
allow_fork
-
allow_exec
public int allow_exec() -
allow_exec
-
allow_threads
public int allow_threads() -
allow_threads
-
allow_daemon_threads
public int allow_daemon_threads() -
allow_daemon_threads
-
check_multi_interp_extensions
public int check_multi_interp_extensions() -
check_multi_interp_extensions
-
gil
public int gil() -
gil
-