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