|
NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
|
成员的完整列表,这些成员属于 neforce::hexadecimal,包括所有继承而来的类成员
| base typedef | neforce::hexadecimal | |
| bits() noexcept | neforce::ipackage< hexadecimal, int64_t > | inlinestatic |
| bytes() noexcept | neforce::ipackage< hexadecimal, int64_t > | inlinestatic |
| equal_to(const hexadecimal &other) const noexcept | neforce::ipackage< hexadecimal, int64_t > | inline |
| flip_bit(const size_t position) | neforce::hexadecimal | inline |
| get_bit(const size_t position) const | neforce::hexadecimal | inline |
| hexadecimal(const int16_t value) noexcept | neforce::hexadecimal | inlineexplicit |
| hexadecimal(const int32_t value) noexcept | neforce::hexadecimal | inlineexplicit |
| hexadecimal(const uint16_t value) noexcept | neforce::hexadecimal | inlineexplicit |
| hexadecimal(const uint32_t value) noexcept | neforce::hexadecimal | inlineexplicit |
| hexadecimal(const uint64_t value) noexcept | neforce::hexadecimal | inlineexplicit |
| hexadecimal(const string_view view) | neforce::hexadecimal | inlineexplicit |
| hexadecimal(const char *str) | neforce::hexadecimal | inlineexplicit |
| hexadecimal(const string &str) | neforce::hexadecimal | inlineexplicit |
| less_than(const hexadecimal &other) const noexcept | neforce::ipackage< hexadecimal, int64_t > | inline |
| operator bool() const noexcept | neforce::hexadecimal | inlineexplicit |
| operator package_type() const noexcept | neforce::ipackage< hexadecimal, int64_t > | inlineexplicit |
| operator!=(const hexadecimal &rhs) const noexcept(noexcept(!(derived().equal_to(rhs)))) | neforce::icomparable< hexadecimal > | inline |
| operator%(const hexadecimal &other) const noexcept(noexcept(const_cast< hexadecimal & >(derived()).operator%=(other))) | neforce::iarithmetic< hexadecimal > | inline |
| operator%=(const hexadecimal &other) | neforce::ipackage< hexadecimal, int64_t > | inline |
| operator&(const hexadecimal &other) const noexcept(noexcept(const_cast< hexadecimal & >(derived()).operator&=(other))) | neforce::ibinary< hexadecimal > | inline |
| operator&=(const hexadecimal &other) noexcept | neforce::ipackage< hexadecimal, int64_t > | inline |
| operator*(const hexadecimal &other) const noexcept(noexcept(const_cast< hexadecimal & >(derived()).operator*=(other))) | neforce::iarithmetic< hexadecimal > | inline |
| operator*=(const hexadecimal &other) noexcept | neforce::ipackage< hexadecimal, int64_t > | inline |
| operator+(const hexadecimal &other) const noexcept(noexcept(const_cast< hexadecimal & >(derived()).operator+=(other))) | neforce::iarithmetic< hexadecimal > | inline |
| operator++() noexcept | neforce::ipackage< hexadecimal, int64_t > | inline |
| operator+=(const hexadecimal &other) noexcept | neforce::ipackage< hexadecimal, int64_t > | inline |
| operator-(const hexadecimal &other) const noexcept(noexcept(const_cast< hexadecimal & >(derived()).operator-=(other))) | neforce::iarithmetic< hexadecimal > | inline |
| operator--() noexcept | neforce::ipackage< hexadecimal, int64_t > | inline |
| operator-=(const hexadecimal &other) noexcept | neforce::ipackage< hexadecimal, int64_t > | inline |
| operator/(const hexadecimal &other) const noexcept(noexcept(const_cast< hexadecimal & >(derived()).operator/=(other))) | neforce::iarithmetic< hexadecimal > | inline |
| operator/=(const hexadecimal &other) | neforce::ipackage< hexadecimal, int64_t > | inline |
| operator<(const hexadecimal &rhs) const noexcept(noexcept(derived().less_than(rhs))) | neforce::icomparable< hexadecimal > | inline |
| operator<<(const uint32_t shift) const | neforce::ibinary< hexadecimal > | inline |
| operator<<=(const uint32_t shift) | neforce::ipackage< hexadecimal, int64_t > | inline |
| operator<=(const hexadecimal &rhs) const noexcept(noexcept(!(rhs.less_than(derived())))) | neforce::icomparable< hexadecimal > | inline |
| operator==(const hexadecimal &rhs) const noexcept(noexcept(derived().equal_to(rhs))) | neforce::icomparable< hexadecimal > | inline |
| operator>(const hexadecimal &rhs) const noexcept(noexcept(rhs.less_than(derived()))) | neforce::icomparable< hexadecimal > | inline |
| operator>=(const hexadecimal &rhs) const noexcept(noexcept(!(derived().less_than(rhs)))) | neforce::icomparable< hexadecimal > | inline |
| operator>>(const uint32_t shift) const | neforce::ibinary< hexadecimal > | inline |
| operator>>=(const uint32_t shift) | neforce::ipackage< hexadecimal, int64_t > | inline |
| operator^(const hexadecimal &other) const noexcept(noexcept(const_cast< hexadecimal & >(derived()).operator^=(other))) | neforce::ibinary< hexadecimal > | inline |
| operator^=(const hexadecimal &other) noexcept | neforce::ipackage< hexadecimal, int64_t > | inline |
| operator|(const hexadecimal &other) const noexcept(noexcept(const_cast< hexadecimal & >(derived()).operator|=(other))) | neforce::ibinary< hexadecimal > | inline |
| operator|=(const hexadecimal &other) noexcept | neforce::ipackage< hexadecimal, int64_t > | inline |
| operator~() const noexcept | neforce::ipackage< hexadecimal, int64_t > | inline |
| package_type typedef | neforce::ipackage< hexadecimal, int64_t > | |
| parse(const string_view str) | neforce::hexadecimal | inlinestatic |
| set_bit(const size_t position, const bool bit_value_=true) | neforce::hexadecimal | inline |
| swap(hexadecimal &other) noexcept | neforce::ipackage< hexadecimal, int64_t > | inline |
| to_hash() const noexcept | neforce::ipackage< hexadecimal, int64_t > | inline |
| to_ihash() const noexcept(noexcept(derived().to_hash())) | neforce::ihashable< hexadecimal > | inline |
| to_int64() const noexcept | neforce::ipackage< hexadecimal, int64_t > | inline |
| to_string() const | neforce::hexadecimal | |
| try_parse(const string_view str) noexcept | neforce::iobject< hexadecimal > | inline |
| value() const noexcept | neforce::ipackage< hexadecimal, int64_t > | inline |
| value_ | neforce::ipackage< hexadecimal, int64_t > | protected |
| value_type typedef | neforce::hexadecimal | |
| xdigit_value(const char c) noexcept | neforce::hexadecimal | inlinestatic |
| xdigit_value(const char high, const char low) noexcept | neforce::hexadecimal | inlinestatic |
| ~ipackage()=default | neforce::ipackage< hexadecimal, int64_t > | protected |