@Properties(inherit=python.class) public class PyPreConfig extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
PyPreConfig()
Default native constructor.
|
PyPreConfig(long size)
Native array allocator.
|
PyPreConfig(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
_config_init() |
PyPreConfig |
_config_init(int setter) |
int |
allocator() |
PyPreConfig |
allocator(int setter) |
int |
coerce_c_locale_warn() |
PyPreConfig |
coerce_c_locale_warn(int setter) |
int |
coerce_c_locale() |
PyPreConfig |
coerce_c_locale(int setter) |
int |
configure_locale() |
PyPreConfig |
configure_locale(int setter) |
int |
dev_mode() |
PyPreConfig |
dev_mode(int setter) |
PyPreConfig |
getPointer(long i) |
int |
isolated() |
PyPreConfig |
isolated(int setter) |
int |
parse_argv() |
PyPreConfig |
parse_argv(int setter) |
PyPreConfig |
position(long position) |
int |
use_environment() |
PyPreConfig |
use_environment(int setter) |
int |
utf8_mode() |
PyPreConfig |
utf8_mode(int setter) |
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
public PyPreConfig()
public PyPreConfig(long size)
Pointer.position(long)
.public PyPreConfig(Pointer p)
Pointer(Pointer)
.public PyPreConfig position(long position)
public PyPreConfig getPointer(long i)
getPointer
in class Pointer
public int _config_init()
public PyPreConfig _config_init(int setter)
public int parse_argv()
public PyPreConfig parse_argv(int setter)
public int isolated()
public PyPreConfig isolated(int setter)
public int use_environment()
public PyPreConfig use_environment(int setter)
public int configure_locale()
public PyPreConfig configure_locale(int setter)
public int coerce_c_locale()
public PyPreConfig coerce_c_locale(int setter)
public int coerce_c_locale_warn()
public PyPreConfig coerce_c_locale_warn(int setter)
public int utf8_mode()
public PyPreConfig utf8_mode(int setter)
public int dev_mode()
public PyPreConfig dev_mode(int setter)
public int allocator()
public PyPreConfig allocator(int setter)
Copyright © 2024. All rights reserved.