| Base typedef | sen::Duration | |
| Duration(std::chrono::nanoseconds value) noexcept | sen::Duration | inline |
| Duration(std::chrono::duration< Rep, Period > value) noexcept | sen::Duration | inline |
| fromHertz(float64_t hz) noexcept | sen::Duration | inlinestatic |
| fromHertz(float32_t hz) noexcept | sen::Duration | inlinestatic |
| get() const noexcept | sen::StrongTypeBase< std::int64_t > | inline |
| getNanoseconds() const noexcept | sen::Duration | inline |
| operator!=(const Duration &other) const | sen::StrongType< std::int64_t, Duration > | inline |
| operator*(const Duration &other) const noexcept | sen::StrongType< std::int64_t, Duration > | inline |
| operator*=(const Duration &other) noexcept | sen::StrongType< std::int64_t, Duration > | inline |
| operator+(const Duration &other) const noexcept | sen::StrongType< std::int64_t, Duration > | inline |
| operator++() | sen::StrongType< std::int64_t, Duration > | inline |
| operator+=(const Duration &other) noexcept | sen::StrongType< std::int64_t, Duration > | inline |
| operator-(const Duration &other) const noexcept | sen::StrongType< std::int64_t, Duration > | inline |
| operator--() | sen::StrongType< std::int64_t, Duration > | inline |
| operator-=(const Duration &other) noexcept | sen::StrongType< std::int64_t, Duration > | inline |
| operator<(const Duration &other) const | sen::StrongType< std::int64_t, Duration > | inline |
| operator<=(const Duration &other) const | sen::StrongType< std::int64_t, Duration > | inline |
| operator==(const Duration &other) const | sen::StrongType< std::int64_t, Duration > | inline |
| operator>(const Duration &other) const | sen::StrongType< std::int64_t, Duration > | inline |
| operator>=(const Duration &other) const | sen::StrongType< std::int64_t, Duration > | inline |
| set(const std::int64_t &value) noexcept | sen::StrongTypeBase< std::int64_t > | inline |
| StrongTypeBase() noexcept=default | sen::StrongTypeBase< std::int64_t > | |
| toChrono() const noexcept | sen::Duration | inline |
| toSeconds() const noexcept | sen::Duration | inline |
| val() noexcept | sen::StrongTypeBase< std::int64_t > | inlineprotected |
| ValueType typedef | sen::Duration | |
| ~Duration() noexcept=default | sen::Duration | |
| ~StrongType()=default | sen::StrongType< std::int64_t, Duration > | |
| ~StrongTypeBase()=default | sen::StrongTypeBase< std::int64_t > | |