@Properties(inherit=python.class) public class _PyArg_Parser extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
_PyArg_Parser()
Default native constructor.
|
_PyArg_Parser(long size)
Native array allocator.
|
_PyArg_Parser(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.bytedeco.javacpp.BytePointer |
custom_msg() |
_PyArg_Parser |
custom_msg(org.bytedeco.javacpp.BytePointer setter) |
org.bytedeco.javacpp.BytePointer |
fname() |
_PyArg_Parser |
fname(org.bytedeco.javacpp.BytePointer setter) |
org.bytedeco.javacpp.BytePointer |
format() |
_PyArg_Parser |
format(org.bytedeco.javacpp.BytePointer setter) |
_PyArg_Parser |
getPointer(long i) |
org.bytedeco.javacpp.PointerPointer |
keywords() |
org.bytedeco.javacpp.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, 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, zeropublic _PyArg_Parser()
public _PyArg_Parser(long size)
Pointer.position(long).public _PyArg_Parser(org.bytedeco.javacpp.Pointer p)
Pointer(Pointer).public _PyArg_Parser position(long position)
position in class org.bytedeco.javacpp.Pointerpublic _PyArg_Parser getPointer(long i)
getPointer in class org.bytedeco.javacpp.Pointer@Cast(value="const char*") public org.bytedeco.javacpp.BytePointer format()
public _PyArg_Parser format(org.bytedeco.javacpp.BytePointer setter)
@MemberGetter @Cast(value="const char*") public org.bytedeco.javacpp.BytePointer keywords(int i)
@MemberGetter @Cast(value="const char*const*") public org.bytedeco.javacpp.PointerPointer keywords()
@Cast(value="const char*") public org.bytedeco.javacpp.BytePointer fname()
public _PyArg_Parser fname(org.bytedeco.javacpp.BytePointer setter)
@Cast(value="const char*") public org.bytedeco.javacpp.BytePointer custom_msg()
public _PyArg_Parser custom_msg(org.bytedeco.javacpp.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 © 2023. All rights reserved.