|
VLink 2.0.0
A high-performance communication middleware
|
This is the complete list of members for vlink::Uint128, including all inherited members.
| get_high() const noexcept | vlink::Uint128 | inline |
| get_low() const noexcept | vlink::Uint128 | inline |
| operator!=(const Uint128 &other) const noexcept | vlink::Uint128 | inline |
| operator%(const Uint128 &other) const | vlink::Uint128 | inline |
| operator%=(const Uint128 &other) | vlink::Uint128 | inline |
| operator&(const Uint128 &other) const noexcept | vlink::Uint128 | inline |
| operator&=(const Uint128 &other) noexcept | vlink::Uint128 | inline |
| operator*(const Uint128 &other) const noexcept | vlink::Uint128 | inline |
| operator*=(const Uint128 &other) noexcept | vlink::Uint128 | inline |
| operator+(const Uint128 &other) const noexcept | vlink::Uint128 | inline |
| operator++() noexcept | vlink::Uint128 | inline |
| operator++(int) noexcept | vlink::Uint128 | inline |
| operator+=(const Uint128 &other) noexcept | vlink::Uint128 | inline |
| operator-(const Uint128 &other) const noexcept | vlink::Uint128 | inline |
| operator--() noexcept | vlink::Uint128 | inline |
| operator--(int) noexcept | vlink::Uint128 | inline |
| operator-=(const Uint128 &other) noexcept | vlink::Uint128 | inline |
| operator/(const Uint128 &other) const | vlink::Uint128 | inline |
| operator/=(const Uint128 &other) | vlink::Uint128 | inline |
| operator<(const Uint128 &other) const noexcept | vlink::Uint128 | inline |
| operator<<(int shift) const noexcept | vlink::Uint128 | inline |
| operator<<(std::ostream &os, const Uint128 &value) noexcept | vlink::Uint128 | friend |
| operator<<=(int shift) noexcept | vlink::Uint128 | inline |
| operator<=(const Uint128 &other) const noexcept | vlink::Uint128 | inline |
| operator==(const Uint128 &other) const noexcept | vlink::Uint128 | inline |
| operator>(const Uint128 &other) const noexcept | vlink::Uint128 | inline |
| operator>=(const Uint128 &other) const noexcept | vlink::Uint128 | inline |
| operator>>(int shift) const noexcept | vlink::Uint128 | inline |
| operator>>=(int shift) noexcept | vlink::Uint128 | inline |
| operator^(const Uint128 &other) const noexcept | vlink::Uint128 | inline |
| operator^=(const Uint128 &other) noexcept | vlink::Uint128 | inline |
| operator|(const Uint128 &other) const noexcept | vlink::Uint128 | inline |
| operator|=(const Uint128 &other) noexcept | vlink::Uint128 | inline |
| operator~() const noexcept | vlink::Uint128 | inline |
| Uint128() noexcept=default | vlink::Uint128 | |
| Uint128(T v) noexcept | vlink::Uint128 | inline |
| Uint128(uint64_t high, uint64_t low) noexcept | vlink::Uint128 | inlineexplicit |