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