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