|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
成员的完整列表,这些成员属于 basic_string< CharT, Traits, Alloc >,包括所有继承而来的类成员
| allocator_type typedef | basic_string< CharT, Traits, Alloc > | |
| append(size_type n, value_type value) | basic_string< CharT, Traits, Alloc > | inline |
| append(value_type value) | basic_string< CharT, Traits, Alloc > | inline |
| append(const basic_string &other, size_type position, size_type n) | basic_string< CharT, Traits, Alloc > | inline |
| append(const basic_string &other) | basic_string< CharT, Traits, Alloc > | inline |
| append(const basic_string &other, size_type position) | basic_string< CharT, Traits, Alloc > | inline |
| append(basic_string &&other, size_type position, size_type n) | basic_string< CharT, Traits, Alloc > | inline |
| append(basic_string &&other) | basic_string< CharT, Traits, Alloc > | inline |
| append(basic_string &&other, size_type position) | basic_string< CharT, Traits, Alloc > | inline |
| append(view_type view, size_type n) | basic_string< CharT, Traits, Alloc > | inline |
| append(view_type view) | basic_string< CharT, Traits, Alloc > | inline |
| append(const_pointer str, size_type n) | basic_string< CharT, Traits, Alloc > | inline |
| append(const_pointer str) | basic_string< CharT, Traits, Alloc > | inline |
| append(Iterator first, Iterator last) | basic_string< CharT, Traits, Alloc > | inline |
| append(std::initializer_list< value_type > ilist) | basic_string< CharT, Traits, Alloc > | inline |
| assign(const basic_string &other) | basic_string< CharT, Traits, Alloc > | inline |
| assign(basic_string &&other) | basic_string< CharT, Traits, Alloc > | inline |
| assign(const_pointer str) | basic_string< CharT, Traits, Alloc > | inline |
| assign(const_pointer str, const size_type n) | basic_string< CharT, Traits, Alloc > | inline |
| assign(const size_type n, value_type value) | basic_string< CharT, Traits, Alloc > | inline |
| assign(Iterator first, Iterator last) | basic_string< CharT, Traits, Alloc > | inline |
| assign(std::initializer_list< value_type > ilist) | basic_string< CharT, Traits, Alloc > | inline |
| assign(const view_type &view) | basic_string< CharT, Traits, Alloc > | inline |
| at(const size_type n) noexcept | basic_string< CharT, Traits, Alloc > | inline |
| at(const size_type n) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| back() noexcept | basic_string< CharT, Traits, Alloc > | inline |
| back() const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| basic_string() | basic_string< CharT, Traits, Alloc > | inline |
| basic_string(size_type n) | basic_string< CharT, Traits, Alloc > | inlineexplicit |
| basic_string(size_type n, int32_t value) | basic_string< CharT, Traits, Alloc > | inlineexplicit |
| basic_string(size_type n, int64_t value) | basic_string< CharT, Traits, Alloc > | inlineexplicit |
| basic_string(size_type n, value_type value) | basic_string< CharT, Traits, Alloc > | inlineexplicit |
| basic_string(const basic_string &other) | basic_string< CharT, Traits, Alloc > | inline |
| basic_string(basic_string &&other) noexcept | basic_string< CharT, Traits, Alloc > | inline |
| basic_string(view_type view) | basic_string< CharT, Traits, Alloc > | inline |
| basic_string(view_type view, const size_type n) | basic_string< CharT, Traits, Alloc > | inline |
| basic_string(const basic_string &other, size_type position) | basic_string< CharT, Traits, Alloc > | inline |
| basic_string(const basic_string &other, size_type position, size_type n) | basic_string< CharT, Traits, Alloc > | inline |
| basic_string(const_pointer str) | basic_string< CharT, Traits, Alloc > | inline |
| basic_string(const_pointer str, const size_type n) | basic_string< CharT, Traits, Alloc > | inline |
| basic_string(Iterator first, Iterator last) | basic_string< CharT, Traits, Alloc > | inline |
| basic_string(std::initializer_list< value_type > ilist) | basic_string< CharT, Traits, Alloc > | inline |
| begin() noexcept | basic_string< CharT, Traits, Alloc > | inline |
| begin() const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| capacity() const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| cbegin() const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| cend() const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| clear() noexcept | basic_string< CharT, Traits, Alloc > | inline |
| compare(const basic_string &other) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| compare(const size_type off, const size_type n, const basic_string &other) const | basic_string< CharT, Traits, Alloc > | inline |
| compare(const size_type off, const size_type n, const basic_string &other, const size_type roff, const size_type count) const | basic_string< CharT, Traits, Alloc > | inline |
| compare(const CharT *str) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| compare(const view_type &view) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| compare(const size_type off, const size_type n, const CharT *str) const | basic_string< CharT, Traits, Alloc > | inline |
| compare(const size_type off, const size_type n, const CharT *str, size_type count) const | basic_string< CharT, Traits, Alloc > | inline |
| compare_ignore_case(const view_type view) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| compare_ignore_case(const_pointer str) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| compare_ignore_case(const basic_string &str) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| const_iterator typedef | basic_string< CharT, Traits, Alloc > | |
| const_pointer typedef | basic_string< CharT, Traits, Alloc > | |
| const_reference typedef | basic_string< CharT, Traits, Alloc > | |
| const_reverse_iterator typedef | basic_string< CharT, Traits, Alloc > | |
| contains(const basic_string &other) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| contains(view_type view) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| contains(value_type value) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| contains(const_pointer str) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| copy(pointer dest, const size_type count, size_type position=0) const | basic_string< CharT, Traits, Alloc > | inline |
| count(value_type value, const size_type position=0) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| crbegin() const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| crend() const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| data() noexcept | basic_string< CharT, Traits, Alloc > | inline |
| data() const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| difference_type typedef | basic_string< CharT, Traits, Alloc > | |
| empty() const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| end() noexcept | basic_string< CharT, Traits, Alloc > | inline |
| end() const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| ends_with(const basic_string &other) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| ends_with(view_type view) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| ends_with(value_type value) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| ends_with(const_pointer str) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| equal_to(const basic_string &other) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| equal_to(const view_type view) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| equal_to(const CharT *str) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| erase(iterator position) noexcept | basic_string< CharT, Traits, Alloc > | inline |
| erase(size_type position=0, size_type n=npos) noexcept | basic_string< CharT, Traits, Alloc > | inline |
| erase(iterator first, const size_type n) noexcept | basic_string< CharT, Traits, Alloc > | inline |
| erase(iterator first, iterator last) noexcept | basic_string< CharT, Traits, Alloc > | inline |
| find(const basic_string &other, const size_type n=0) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| find(const CharT value, const size_type n=0) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| find(const CharT *str, const size_type off, const size_type count) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| find(const CharT *str, const size_type off=0) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| find(const view_type &view, const size_type off, const size_type count) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| find(const view_type &view, const size_type off=0) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| find_first_not_of(const basic_string &other, const size_type off=0) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| find_first_not_of(const CharT value, const size_type off=0) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| find_first_not_of(const CharT *str, const size_type off, const size_type n) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| find_first_not_of(const CharT *str, const size_type off=0) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| find_first_not_of(const view_type &view, const size_type off, const size_type n) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| find_first_not_of(const view_type &view, const size_type off=0) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| find_first_of(const basic_string &other, const size_type off=0) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| find_first_of(const CharT value, const size_type off=0) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| find_first_of(const CharT *str, const size_type off, const size_type n) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| find_first_of(const CharT *str, const size_type off=0) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| find_first_of(const view_type &view, const size_type off, const size_type n) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| find_first_of(const view_type &view, const size_type off=0) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| find_last_not_of(const basic_string &other, const size_type off=npos) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| find_last_not_of(const CharT value, const size_type off=npos) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| find_last_not_of(const CharT *str, const size_type off, const size_type n) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| find_last_not_of(const CharT *str, const size_type off=npos) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| find_last_not_of(const view_type &view, const size_type off, const size_type n) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| find_last_not_of(const view_type &view, const size_type off=npos) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| find_last_of(const basic_string &other, const size_type off=npos) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| find_last_of(const CharT value, const size_type off=npos) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| find_last_of(const CharT *str, const size_type off, const size_type n) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| find_last_of(const CharT *str, const size_type off=npos) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| find_last_of(const view_type &view, const size_type off, const size_type n) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| find_last_of(const view_type &view, const size_type off=npos) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| front() noexcept | basic_string< CharT, Traits, Alloc > | inline |
| front() const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| insert(iterator position, value_type value) | basic_string< CharT, Traits, Alloc > | inline |
| insert(size_type position, size_type n, value_type value) | basic_string< CharT, Traits, Alloc > | inline |
| insert(iterator position, Iterator first, Iterator last) | basic_string< CharT, Traits, Alloc > | inline |
| iterator typedef | basic_string< CharT, Traits, Alloc > | |
| length() const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| lowercase() noexcept(noexcept(_NEFORCE transform(begin(), end(), begin(), _NEFORCE to_lowercase< CharT >))) | basic_string< CharT, Traits, Alloc > | inline |
| max_size() const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| npos | basic_string< CharT, Traits, Alloc > | static |
| operator!=(const T &rhs) const noexcept(noexcept(!(*this==rhs))) | icomparable< T > | inline |
| operator+=(const basic_string &other) | basic_string< CharT, Traits, Alloc > | inline |
| operator+=(basic_string &&other) | basic_string< CharT, Traits, Alloc > | inline |
| operator+=(const value_type value) | basic_string< CharT, Traits, Alloc > | inline |
| operator+=(const_pointer str) | basic_string< CharT, Traits, Alloc > | inline |
| operator+=(std::initializer_list< value_type > ilist) | basic_string< CharT, Traits, Alloc > | inline |
| operator+=(view_type view) | basic_string< CharT, Traits, Alloc > | inline |
| operator<(const basic_string &rhs) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| icommon::operator<(const T &rhs) const noexcept(noexcept(derived()< rhs)) | icomparable< T > | inline |
| operator<=(const T &rhs) const noexcept(noexcept(!(derived() > rhs))) | icomparable< T > | inline |
| operator=(const basic_string &other) | basic_string< CharT, Traits, Alloc > | inline |
| operator=(basic_string &&other) noexcept | basic_string< CharT, Traits, Alloc > | inline |
| operator=(view_type view) | basic_string< CharT, Traits, Alloc > | inline |
| operator=(const_pointer str) | basic_string< CharT, Traits, Alloc > | inline |
| operator=(std::initializer_list< value_type > ilist) | basic_string< CharT, Traits, Alloc > | inline |
| operator==(const basic_string &rhs) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| icommon::operator==(const T &rhs) const noexcept(noexcept(derived()==rhs)) | icomparable< T > | 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 size_type n) noexcept | basic_string< CharT, Traits, Alloc > | inline |
| operator[](const size_type n) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| pointer typedef | basic_string< CharT, Traits, Alloc > | |
| pop_back() noexcept | basic_string< CharT, Traits, Alloc > | inline |
| push_back(value_type value) | basic_string< CharT, Traits, Alloc > | inline |
| rbegin() noexcept | basic_string< CharT, Traits, Alloc > | inline |
| rbegin() const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| reference typedef | basic_string< CharT, Traits, Alloc > | |
| rend() noexcept | basic_string< CharT, Traits, Alloc > | inline |
| rend() const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| repeat(size_type n) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| replace(const size_type position, const size_type n, const basic_string &other) | basic_string< CharT, Traits, Alloc > | inline |
| replace(iterator first, iterator last, const basic_string &other) | basic_string< CharT, Traits, Alloc > | inline |
| replace(const size_type position, const size_type n, const_pointer str) | basic_string< CharT, Traits, Alloc > | inline |
| replace(iterator first, iterator last, const_pointer str) | basic_string< CharT, Traits, Alloc > | inline |
| replace(const size_type position, const size_type n1, const_pointer str, const size_type n2) | basic_string< CharT, Traits, Alloc > | inline |
| replace(iterator first, iterator last, const_pointer str, const size_type n) | basic_string< CharT, Traits, Alloc > | inline |
| replace(const size_type position, const size_type n1, const size_type n2, const value_type value) | basic_string< CharT, Traits, Alloc > | inline |
| replace(iterator first, iterator last, const size_type n, const value_type value) | basic_string< CharT, Traits, Alloc > | inline |
| replace(const size_type position1, const size_type n1, const basic_string &str, const size_type position2, const size_type n2=npos) | basic_string< CharT, Traits, Alloc > | inline |
| replace(iterator first, iterator last, Iterator first2, Iterator last2) | basic_string< CharT, Traits, Alloc > | inline |
| reserve(const size_type n) | basic_string< CharT, Traits, Alloc > | inline |
| resize(size_type n, value_type value) | basic_string< CharT, Traits, Alloc > | inline |
| resize(const size_type n) | basic_string< CharT, Traits, Alloc > | inline |
| reverse() noexcept | basic_string< CharT, Traits, Alloc > | inline |
| reverse_iterator typedef | basic_string< CharT, Traits, Alloc > | |
| rfind(const basic_string &other, const size_type off=npos) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| rfind(const CharT value, const size_type n=npos) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| rfind(const CharT *str, const size_type off, const size_type n) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| rfind(const CharT *str, const size_type off=npos) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| rfind(const view_type &view, const size_type off, const size_type count) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| rfind(const view_type &view, const size_type off=0) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| shrink_to_fit() | basic_string< CharT, Traits, Alloc > | inline |
| size() const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| size_type typedef | basic_string< CharT, Traits, Alloc > | |
| starts_with(const basic_string &other) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| starts_with(view_type view) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| starts_with(const value_type value) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| starts_with(const_pointer str) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| substr(const size_type off=0, size_type count=npos) const | basic_string< CharT, Traits, Alloc > | inline |
| swap(basic_string &other) noexcept | basic_string< CharT, Traits, Alloc > | inline |
| to_hash() const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| traits_type typedef | basic_string< CharT, Traits, Alloc > | |
| trim() noexcept | basic_string< CharT, Traits, Alloc > | inline |
| trim_if(Predicate pred) | basic_string< CharT, Traits, Alloc > | inline |
| trim_left() noexcept | basic_string< CharT, Traits, Alloc > | inline |
| trim_left_if(Pred pred) | basic_string< CharT, Traits, Alloc > | inline |
| trim_right() noexcept | basic_string< CharT, Traits, Alloc > | inline |
| trim_right_if(Pred pred) | basic_string< CharT, Traits, Alloc > | inline |
| uppercase() noexcept(noexcept(_NEFORCE transform(begin(), end(), begin(), _NEFORCE to_uppercase< CharT >))) | basic_string< CharT, Traits, Alloc > | inline |
| value_type typedef | basic_string< CharT, Traits, Alloc > | |
| view() const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| view(const size_type off, size_type count=npos) const noexcept | basic_string< CharT, Traits, Alloc > | inline |
| view_type typedef | basic_string< CharT, Traits, Alloc > | |
| ~basic_string() | basic_string< CharT, Traits, Alloc > | inline |