NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
载入中...
搜索中...
未找到
neforce::int128_t 成员列表

成员的完整列表,这些成员属于 neforce::int128_t,包括所有继承而来的类成员

equal_to(const int128_t &rhs) const noexceptneforce::int128_tinline
hineforce::int128_t
int128_t(const long value) noexceptneforce::int128_tinline
int128_t(const int32_t value) noexceptneforce::int128_tinline
int128_t(const long long value) noexceptneforce::int128_tinline
int128_t(const uint64_t low, const bool negative=false) noexceptneforce::int128_tinline
int128_t(const uint64_t high, const uint64_t low) noexceptneforce::int128_tinline
int128_t(const uint128_t &other) noexceptneforce::int128_tinline
is_negative() const noexceptneforce::int128_tinline
less_than(const int128_t &rhs) const noexceptneforce::int128_tinline
loneforce::int128_t
max() noexceptneforce::int128_tinlinestatic
min() noexceptneforce::int128_tinlinestatic
negation() const noexceptneforce::int128_tinline
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) noexceptneforce::int128_tinline
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) noexceptneforce::int128_tinline
operator+(const int128_t &other) const noexcept(noexcept(const_cast< int128_t & >(derived()).operator+=(other)))neforce::iarithmetic< int128_t >inline
operator++() noexceptneforce::int128_tinline
operator+=(const int128_t &other) noexceptneforce::int128_tinline
operator-(const int128_t &other) const noexcept(noexcept(const_cast< int128_t & >(derived()).operator-=(other)))neforce::iarithmetic< int128_t >inline
operator--() noexceptneforce::int128_tinline
operator-=(const int128_t &other) noexceptneforce::int128_tinline
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) constneforce::ibinary< int128_t >inline
operator<<=(const uint32_t shift) noexceptneforce::int128_tinline
operator<=(const int128_t &rhs) const noexcept(noexcept(!(rhs.less_than(derived()))))neforce::icomparable< int128_t >inline
operator=(const uint128_t &other) noexceptneforce::int128_tinline
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) constneforce::ibinary< int128_t >inline
operator>>=(const uint32_t shift) noexceptneforce::int128_tinline
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) noexceptneforce::int128_tinline
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) noexceptneforce::int128_tinline
operator~() const noexceptneforce::int128_tinline
to_hash() const noexceptneforce::int128_tinline
to_ihash() const noexcept(noexcept(derived().to_hash()))neforce::ihashable< int128_t >inline
to_uint128() const noexceptneforce::int128_tinline