Zth (libzth)
|
This is the complete list of members for zth::TimeInterval, including all inherited members.
add(TimeInterval const &t) noexcept | zth::TimeInterval | inline |
BILLION | zth::TimeInterval | static |
from_ms(T ms) | zth::TimeInterval | inlinestatic |
from_ns(T ns) | zth::TimeInterval | inlinestatic |
from_s(T s) | zth::TimeInterval | inlinestatic |
from_us(T us) | zth::TimeInterval | inlinestatic |
hasPassed() const noexcept | zth::TimeInterval | inline |
infinity() noexcept | zth::TimeInterval | inlinestatic |
isAbsBiggerThan(TimeInterval const &t) const noexcept | zth::TimeInterval | inline |
isBiggerThan(TimeInterval const &t) const noexcept | zth::TimeInterval | inline |
isInfinite() const noexcept | zth::TimeInterval | inline |
isNegative() const noexcept | zth::TimeInterval | inline |
isNormal() const noexcept | zth::TimeInterval | inline |
isNull() const noexcept | zth::TimeInterval | inline |
isPositive() const noexcept | zth::TimeInterval | inline |
mul(T x) noexcept | zth::TimeInterval | inline |
null() noexcept | zth::TimeInterval | inlinestatic |
operator*(T x) const noexcept | zth::TimeInterval | inline |
operator*=(T x) noexcept | zth::TimeInterval | inline |
operator+(TimeInterval const &rhs) const noexcept | zth::TimeInterval | inline |
operator+=(TimeInterval const &rhs) noexcept | zth::TimeInterval | inline |
operator-(TimeInterval const &rhs) const noexcept | zth::TimeInterval | inline |
operator-() const noexcept | zth::TimeInterval | inline |
operator-=(TimeInterval const &rhs) noexcept | zth::TimeInterval | inline |
operator/(T x) const noexcept | zth::TimeInterval | inline |
operator/=(T x) noexcept | zth::TimeInterval | inline |
operator<(TimeInterval const &rhs) const noexcept | zth::TimeInterval | inline |
operator<=(TimeInterval const &rhs) const noexcept | zth::TimeInterval | inline |
operator=(TimeInterval const &t) noexcept | zth::TimeInterval | inline |
operator==(TimeInterval const &rhs) const noexcept | zth::TimeInterval | inline |
operator>(TimeInterval const &rhs) const noexcept | zth::TimeInterval | inline |
operator>=(TimeInterval const &rhs) const noexcept | zth::TimeInterval | inline |
s() const noexcept | zth::TimeInterval | inline |
s() const noexcept | zth::TimeInterval | inline |
str() const | zth::TimeInterval | inline |
sub(TimeInterval const &t) noexcept | zth::TimeInterval | inline |
TimeInterval() noexcept | zth::TimeInterval | inline |
TimeInterval(time_t s, long ns=0, bool negative=false) noexcept | zth::TimeInterval | inline |
TimeInterval(struct timespec const &ts) noexcept | zth::TimeInterval | inline |
TimeInterval(TimeInterval const &t) noexcept | zth::TimeInterval | inline |
TimeInterval(float dt) | zth::TimeInterval | inline |
TimeInterval(double dt) | zth::TimeInterval | inline |
TimeInterval(long double dt) | zth::TimeInterval | inline |
TimeInterval(T dt) noexcept | zth::TimeInterval | inline |
ts() const noexcept | zth::TimeInterval | inline |