@Properties(inherit=numpy.class) public class npy_datetimestruct extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
npy_datetimestruct()
Default native constructor.
|
npy_datetimestruct(long size)
Native array allocator.
|
npy_datetimestruct(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
as() |
npy_datetimestruct |
as(int setter) |
int |
day() |
npy_datetimestruct |
day(int setter) |
int |
hour() |
npy_datetimestruct |
hour(int setter) |
int |
min() |
npy_datetimestruct |
min(int setter) |
int |
month() |
npy_datetimestruct |
month(int setter) |
npy_datetimestruct |
position(long position) |
int |
ps() |
npy_datetimestruct |
ps(int setter) |
int |
sec() |
npy_datetimestruct |
sec(int setter) |
int |
us() |
npy_datetimestruct |
us(int setter) |
long |
year() |
npy_datetimestruct |
year(long setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public npy_datetimestruct()
public npy_datetimestruct(long size)
Pointer.position(long)
.public npy_datetimestruct(Pointer p)
Pointer.Pointer(Pointer)
.public npy_datetimestruct position(long position)
public npy_datetimestruct year(long setter)
public npy_datetimestruct month(int setter)
public npy_datetimestruct day(int setter)
public npy_datetimestruct hour(int setter)
public npy_datetimestruct min(int setter)
public npy_datetimestruct sec(int setter)
public npy_datetimestruct us(int setter)
public npy_datetimestruct ps(int setter)
public npy_datetimestruct as(int setter)
Copyright © 2020. All rights reserved.