|
NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
|
成员的完整列表,这些成员属于 neforce::int128_t,包括所有继承而来的类成员
| equal_to(const int128_t &rhs) const noexcept | neforce::int128_t | inline |
| hi | neforce::int128_t | |
| int128_t(const long value) noexcept | neforce::int128_t | inline |
| int128_t(const int32_t value) noexcept | neforce::int128_t | inline |
| int128_t(const long long value) noexcept | neforce::int128_t | inline |
| int128_t(const uint64_t low, const bool negative=false) noexcept | neforce::int128_t | inline |
| int128_t(const uint64_t high, const uint64_t low) noexcept | neforce::int128_t | inline |
| int128_t(const uint128_t &other) noexcept | neforce::int128_t | inline |
| is_negative() const noexcept | neforce::int128_t | inline |
| less_than(const int128_t &rhs) const noexcept | neforce::int128_t | inline |
| lo | neforce::int128_t | |
| max() noexcept | neforce::int128_t | inlinestatic |
| min() noexcept | neforce::int128_t | inlinestatic |
| negation() const noexcept | neforce::int128_t | inline |
| operator!=(const int128_t &rhs) const noexcept(noexcept(!(derived().equal_to(rhs)))) | neforce::icomparable< int128_t > | inline |
| operator%(const int128_t &other) const noexcept(noexcept(const_cast< int128_t & >(derived()).operator%=(other))) | neforce::iarithmetic< int128_t > | inline |
| operator%=(const int128_t &other) | neforce::int128_t | |
| operator&(const int128_t &other) const noexcept(noexcept(const_cast< int128_t & >(derived()).operator&=(other))) | neforce::ibinary< int128_t > | inline |
| operator&=(const int128_t &other) noexcept | neforce::int128_t | inline |
| operator*(const int128_t &other) const noexcept(noexcept(const_cast< int128_t & >(derived()).operator*=(other))) | neforce::iarithmetic< int128_t > | inline |
| operator*=(const int128_t &other) noexcept | neforce::int128_t | inline |
| operator+(const int128_t &other) const noexcept(noexcept(const_cast< int128_t & >(derived()).operator+=(other))) | neforce::iarithmetic< int128_t > | inline |
| operator++() noexcept | neforce::int128_t | inline |
| operator+=(const int128_t &other) noexcept | neforce::int128_t | inline |
| operator-(const int128_t &other) const noexcept(noexcept(const_cast< int128_t & >(derived()).operator-=(other))) | neforce::iarithmetic< int128_t > | inline |
| operator--() noexcept | neforce::int128_t | inline |
| operator-=(const int128_t &other) noexcept | neforce::int128_t | inline |
| operator/(const int128_t &other) const noexcept(noexcept(const_cast< int128_t & >(derived()).operator/=(other))) | neforce::iarithmetic< int128_t > | inline |
| operator/=(const int128_t &other) | neforce::int128_t | |
| operator<(const int128_t &rhs) const noexcept(noexcept(derived().less_than(rhs))) | neforce::icomparable< int128_t > | inline |
| operator<<(const uint32_t shift) const | neforce::ibinary< int128_t > | inline |
| operator<<=(const uint32_t shift) noexcept | neforce::int128_t | inline |
| operator<=(const int128_t &rhs) const noexcept(noexcept(!(rhs.less_than(derived())))) | neforce::icomparable< int128_t > | inline |
| operator=(const uint128_t &other) noexcept | neforce::int128_t | inline |
| operator==(const int128_t &rhs) const noexcept(noexcept(derived().equal_to(rhs))) | neforce::icomparable< int128_t > | inline |
| operator>(const int128_t &rhs) const noexcept(noexcept(rhs.less_than(derived()))) | neforce::icomparable< int128_t > | inline |
| operator>=(const int128_t &rhs) const noexcept(noexcept(!(derived().less_than(rhs)))) | neforce::icomparable< int128_t > | inline |
| operator>>(const uint32_t shift) const | neforce::ibinary< int128_t > | inline |
| operator>>=(const uint32_t shift) noexcept | neforce::int128_t | inline |
| operator^(const int128_t &other) const noexcept(noexcept(const_cast< int128_t & >(derived()).operator^=(other))) | neforce::ibinary< int128_t > | inline |
| operator^=(const int128_t &other) noexcept | neforce::int128_t | inline |
| operator|(const int128_t &other) const noexcept(noexcept(const_cast< int128_t & >(derived()).operator|=(other))) | neforce::ibinary< int128_t > | inline |
| operator|=(const int128_t &other) noexcept | neforce::int128_t | inline |
| operator~() const noexcept | neforce::int128_t | inline |
| to_hash() const noexcept | neforce::int128_t | inline |
| to_ihash() const noexcept(noexcept(derived().to_hash())) | neforce::ihashable< int128_t > | inline |
| to_uint128() const noexcept | neforce::int128_t | inline |