@Properties(inherit=python.class) public class PySequenceMethods extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
PySequenceMethods()
Default native constructor.
|
PySequenceMethods(long size)
Native array allocator.
|
PySequenceMethods(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
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 PySequenceMethods()
public PySequenceMethods(long size)
Pointer.position(long).public PySequenceMethods(org.bytedeco.javacpp.Pointer p)
Pointer(Pointer).public PySequenceMethods position(long position)
position in class org.bytedeco.javacpp.Pointerpublic PySequenceMethods getPointer(long i)
getPointer in class org.bytedeco.javacpp.Pointerpublic lenfunc sq_length()
public PySequenceMethods sq_length(lenfunc setter)
public binaryfunc sq_concat()
public PySequenceMethods sq_concat(binaryfunc setter)
public ssizeargfunc sq_repeat()
public PySequenceMethods sq_repeat(ssizeargfunc setter)
public ssizeargfunc sq_item()
public PySequenceMethods sq_item(ssizeargfunc setter)
public org.bytedeco.javacpp.Pointer was_sq_slice()
public PySequenceMethods was_sq_slice(org.bytedeco.javacpp.Pointer setter)
public ssizeobjargproc sq_ass_item()
public PySequenceMethods sq_ass_item(ssizeobjargproc setter)
public org.bytedeco.javacpp.Pointer was_sq_ass_slice()
public PySequenceMethods was_sq_ass_slice(org.bytedeco.javacpp.Pointer setter)
public objobjproc sq_contains()
public PySequenceMethods sq_contains(objobjproc setter)
public binaryfunc sq_inplace_concat()
public PySequenceMethods sq_inplace_concat(binaryfunc setter)
public ssizeargfunc sq_inplace_repeat()
public PySequenceMethods sq_inplace_repeat(ssizeargfunc setter)
Copyright © 2023. All rights reserved.