|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
成员的完整列表,这些成员属于 character,包括所有继承而来的类成员
| base typedef | character | |
| bits() noexcept | ipackage< T, PackageT > | inlinestatic |
| bytes() noexcept | ipackage< T, PackageT > | inlinestatic |
| icharacter(char value) noexcept | icharacter< character, char > | inline |
| ipackage(package_type value) noexcept | ipackage< T, PackageT > | inlineexplicit |
| operator bool() const noexcept | icharacter< character, char > | inlineexplicit |
| operator package_type() const noexcept | ipackage< T, PackageT > | inlineexplicit |
| operator!=(const T &rhs) const noexcept(noexcept(!(*this==rhs))) | icomparable< T > | inline |
| operator%(const T &other) const noexcept(noexcept(const_cast< T & >(derived()).operator%=(other))) | iarithmetic< T > | inline |
| operator%=(const T &other) | ipackage< T, PackageT > | inline |
| operator&(const T &other) const noexcept(noexcept(const_cast< T & >(derived()).operator&=(other))) | ibinary< T > | inline |
| operator&=(const T &other) noexcept | ipackage< T, PackageT > | inline |
| operator*(const T &other) const noexcept(noexcept(const_cast< T & >(derived()).operator*=(other))) | iarithmetic< T > | inline |
| operator*=(const T &other) noexcept | ipackage< T, PackageT > | inline |
| operator+(const T &other) const noexcept(noexcept(const_cast< T & >(derived()).operator+=(other))) | iarithmetic< T > | inline |
| operator++() noexcept | ipackage< T, PackageT > | inline |
| iarithmetic::operator++(int) noexcept(noexcept(derived().operator++())) | iarithmetic< T > | inline |
| operator+=(const T &other) noexcept | ipackage< T, PackageT > | inline |
| operator-() const noexcept | ipackage< T, PackageT > | inline |
| iarithmetic::operator-(const T &other) const noexcept(noexcept(const_cast< T & >(derived()).operator-=(other))) | iarithmetic< T > | inline |
| operator--() noexcept | ipackage< T, PackageT > | inline |
| iarithmetic::operator--(int) noexcept(noexcept(derived().operator--())) | iarithmetic< T > | inline |
| operator-=(const T &other) noexcept | ipackage< T, PackageT > | inline |
| operator/(const T &other) const noexcept(noexcept(const_cast< T & >(derived()).operator/=(other))) | iarithmetic< T > | inline |
| operator/=(const T &other) | ipackage< T, PackageT > | inline |
| operator<(const T &other) const noexcept | ipackage< T, PackageT > | inline |
| operator<<(const uint32_t shift) const | ibinary< T > | inline |
| operator<<=(const uint32_t shift) | ipackage< T, PackageT > | inline |
| operator<=(const T &rhs) const noexcept(noexcept(!(derived() > rhs))) | icomparable< T > | inline |
| operator==(const T &other) const noexcept | ipackage< T, PackageT > | inline |
| operator>(const T &rhs) const noexcept(noexcept(rhs< derived())) | icomparable< T > | inline |
| operator>=(const T &rhs) const noexcept(noexcept(!(derived()< rhs))) | icomparable< T > | inline |
| operator>>(const uint32_t shift) const | ibinary< T > | inline |
| operator>>=(const uint32_t shift) | ipackage< T, PackageT > | inline |
| operator^(const T &other) const noexcept(noexcept(const_cast< T & >(derived()).operator^=(other))) | ibinary< T > | inline |
| operator^=(const T &other) noexcept | ipackage< T, PackageT > | inline |
| operator|(const T &other) const noexcept(noexcept(const_cast< T & >(derived()).operator|=(other))) | ibinary< T > | inline |
| operator|=(const T &other) noexcept | ipackage< T, PackageT > | inline |
| operator~() const noexcept | ipackage< T, PackageT > | inline |
| package_type typedef | ipackage< T, PackageT > | |
| swap(T &other) noexcept | ipackage< T, PackageT > | inline |
| to_hash() const noexcept | ipackage< T, PackageT > | inline |
| to_int64() const noexcept | ipackage< T, PackageT > | inline |
| to_string(const basic_string_view< value_type > &obj) | character | inlinestatic |
| to_u16string(const basic_string_view< value_type > &obj) | character | inlinestatic |
| to_u32string(const basic_string_view< value_type > &obj) | character | inlinestatic |
| to_u8string(const basic_string_view< value_type > &obj) | character | inlinestatic |
| to_wstring(const basic_string_view< value_type > &obj) | character | inlinestatic |
| value() const noexcept | ipackage< T, PackageT > | inline |
| value_ | ipackage< T, PackageT > | protected |
| value_type typedef | character | |
| ~ipackage()=default | ipackage< T, PackageT > | protected |