@Properties(inherit=python.class) public class _PyArg_Parser extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
_PyArg_Parser()
Default native constructor.
|
_PyArg_Parser(long size)
Native array allocator.
|
_PyArg_Parser(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
BytePointer |
custom_msg() |
_PyArg_Parser |
custom_msg(BytePointer setter) |
BytePointer |
fname() |
_PyArg_Parser |
fname(BytePointer setter) |
BytePointer |
format() |
_PyArg_Parser |
format(BytePointer setter) |
PointerPointer |
keywords() |
BytePointer |
keywords(int i) |
PyObject |
kwtuple() |
_PyArg_Parser |
kwtuple(PyObject setter) |
int |
max() |
_PyArg_Parser |
max(int setter) |
int |
min() |
_PyArg_Parser |
min(int setter) |
_PyArg_Parser |
next(_PyArg_Parser setter) |
_PyArg_Parser |
next() |
int |
pos() |
_PyArg_Parser |
pos(int setter) |
_PyArg_Parser |
position(long position) |
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 _PyArg_Parser()
public _PyArg_Parser(long size)
Pointer.position(long)
.public _PyArg_Parser(Pointer p)
Pointer.Pointer(Pointer)
.public _PyArg_Parser position(long position)
@Cast(value="const char*") public BytePointer format()
public _PyArg_Parser format(BytePointer setter)
@MemberGetter @Cast(value="const char*") public BytePointer keywords(int i)
@MemberGetter @Cast(value="const char*const*") public PointerPointer keywords()
@Cast(value="const char*") public BytePointer fname()
public _PyArg_Parser fname(BytePointer setter)
@Cast(value="const char*") public BytePointer custom_msg()
public _PyArg_Parser custom_msg(BytePointer setter)
public int pos()
public _PyArg_Parser pos(int setter)
public int min()
public _PyArg_Parser min(int setter)
public int max()
public _PyArg_Parser max(int setter)
public PyObject kwtuple()
public _PyArg_Parser kwtuple(PyObject setter)
public _PyArg_Parser next()
public _PyArg_Parser next(_PyArg_Parser setter)
Copyright © 2020. All rights reserved.