@Properties(inherit=python.class) public class PyDateTime_Date extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
PyDateTime_Date()
Default native constructor.
|
PyDateTime_Date(long size)
Native array allocator.
|
PyDateTime_Date(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.bytedeco.javacpp.BytePointer |
data() |
byte |
data(int i) |
PyDateTime_Date |
data(int i,
byte setter) |
PyDateTime_Date |
getPointer(long i) |
long |
hashcode() |
PyDateTime_Date |
hashcode(long setter) |
byte |
hastzinfo() |
PyDateTime_Date |
hastzinfo(byte setter) |
PyObject |
ob_base() |
PyDateTime_Date |
ob_base(PyObject setter) |
PyDateTime_Date |
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 PyDateTime_Date()
public PyDateTime_Date(long size)
Pointer.position(long).public PyDateTime_Date(org.bytedeco.javacpp.Pointer p)
Pointer(Pointer).public PyDateTime_Date position(long position)
position in class org.bytedeco.javacpp.Pointerpublic PyDateTime_Date getPointer(long i)
getPointer in class org.bytedeco.javacpp.Pointer@ByRef public PyObject ob_base()
public PyDateTime_Date ob_base(PyObject setter)
@Cast(value="Py_hash_t") public long hashcode()
public PyDateTime_Date hashcode(long setter)
@Cast(value="char") public byte hastzinfo()
public PyDateTime_Date hastzinfo(byte setter)
@Cast(value="unsigned char") public byte data(int i)
public PyDateTime_Date data(int i, byte setter)
@MemberGetter @Cast(value="unsigned char*") public org.bytedeco.javacpp.BytePointer data()
Copyright © 2023. All rights reserved.