@Properties(inherit=python.class) public class _PyInitError extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
_PyInitError()
Default native constructor.
|
_PyInitError(long size)
Native array allocator.
|
_PyInitError(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
BytePointer |
msg() |
_PyInitError |
msg(BytePointer setter) |
_PyInitError |
position(long position) |
BytePointer |
prefix() |
_PyInitError |
prefix(BytePointer setter) |
int |
user_err() |
_PyInitError |
user_err(int setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public _PyInitError()
public _PyInitError(long size)
Pointer.position(long)
.public _PyInitError(Pointer p)
Pointer.Pointer(Pointer)
.public _PyInitError position(long position)
@Cast(value="const char*") public BytePointer prefix()
public _PyInitError prefix(BytePointer setter)
@Cast(value="const char*") public BytePointer msg()
public _PyInitError msg(BytePointer setter)
public int user_err()
public _PyInitError user_err(int setter)
Copyright © 2020. All rights reserved.