@Name(value="std::chrono::time_point<std::chrono::system_clock>") @Properties(inherit=chrono.class) public class SystemTime extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
SystemTime() |
SystemTime(SystemDuration d) |
Modifier and Type | Method and Description |
---|---|
SystemTime |
addPut(SystemDuration d) |
private void |
allocate() |
private void |
allocate(SystemDuration d) |
static SystemTime |
max() |
static SystemTime |
min() |
SystemTime |
subtractPut(SystemDuration d) |
SystemDuration |
time_since_epoch() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public SystemTime()
public SystemTime(SystemDuration d)
private void allocate()
private void allocate(@Const @ByRef SystemDuration d)
@ByVal public SystemDuration time_since_epoch()
@Name(value="operator +=") @ByRef public SystemTime addPut(@Const @ByRef SystemDuration d)
@Name(value="operator -=") @ByRef public SystemTime subtractPut(@Const @ByRef SystemDuration d)
@ByVal public static SystemTime min()
@ByVal public static SystemTime max()
Copyright © 2024. All rights reserved.