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