@Name(value="std::chrono::system_clock::duration") @Properties(inherit=chrono.class) public class SystemDuration extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
SystemDuration() |
SystemDuration(long r) |
Modifier and Type | Method and Description |
---|---|
SystemDuration |
addPut(SystemDuration d) |
private void |
allocate() |
private void |
allocate(long r) |
long |
count() |
SystemDuration |
decrement() |
SystemDuration |
increment() |
static SystemDuration |
max() |
static SystemDuration |
min() |
SystemDuration |
modPut(long rhs) |
SystemDuration |
modPut(SystemDuration rhs) |
SystemDuration |
multiplyPut(long rhs) |
SystemDuration |
negate() |
SystemDuration |
put(SystemDuration other) |
SystemDuration |
subtractPut(SystemDuration d) |
static SystemDuration |
zero_() |
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 SystemDuration()
public SystemDuration(long r)
private void allocate()
private void allocate(long r)
@Name(value="operator=") @ByRef public SystemDuration put(@Const @ByRef SystemDuration other)
@Name(value="operator-") @ByVal public SystemDuration negate()
@Name(value="operator++") @ByRef public SystemDuration increment()
@Name(value="operator--") @ByRef public SystemDuration decrement()
@Name(value="operator+=") @ByRef public SystemDuration addPut(@Const @ByRef SystemDuration d)
@Name(value="operator-=") @ByRef public SystemDuration subtractPut(@Const @ByRef SystemDuration d)
@Name(value="operator*=") @ByRef public SystemDuration multiplyPut(@Const @ByRef long rhs)
@Name(value="operator%=") @ByRef public SystemDuration modPut(@Const @ByRef SystemDuration rhs)
public long count()
@ByVal @Name(value="zero") public static SystemDuration zero_()
@ByVal public static SystemDuration min()
@ByVal public static SystemDuration max()
Copyright © 2024. All rights reserved.