Package org.bytedeco.cpython
Class PyPreConfig
java.lang.Object
org.bytedeco.javacpp.Pointer
org.bytedeco.cpython.PyPreConfig
- 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.PyPreConfig(long size) Native array allocator.Pointer cast constructor. -
Method Summary
Modifier and TypeMethodDescriptionint_config_init(int setter) intallocator(int setter) intcoerce_c_locale(int setter) intcoerce_c_locale_warn(int setter) intconfigure_locale(int setter) intdev_mode()dev_mode(int setter) getPointer(long i) intisolated()isolated(int setter) intparse_argv(int setter) position(long position) intuse_environment(int setter) intutf8_mode(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
-
PyPreConfig
public PyPreConfig()Default native constructor. -
PyPreConfig
public PyPreConfig(long size) Native array allocator. Access withPointer.position(long). -
PyPreConfig
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Details
-
position
-
getPointer
- Overrides:
getPointerin classPointer
-
_config_init
public int _config_init() -
_config_init
-
parse_argv
public int parse_argv() -
parse_argv
-
isolated
public int isolated() -
isolated
-
use_environment
public int use_environment() -
use_environment
-
configure_locale
public int configure_locale() -
configure_locale
-
coerce_c_locale
public int coerce_c_locale() -
coerce_c_locale
-
coerce_c_locale_warn
public int coerce_c_locale_warn() -
coerce_c_locale_warn
-
utf8_mode
public int utf8_mode() -
utf8_mode
-
dev_mode
public int dev_mode() -
dev_mode
-
allocator
public int allocator() -
allocator
-