Package org.bytedeco.cpython
Class PyDateTime_CAPI
java.lang.Object
org.bytedeco.javacpp.Pointer
org.bytedeco.cpython.PyDateTime_CAPI
- All Implemented Interfaces:
AutoCloseable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classNested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter -
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionDefault native constructor.PyDateTime_CAPI(long size) Native array allocator.Pointer cast constructor. -
Method Summary
Modifier and TypeMethodDescriptionDateTime_FromDateAndTime(PyDateTime_CAPI.DateTime_FromDateAndTime_int_int_int_int_int_int_int_PyObject_PyTypeObject setter) DateTime_FromDateAndTimeAndFold(PyDateTime_CAPI.DateTime_FromDateAndTimeAndFold_int_int_int_int_int_int_int_PyObject_int_PyTypeObject setter) DateTimeType(PyTypeObject setter) DateType()DateType(PyTypeObject setter) DeltaType(PyTypeObject setter) getPointer(long i) position(long position) Time_FromTimeAndFold(PyDateTime_CAPI.Time_FromTimeAndFold_int_int_int_int_PyObject_int_PyTypeObject setter) TimeType()TimeType(PyTypeObject setter) TimeZone_UTC(PyObject setter) TZInfoType(PyTypeObject setter) Methods inherited from class org.bytedeco.javacpp.Pointer
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, 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, zero
-
Constructor Details
-
PyDateTime_CAPI
public PyDateTime_CAPI()Default native constructor. -
PyDateTime_CAPI
public PyDateTime_CAPI(long size) Native array allocator. Access withPointer.position(long). -
PyDateTime_CAPI
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Details
-
position
-
getPointer
- Overrides:
getPointerin classPointer
-
DateType
-
DateType
-
DateTimeType
-
DateTimeType
-
TimeType
-
TimeType
-
DeltaType
-
DeltaType
-
TZInfoType
-
TZInfoType
-
TimeZone_UTC
-
TimeZone_UTC
-
Date_FromDate
-
Date_FromDate
-
DateTime_FromDateAndTime
public PyDateTime_CAPI.DateTime_FromDateAndTime_int_int_int_int_int_int_int_PyObject_PyTypeObject DateTime_FromDateAndTime() -
DateTime_FromDateAndTime
public PyDateTime_CAPI DateTime_FromDateAndTime(PyDateTime_CAPI.DateTime_FromDateAndTime_int_int_int_int_int_int_int_PyObject_PyTypeObject setter) -
Time_FromTime
-
Time_FromTime
public PyDateTime_CAPI Time_FromTime(PyDateTime_CAPI.Time_FromTime_int_int_int_int_PyObject_PyTypeObject setter) -
Delta_FromDelta
-
Delta_FromDelta
public PyDateTime_CAPI Delta_FromDelta(PyDateTime_CAPI.Delta_FromDelta_int_int_int_int_PyTypeObject setter) -
TimeZone_FromTimeZone
-
TimeZone_FromTimeZone
public PyDateTime_CAPI TimeZone_FromTimeZone(PyDateTime_CAPI.TimeZone_FromTimeZone_PyObject_PyObject setter) -
DateTime_FromTimestamp
-
DateTime_FromTimestamp
public PyDateTime_CAPI DateTime_FromTimestamp(PyDateTime_CAPI.DateTime_FromTimestamp_PyObject_PyObject_PyObject setter) -
Date_FromTimestamp
-
Date_FromTimestamp
public PyDateTime_CAPI Date_FromTimestamp(PyDateTime_CAPI.Date_FromTimestamp_PyObject_PyObject setter) -
DateTime_FromDateAndTimeAndFold
public PyDateTime_CAPI.DateTime_FromDateAndTimeAndFold_int_int_int_int_int_int_int_PyObject_int_PyTypeObject DateTime_FromDateAndTimeAndFold() -
DateTime_FromDateAndTimeAndFold
public PyDateTime_CAPI DateTime_FromDateAndTimeAndFold(PyDateTime_CAPI.DateTime_FromDateAndTimeAndFold_int_int_int_int_int_int_int_PyObject_int_PyTypeObject setter) -
Time_FromTimeAndFold
public PyDateTime_CAPI.Time_FromTimeAndFold_int_int_int_int_PyObject_int_PyTypeObject Time_FromTimeAndFold() -
Time_FromTimeAndFold
public PyDateTime_CAPI Time_FromTimeAndFold(PyDateTime_CAPI.Time_FromTimeAndFold_int_int_int_int_PyObject_int_PyTypeObject setter)
-