@Properties(inherit=python.class) public class _arg extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
_arg()
Default native constructor.
|
_arg(long size)
Native array allocator.
|
_arg(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
_arg |
annotation(_expr setter) |
_expr |
annotation() |
PyObject |
arg() |
_arg |
arg(PyObject setter) |
int |
col_offset() |
_arg |
col_offset(int setter) |
int |
end_col_offset() |
_arg |
end_col_offset(int setter) |
int |
end_lineno() |
_arg |
end_lineno(int setter) |
_arg |
getPointer(long i) |
int |
lineno() |
_arg |
lineno(int setter) |
_arg |
position(long position) |
PyObject |
type_comment() |
_arg |
type_comment(PyObject setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic _arg()
public _arg(long size)
Pointer.position(long).public _arg(Pointer p)
Pointer(Pointer).public _arg getPointer(long i)
getPointer in class Pointerpublic _expr annotation()
public int lineno()
public _arg lineno(int setter)
public int col_offset()
public _arg col_offset(int setter)
public int end_lineno()
public _arg end_lineno(int setter)
public int end_col_offset()
public _arg end_col_offset(int setter)
Copyright © 2021. All rights reserved.