NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
basic_string< CharT, Traits, Alloc > 成员列表

成员的完整列表,这些成员属于 basic_string< CharT, Traits, Alloc >,包括所有继承而来的类成员

allocator_type typedefbasic_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) noexceptbasic_string< CharT, Traits, Alloc >inline
at(const size_type n) const noexceptbasic_string< CharT, Traits, Alloc >inline
back() noexceptbasic_string< CharT, Traits, Alloc >inline
back() const noexceptbasic_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) noexceptbasic_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() noexceptbasic_string< CharT, Traits, Alloc >inline
begin() const noexceptbasic_string< CharT, Traits, Alloc >inline
capacity() const noexceptbasic_string< CharT, Traits, Alloc >inline
cbegin() const noexceptbasic_string< CharT, Traits, Alloc >inline
cend() const noexceptbasic_string< CharT, Traits, Alloc >inline
clear() noexceptbasic_string< CharT, Traits, Alloc >inline
compare(const basic_string &other) const noexceptbasic_string< CharT, Traits, Alloc >inline
compare(const size_type off, const size_type n, const basic_string &other) constbasic_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) constbasic_string< CharT, Traits, Alloc >inline
compare(const CharT *str) const noexceptbasic_string< CharT, Traits, Alloc >inline
compare(const view_type &view) const noexceptbasic_string< CharT, Traits, Alloc >inline
compare(const size_type off, const size_type n, const CharT *str) constbasic_string< CharT, Traits, Alloc >inline
compare(const size_type off, const size_type n, const CharT *str, size_type count) constbasic_string< CharT, Traits, Alloc >inline
compare_ignore_case(const view_type view) const noexceptbasic_string< CharT, Traits, Alloc >inline
compare_ignore_case(const_pointer str) const noexceptbasic_string< CharT, Traits, Alloc >inline
compare_ignore_case(const basic_string &str) const noexceptbasic_string< CharT, Traits, Alloc >inline
const_iterator typedefbasic_string< CharT, Traits, Alloc >
const_pointer typedefbasic_string< CharT, Traits, Alloc >
const_reference typedefbasic_string< CharT, Traits, Alloc >
const_reverse_iterator typedefbasic_string< CharT, Traits, Alloc >
contains(const basic_string &other) const noexceptbasic_string< CharT, Traits, Alloc >inline
contains(view_type view) const noexceptbasic_string< CharT, Traits, Alloc >inline
contains(value_type value) const noexceptbasic_string< CharT, Traits, Alloc >inline
contains(const_pointer str) const noexceptbasic_string< CharT, Traits, Alloc >inline
copy(pointer dest, const size_type count, size_type position=0) constbasic_string< CharT, Traits, Alloc >inline
count(value_type value, const size_type position=0) const noexceptbasic_string< CharT, Traits, Alloc >inline
crbegin() const noexceptbasic_string< CharT, Traits, Alloc >inline
crend() const noexceptbasic_string< CharT, Traits, Alloc >inline
data() noexceptbasic_string< CharT, Traits, Alloc >inline
data() const noexceptbasic_string< CharT, Traits, Alloc >inline
difference_type typedefbasic_string< CharT, Traits, Alloc >
empty() const noexceptbasic_string< CharT, Traits, Alloc >inline
end() noexceptbasic_string< CharT, Traits, Alloc >inline
end() const noexceptbasic_string< CharT, Traits, Alloc >inline
ends_with(const basic_string &other) const noexceptbasic_string< CharT, Traits, Alloc >inline
ends_with(view_type view) const noexceptbasic_string< CharT, Traits, Alloc >inline
ends_with(value_type value) const noexceptbasic_string< CharT, Traits, Alloc >inline
ends_with(const_pointer str) const noexceptbasic_string< CharT, Traits, Alloc >inline
equal_to(const basic_string &other) const noexceptbasic_string< CharT, Traits, Alloc >inline
equal_to(const view_type view) const noexceptbasic_string< CharT, Traits, Alloc >inline
equal_to(const CharT *str) const noexceptbasic_string< CharT, Traits, Alloc >inline
erase(iterator position) noexceptbasic_string< CharT, Traits, Alloc >inline
erase(size_type position=0, size_type n=npos) noexceptbasic_string< CharT, Traits, Alloc >inline
erase(iterator first, const size_type n) noexceptbasic_string< CharT, Traits, Alloc >inline
erase(iterator first, iterator last) noexceptbasic_string< CharT, Traits, Alloc >inline
find(const basic_string &other, const size_type n=0) const noexceptbasic_string< CharT, Traits, Alloc >inline
find(const CharT value, const size_type n=0) const noexceptbasic_string< CharT, Traits, Alloc >inline
find(const CharT *str, const size_type off, const size_type count) const noexceptbasic_string< CharT, Traits, Alloc >inline
find(const CharT *str, const size_type off=0) const noexceptbasic_string< CharT, Traits, Alloc >inline
find(const view_type &view, const size_type off, const size_type count) const noexceptbasic_string< CharT, Traits, Alloc >inline
find(const view_type &view, const size_type off=0) const noexceptbasic_string< CharT, Traits, Alloc >inline
find_first_not_of(const basic_string &other, const size_type off=0) const noexceptbasic_string< CharT, Traits, Alloc >inline
find_first_not_of(const CharT value, const size_type off=0) const noexceptbasic_string< CharT, Traits, Alloc >inline
find_first_not_of(const CharT *str, const size_type off, const size_type n) const noexceptbasic_string< CharT, Traits, Alloc >inline
find_first_not_of(const CharT *str, const size_type off=0) const noexceptbasic_string< CharT, Traits, Alloc >inline
find_first_not_of(const view_type &view, const size_type off, const size_type n) const noexceptbasic_string< CharT, Traits, Alloc >inline
find_first_not_of(const view_type &view, const size_type off=0) const noexceptbasic_string< CharT, Traits, Alloc >inline
find_first_of(const basic_string &other, const size_type off=0) const noexceptbasic_string< CharT, Traits, Alloc >inline
find_first_of(const CharT value, const size_type off=0) const noexceptbasic_string< CharT, Traits, Alloc >inline
find_first_of(const CharT *str, const size_type off, const size_type n) const noexceptbasic_string< CharT, Traits, Alloc >inline
find_first_of(const CharT *str, const size_type off=0) const noexceptbasic_string< CharT, Traits, Alloc >inline
find_first_of(const view_type &view, const size_type off, const size_type n) const noexceptbasic_string< CharT, Traits, Alloc >inline
find_first_of(const view_type &view, const size_type off=0) const noexceptbasic_string< CharT, Traits, Alloc >inline
find_last_not_of(const basic_string &other, const size_type off=npos) const noexceptbasic_string< CharT, Traits, Alloc >inline
find_last_not_of(const CharT value, const size_type off=npos) const noexceptbasic_string< CharT, Traits, Alloc >inline
find_last_not_of(const CharT *str, const size_type off, const size_type n) const noexceptbasic_string< CharT, Traits, Alloc >inline
find_last_not_of(const CharT *str, const size_type off=npos) const noexceptbasic_string< CharT, Traits, Alloc >inline
find_last_not_of(const view_type &view, const size_type off, const size_type n) const noexceptbasic_string< CharT, Traits, Alloc >inline
find_last_not_of(const view_type &view, const size_type off=npos) const noexceptbasic_string< CharT, Traits, Alloc >inline
find_last_of(const basic_string &other, const size_type off=npos) const noexceptbasic_string< CharT, Traits, Alloc >inline
find_last_of(const CharT value, const size_type off=npos) const noexceptbasic_string< CharT, Traits, Alloc >inline
find_last_of(const CharT *str, const size_type off, const size_type n) const noexceptbasic_string< CharT, Traits, Alloc >inline
find_last_of(const CharT *str, const size_type off=npos) const noexceptbasic_string< CharT, Traits, Alloc >inline
find_last_of(const view_type &view, const size_type off, const size_type n) const noexceptbasic_string< CharT, Traits, Alloc >inline
find_last_of(const view_type &view, const size_type off=npos) const noexceptbasic_string< CharT, Traits, Alloc >inline
front() noexceptbasic_string< CharT, Traits, Alloc >inline
front() const noexceptbasic_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 typedefbasic_string< CharT, Traits, Alloc >
length() const noexceptbasic_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 noexceptbasic_string< CharT, Traits, Alloc >inline
nposbasic_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 noexceptbasic_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) noexceptbasic_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 noexceptbasic_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) noexceptbasic_string< CharT, Traits, Alloc >inline
operator[](const size_type n) const noexceptbasic_string< CharT, Traits, Alloc >inline
pointer typedefbasic_string< CharT, Traits, Alloc >
pop_back() noexceptbasic_string< CharT, Traits, Alloc >inline
push_back(value_type value)basic_string< CharT, Traits, Alloc >inline
rbegin() noexceptbasic_string< CharT, Traits, Alloc >inline
rbegin() const noexceptbasic_string< CharT, Traits, Alloc >inline
reference typedefbasic_string< CharT, Traits, Alloc >
rend() noexceptbasic_string< CharT, Traits, Alloc >inline
rend() const noexceptbasic_string< CharT, Traits, Alloc >inline
repeat(size_type n) const noexceptbasic_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() noexceptbasic_string< CharT, Traits, Alloc >inline
reverse_iterator typedefbasic_string< CharT, Traits, Alloc >
rfind(const basic_string &other, const size_type off=npos) const noexceptbasic_string< CharT, Traits, Alloc >inline
rfind(const CharT value, const size_type n=npos) const noexceptbasic_string< CharT, Traits, Alloc >inline
rfind(const CharT *str, const size_type off, const size_type n) const noexceptbasic_string< CharT, Traits, Alloc >inline
rfind(const CharT *str, const size_type off=npos) const noexceptbasic_string< CharT, Traits, Alloc >inline
rfind(const view_type &view, const size_type off, const size_type count) const noexceptbasic_string< CharT, Traits, Alloc >inline
rfind(const view_type &view, const size_type off=0) const noexceptbasic_string< CharT, Traits, Alloc >inline
shrink_to_fit()basic_string< CharT, Traits, Alloc >inline
size() const noexceptbasic_string< CharT, Traits, Alloc >inline
size_type typedefbasic_string< CharT, Traits, Alloc >
starts_with(const basic_string &other) const noexceptbasic_string< CharT, Traits, Alloc >inline
starts_with(view_type view) const noexceptbasic_string< CharT, Traits, Alloc >inline
starts_with(const value_type value) const noexceptbasic_string< CharT, Traits, Alloc >inline
starts_with(const_pointer str) const noexceptbasic_string< CharT, Traits, Alloc >inline
substr(const size_type off=0, size_type count=npos) constbasic_string< CharT, Traits, Alloc >inline
swap(basic_string &other) noexceptbasic_string< CharT, Traits, Alloc >inline
to_hash() const noexceptbasic_string< CharT, Traits, Alloc >inline
traits_type typedefbasic_string< CharT, Traits, Alloc >
trim() noexceptbasic_string< CharT, Traits, Alloc >inline
trim_if(Predicate pred)basic_string< CharT, Traits, Alloc >inline
trim_left() noexceptbasic_string< CharT, Traits, Alloc >inline
trim_left_if(Pred pred)basic_string< CharT, Traits, Alloc >inline
trim_right() noexceptbasic_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 typedefbasic_string< CharT, Traits, Alloc >
view() const noexceptbasic_string< CharT, Traits, Alloc >inline
view(const size_type off, size_type count=npos) const noexceptbasic_string< CharT, Traits, Alloc >inline
view_type typedefbasic_string< CharT, Traits, Alloc >
~basic_string()basic_string< CharT, Traits, Alloc >inline