NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
载入中...
搜索中...
未找到
neforce::basic_string< CharT, Traits, Alloc > 成员列表

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

allocator_type typedefneforce::basic_string< CharT, Traits, Alloc >
append(size_type n, value_type value)neforce::basic_string< CharT, Traits, Alloc >inline
append(value_type value)neforce::basic_string< CharT, Traits, Alloc >inline
append(const basic_string &other, size_type position, size_type n)neforce::basic_string< CharT, Traits, Alloc >inline
append(const basic_string &other)neforce::basic_string< CharT, Traits, Alloc >inline
append(const basic_string &other, size_type position)neforce::basic_string< CharT, Traits, Alloc >inline
append(basic_string &&other, size_type position, size_type n)neforce::basic_string< CharT, Traits, Alloc >inline
append(basic_string &&other)neforce::basic_string< CharT, Traits, Alloc >inline
append(basic_string &&other, size_type position)neforce::basic_string< CharT, Traits, Alloc >inline
append(view_type view, size_type n)neforce::basic_string< CharT, Traits, Alloc >inline
append(view_type view)neforce::basic_string< CharT, Traits, Alloc >inline
append(const_pointer str, size_type n)neforce::basic_string< CharT, Traits, Alloc >inline
append(const_pointer str)neforce::basic_string< CharT, Traits, Alloc >inline
append(Iterator first, Iterator last)neforce::basic_string< CharT, Traits, Alloc >inline
append(std::initializer_list< value_type > ilist)neforce::basic_string< CharT, Traits, Alloc >inline
assign(const basic_string &other)neforce::basic_string< CharT, Traits, Alloc >inline
assign(basic_string &&other)neforce::basic_string< CharT, Traits, Alloc >inline
assign(const_pointer str)neforce::basic_string< CharT, Traits, Alloc >inline
assign(const_pointer str, const size_type n)neforce::basic_string< CharT, Traits, Alloc >inline
assign(const size_type n, value_type value)neforce::basic_string< CharT, Traits, Alloc >inline
assign(Iterator first, Iterator last)neforce::basic_string< CharT, Traits, Alloc >inline
assign(std::initializer_list< value_type > ilist)neforce::basic_string< CharT, Traits, Alloc >inline
assign(const view_type &view)neforce::basic_string< CharT, Traits, Alloc >inline
at(const size_type n) noexceptneforce::basic_string< CharT, Traits, Alloc >inline
at(const size_type n) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
back() noexceptneforce::basic_string< CharT, Traits, Alloc >inline
back() const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
basic_string()neforce::basic_string< CharT, Traits, Alloc >inline
basic_string(size_type n)neforce::basic_string< CharT, Traits, Alloc >inlineexplicit
basic_string(size_type n, int32_t value)neforce::basic_string< CharT, Traits, Alloc >inlineexplicit
basic_string(size_type n, int64_t value)neforce::basic_string< CharT, Traits, Alloc >inlineexplicit
basic_string(size_type n, value_type value)neforce::basic_string< CharT, Traits, Alloc >inlineexplicit
basic_string(const basic_string &other)neforce::basic_string< CharT, Traits, Alloc >inline
basic_string(basic_string &&other) noexceptneforce::basic_string< CharT, Traits, Alloc >inline
basic_string(view_type view)neforce::basic_string< CharT, Traits, Alloc >inline
basic_string(view_type view, const size_type n)neforce::basic_string< CharT, Traits, Alloc >inline
basic_string(const basic_string &other, size_type position)neforce::basic_string< CharT, Traits, Alloc >inline
basic_string(const basic_string &other, size_type position, size_type n)neforce::basic_string< CharT, Traits, Alloc >inline
basic_string(const_pointer str)neforce::basic_string< CharT, Traits, Alloc >inline
basic_string(const_pointer str, const size_type n)neforce::basic_string< CharT, Traits, Alloc >inline
basic_string(Iterator first, Iterator last)neforce::basic_string< CharT, Traits, Alloc >inline
basic_string(std::initializer_list< value_type > ilist)neforce::basic_string< CharT, Traits, Alloc >inline
begin() noexceptneforce::basic_string< CharT, Traits, Alloc >inline
begin() const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
capacity() const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
cbegin() const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
cend() const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
clear() noexceptneforce::basic_string< CharT, Traits, Alloc >inline
compare(const basic_string &other) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
compare(const size_type off, const size_type n, const basic_string &other) constneforce::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) constneforce::basic_string< CharT, Traits, Alloc >inline
compare(const CharT *str) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
compare(const view_type &view) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
compare(const size_type off, const size_type n, const CharT *str) constneforce::basic_string< CharT, Traits, Alloc >inline
compare(const size_type off, const size_type n, const CharT *str, size_type count) constneforce::basic_string< CharT, Traits, Alloc >inline
compare_ignore_case(const view_type view) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
compare_ignore_case(const_pointer str) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
compare_ignore_case(const basic_string &str) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
const_iterator typedefneforce::basic_string< CharT, Traits, Alloc >
const_pointer typedefneforce::basic_string< CharT, Traits, Alloc >
const_reference typedefneforce::basic_string< CharT, Traits, Alloc >
const_reverse_iterator typedefneforce::basic_string< CharT, Traits, Alloc >
contains(const basic_string &other) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
contains(view_type view) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
contains(value_type value) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
contains(const_pointer str) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
copy(pointer dest, const size_type count, size_type position=0) constneforce::basic_string< CharT, Traits, Alloc >inline
count(value_type value, const size_type position=0) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
crbegin() const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
crend() const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
data() noexceptneforce::basic_string< CharT, Traits, Alloc >inline
data() const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
difference_type typedefneforce::basic_string< CharT, Traits, Alloc >
empty() const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
end() noexceptneforce::basic_string< CharT, Traits, Alloc >inline
end() const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
ends_with(const basic_string &other) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
ends_with(view_type view) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
ends_with(value_type value) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
ends_with(const_pointer str) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
equal_to(const basic_string &other) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
equal_to(const view_type view) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
equal_to(const CharT *str) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
erase(iterator position) noexceptneforce::basic_string< CharT, Traits, Alloc >inline
erase(size_type position=0, size_type n=npos) noexceptneforce::basic_string< CharT, Traits, Alloc >inline
erase(iterator first, const size_type n) noexceptneforce::basic_string< CharT, Traits, Alloc >inline
erase(iterator first, iterator last) noexceptneforce::basic_string< CharT, Traits, Alloc >inline
find(const basic_string &other, const size_type n=0) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
find(const CharT value, const size_type n=0) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
find(const CharT *str, const size_type off, const size_type count) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
find(const CharT *str, const size_type off=0) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
find(const view_type &view, const size_type off, const size_type count) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
find(const view_type &view, const size_type off=0) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
find_first_not_of(const basic_string &other, const size_type off=0) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
find_first_not_of(const CharT value, const size_type off=0) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
find_first_not_of(const CharT *str, const size_type off, const size_type n) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
find_first_not_of(const CharT *str, const size_type off=0) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
find_first_not_of(const view_type &view, const size_type off, const size_type n) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
find_first_not_of(const view_type &view, const size_type off=0) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
find_first_not_of(const charset &cs, const size_type off=0) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
find_first_of(const basic_string &other, const size_type off=0) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
find_first_of(const CharT value, const size_type off=0) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
find_first_of(const CharT *str, const size_type off, const size_type n) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
find_first_of(const CharT *str, const size_type off=0) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
find_first_of(const view_type &view, const size_type off, const size_type n) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
find_first_of(const view_type &view, const size_type off=0) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
find_first_of(const charset &cs, const size_type off=0) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
find_last_not_of(const basic_string &other, const size_type off=npos) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
find_last_not_of(const CharT value, const size_type off=npos) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
find_last_not_of(const CharT *str, const size_type off, const size_type n) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
find_last_not_of(const CharT *str, const size_type off=npos) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
find_last_not_of(const view_type &view, const size_type off, const size_type n) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
find_last_not_of(const view_type &view, const size_type off=npos) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
find_last_not_of(const charset &cs, const size_type off=npos) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
find_last_of(const basic_string &other, const size_type off=npos) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
find_last_of(const CharT value, const size_type off=npos) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
find_last_of(const CharT *str, const size_type off, const size_type n) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
find_last_of(const CharT *str, const size_type off=npos) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
find_last_of(const view_type &view, const size_type off, const size_type n) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
find_last_of(const view_type &view, const size_type off=npos) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
find_last_of(const charset &cs, const size_type off=npos) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
front() noexceptneforce::basic_string< CharT, Traits, Alloc >inline
front() const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
head(const size_type count=npos) constneforce::basic_string< CharT, Traits, Alloc >inline
insert(iterator position, value_type value)neforce::basic_string< CharT, Traits, Alloc >inline
insert(size_type position, size_type n, value_type value)neforce::basic_string< CharT, Traits, Alloc >inline
insert(iterator position, Iterator first, Iterator last)neforce::basic_string< CharT, Traits, Alloc >inline
iterator typedefneforce::basic_string< CharT, Traits, Alloc >
join(const vector< basic_string > &vec, const view_type delimiter)neforce::basic_string< CharT, Traits, Alloc >inlinestatic
join(const vector< view_type > &vec, const view_type delimiter)neforce::basic_string< CharT, Traits, Alloc >inlinestatic
length() const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
less_than(const basic_string &rhs) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
lowercase() noexcept(noexcept(_NEFORCE transform(begin(), end(), begin(), _NEFORCE to_lowercase< CharT >)))neforce::basic_string< CharT, Traits, Alloc >inline
lowercase() constneforce::basic_string< CharT, Traits, Alloc >inline
max_size() const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
nposneforce::basic_string< CharT, Traits, Alloc >static
operator!=(const T &rhs) const noexcept(noexcept(!(derived().equal_to(rhs))))neforce::icomparable< T >inline
operator+=(const basic_string &other)neforce::basic_string< CharT, Traits, Alloc >inline
operator+=(basic_string &&other)neforce::basic_string< CharT, Traits, Alloc >inline
operator+=(const value_type value)neforce::basic_string< CharT, Traits, Alloc >inline
operator+=(const_pointer str)neforce::basic_string< CharT, Traits, Alloc >inline
operator+=(std::initializer_list< value_type > ilist)neforce::basic_string< CharT, Traits, Alloc >inline
operator+=(view_type view)neforce::basic_string< CharT, Traits, Alloc >inline
operator<(const T &rhs) const noexcept(noexcept(derived().less_than(rhs)))neforce::icomparable< T >inline
operator<=(const T &rhs) const noexcept(noexcept(!(rhs.less_than(derived()))))neforce::icomparable< T >inline
operator=(const basic_string &other)neforce::basic_string< CharT, Traits, Alloc >inline
operator=(basic_string &&other) noexceptneforce::basic_string< CharT, Traits, Alloc >inline
operator=(view_type view)neforce::basic_string< CharT, Traits, Alloc >inline
operator=(const_pointer str)neforce::basic_string< CharT, Traits, Alloc >inline
operator=(std::initializer_list< value_type > ilist)neforce::basic_string< CharT, Traits, Alloc >inline
operator==(const T &rhs) const noexcept(noexcept(derived().equal_to(rhs)))neforce::icomparable< T >inline
operator>(const T &rhs) const noexcept(noexcept(rhs.less_than(derived())))neforce::icomparable< T >inline
operator>=(const T &rhs) const noexcept(noexcept(!(derived().less_than(rhs))))neforce::icomparable< T >inline
operator[](const size_type n) noexceptneforce::basic_string< CharT, Traits, Alloc >inline
operator[](const size_type n) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
pointer typedefneforce::basic_string< CharT, Traits, Alloc >
pop_back() noexceptneforce::basic_string< CharT, Traits, Alloc >inline
push_back(value_type value)neforce::basic_string< CharT, Traits, Alloc >inline
rbegin() noexceptneforce::basic_string< CharT, Traits, Alloc >inline
rbegin() const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
reference typedefneforce::basic_string< CharT, Traits, Alloc >
rend() noexceptneforce::basic_string< CharT, Traits, Alloc >inline
rend() const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
repeat(size_type n) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
replace(const size_type position, const size_type n, const basic_string &other)neforce::basic_string< CharT, Traits, Alloc >inline
replace(iterator first, iterator last, const basic_string &other)neforce::basic_string< CharT, Traits, Alloc >inline
replace(const size_type position, const size_type n, const_pointer str)neforce::basic_string< CharT, Traits, Alloc >inline
replace(iterator first, iterator last, const_pointer str)neforce::basic_string< CharT, Traits, Alloc >inline
replace(const size_type position, const size_type n1, const_pointer str, const size_type n2)neforce::basic_string< CharT, Traits, Alloc >inline
replace(iterator first, iterator last, const_pointer str, const size_type n)neforce::basic_string< CharT, Traits, Alloc >inline
replace(const size_type position, const size_type n1, const size_type n2, const value_type value)neforce::basic_string< CharT, Traits, Alloc >inline
replace(iterator first, iterator last, const size_type n, const value_type value)neforce::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)neforce::basic_string< CharT, Traits, Alloc >inline
replace(iterator first, iterator last, Iterator first2, Iterator last2)neforce::basic_string< CharT, Traits, Alloc >inline
reserve(const size_type n)neforce::basic_string< CharT, Traits, Alloc >inline
resize(size_type n, value_type value)neforce::basic_string< CharT, Traits, Alloc >inline
resize(const size_type n)neforce::basic_string< CharT, Traits, Alloc >inline
reverse() noexceptneforce::basic_string< CharT, Traits, Alloc >inline
reverse_iterator typedefneforce::basic_string< CharT, Traits, Alloc >
rfind(const basic_string &other, const size_type off=npos) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
rfind(const CharT value, const size_type n=npos) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
rfind(const CharT *str, const size_type off, const size_type n) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
rfind(const CharT *str, const size_type off=npos) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
rfind(const view_type &view, const size_type off, const size_type count) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
rfind(const view_type &view, const size_type off=npos) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
shrink_to_fit()neforce::basic_string< CharT, Traits, Alloc >inline
size() const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
size_type typedefneforce::basic_string< CharT, Traits, Alloc >
split(const view_type delimiters, const bool skip_empty=true) constneforce::basic_string< CharT, Traits, Alloc >inline
split(const charset &delimiters, const bool skip_empty=true) constneforce::basic_string< CharT, Traits, Alloc >inline
starts_with(const basic_string &other) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
starts_with(view_type view) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
starts_with(const value_type value) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
starts_with(const_pointer str) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
substr(const size_type off=0, const size_type count=npos) constneforce::basic_string< CharT, Traits, Alloc >inline
swap(basic_string &other) noexceptneforce::basic_string< CharT, Traits, Alloc >inline
tail(const size_type off=0) constneforce::basic_string< CharT, Traits, Alloc >inline
to_hash() const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
to_ihash() const noexcept(noexcept(derived().to_hash()))neforce::ihashable< T >inline
traits_type typedefneforce::basic_string< CharT, Traits, Alloc >
trim() noexceptneforce::basic_string< CharT, Traits, Alloc >inline
trim_if(const charset &cs) noexceptneforce::basic_string< CharT, Traits, Alloc >inline
trim_if(Predicate pred)neforce::basic_string< CharT, Traits, Alloc >inline
trim_left() noexceptneforce::basic_string< CharT, Traits, Alloc >inline
trim_left_if(Pred pred)neforce::basic_string< CharT, Traits, Alloc >inline
trim_left_if(const charset &cs) noexceptneforce::basic_string< CharT, Traits, Alloc >inline
trim_right() noexceptneforce::basic_string< CharT, Traits, Alloc >inline
trim_right_if(Pred pred)neforce::basic_string< CharT, Traits, Alloc >inline
trim_right_if(const charset &cs) noexceptneforce::basic_string< CharT, Traits, Alloc >inline
uppercase() noexcept(noexcept(_NEFORCE transform(begin(), end(), begin(), _NEFORCE to_uppercase< CharT >)))neforce::basic_string< CharT, Traits, Alloc >inline
uppercase() constneforce::basic_string< CharT, Traits, Alloc >inline
value_type typedefneforce::basic_string< CharT, Traits, Alloc >
view() const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
view(const size_type off, size_type count=npos) const noexceptneforce::basic_string< CharT, Traits, Alloc >inline
view_type typedefneforce::basic_string< CharT, Traits, Alloc >
~basic_string()neforce::basic_string< CharT, Traits, Alloc >inline