![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
This is the complete list of members for arene::base::string_view, including all inherited members.
| back() const noexcept -> const_reference | arene::base::string_view | inline |
| begin() const noexcept -> const_iterator | arene::base::string_view | inline |
| cbegin() const noexcept -> const_iterator | arene::base::string_view | inline |
| cend() const noexcept -> const_iterator | arene::base::string_view | inline |
| compare(string_view const other) const noexcept -> integral_comparison_result | arene::base::string_view | inline |
| compare(size_type const pos1, size_type const length1, string_view const other) const noexcept -> integral_comparison_result | arene::base::string_view | inline |
| compare(size_type const pos1, size_type const length1, string_view const other, size_type const pos2, size_type const length2) const noexcept -> integral_comparison_result | arene::base::string_view | inline |
| compare(raw_c_string const other) const noexcept -> integral_comparison_result | arene::base::string_view | inline |
| compare(size_type const pos1, size_type const length1, raw_c_string const other) const noexcept -> integral_comparison_result | arene::base::string_view | inline |
| compare(size_type const pos1, size_type const length1, raw_c_string const other, size_type const length2) const noexcept -> integral_comparison_result | arene::base::string_view | inline |
| const_iterator typedef | arene::base::string_view | |
| const_pointer typedef | arene::base::string_view | |
| const_reference typedef | arene::base::string_view | |
| const_reverse_iterator typedef | arene::base::string_view | |
| copy(character *const dest, size_type const n) const noexcept -> size_type | arene::base::string_view | inline |
| copy(character *const dest, size_type const n, size_type const pos) const noexcept -> size_type | arene::base::string_view | inline |
| crbegin() const noexcept -> const_reverse_iterator | arene::base::string_view | inline |
| crend() const noexcept -> const_reverse_iterator | arene::base::string_view | inline |
| data() const noexcept -> const_pointer | arene::base::string_view | inline |
| difference_type typedef | arene::base::string_view | |
| element_type typedef | arene::base::string_view | |
| empty() const noexcept -> bool | arene::base::string_view | inline |
| end() const noexcept -> const_iterator | arene::base::string_view | inline |
| ends_with(string_view const other) const noexcept -> bool | arene::base::string_view | inline |
| ends_with(raw_c_string const other) const noexcept -> bool | arene::base::string_view | inline |
| ends_with(character const chr) const noexcept -> bool | arene::base::string_view | inline |
| fast_inequality_check(string_view const first, string_view const second) noexcept -> inequality_heuristic | arene::base::string_view | inlinestatic |
| find(string_view const str, size_type const pos=0U) const noexcept -> size_type | arene::base::string_view | inline |
| find(raw_c_string const str, size_type const pos=0U) const noexcept -> size_type | arene::base::string_view | inline |
| find(raw_c_string const str, size_type const pos, size_type const n) const noexcept -> size_type | arene::base::string_view | inline |
| find(character const chr, size_type const pos=0U) const noexcept -> size_type | arene::base::string_view | inline |
| find_first_not_of(string_view const str, size_type const pos=0U) const noexcept -> size_type | arene::base::string_view | inline |
| find_first_not_of(raw_c_string const str, size_type const pos=0U) const noexcept -> size_type | arene::base::string_view | inline |
| find_first_not_of(raw_c_string const str, size_type const pos, size_type const n) const noexcept -> size_type | arene::base::string_view | inline |
| find_first_not_of(character const chr, size_type const pos=0U) const noexcept -> size_type | arene::base::string_view | inline |
| find_first_of(string_view const str, size_type const pos=0U) const noexcept -> size_type | arene::base::string_view | inline |
| find_first_of(raw_c_string const str, size_type const pos=0U) const noexcept -> size_type | arene::base::string_view | inline |
| find_first_of(raw_c_string const str, size_type const pos, size_type const n) const noexcept -> size_type | arene::base::string_view | inline |
| find_first_of(character const chr, size_type const pos=0U) const noexcept -> size_type | arene::base::string_view | inline |
| find_last_not_of(string_view const str, size_type const pos=npos) const noexcept -> size_type | arene::base::string_view | inline |
| find_last_not_of(raw_c_string const str, size_type const pos=npos) const noexcept -> size_type | arene::base::string_view | inline |
| find_last_not_of(raw_c_string const str, size_type const pos, size_type const n) const noexcept -> size_type | arene::base::string_view | inline |
| find_last_not_of(character const chr, size_type const pos=npos) const noexcept -> size_type | arene::base::string_view | inline |
| find_last_of(string_view const str, size_type const pos=npos) const noexcept -> size_type | arene::base::string_view | inline |
| find_last_of(raw_c_string const str, size_type const pos=npos) const noexcept -> size_type | arene::base::string_view | inline |
| find_last_of(raw_c_string const str, size_type const pos, size_type const n) const noexcept -> size_type | arene::base::string_view | inline |
| find_last_of(character const chr, size_type const pos=npos) const noexcept -> size_type | arene::base::string_view | inline |
| front() const noexcept -> const_reference | arene::base::string_view | inline |
| iterator typedef | arene::base::string_view | |
| length() const noexcept -> size_type | arene::base::string_view | inline |
| max_size() noexcept -> size_type | arene::base::string_view | inlinestatic |
| npos | arene::base::string_view | static |
| operator std::string() const | arene::base::string_view | |
| operator=(string_view const &other) noexcept -> string_view &=default | arene::base::string_view | |
| operator=(string_view &&other) noexcept -> string_view &=default | arene::base::string_view | |
| arene::base::generic_ordering_from_three_way_compare< string_view >::operator=(generic_ordering_from_three_way_compare const &other) &noexcept -> generic_ordering_from_three_way_compare &=default | arene::base::generic_ordering_from_three_way_compare< string_view > | private |
| arene::base::generic_ordering_from_three_way_compare< string_view >::operator=(generic_ordering_from_three_way_compare &&other) &noexcept -> generic_ordering_from_three_way_compare &=default | arene::base::generic_ordering_from_three_way_compare< string_view > | private |
| operator[](std::size_t pos) const noexcept -> const_reference | arene::base::string_view | inline |
| pointer typedef | arene::base::string_view | |
| rbegin() const noexcept -> reverse_iterator | arene::base::string_view | inline |
| reference typedef | arene::base::string_view | |
| remove_prefix(size_type const count) noexcept | arene::base::string_view | inline |
| remove_suffix(size_type const count) noexcept | arene::base::string_view | inline |
| rend() const noexcept -> reverse_iterator | arene::base::string_view | inline |
| reverse_iterator typedef | arene::base::string_view | |
| rfind(string_view const str, size_type const pos=npos) const noexcept -> size_type | arene::base::string_view | inline |
| rfind(raw_c_string const str, size_type const pos=npos) const noexcept -> size_type | arene::base::string_view | inline |
| rfind(raw_c_string const str, size_type const pos, size_type const n) const noexcept -> size_type | arene::base::string_view | inline |
| rfind(character const chr, size_type const pos=npos) const noexcept -> size_type | arene::base::string_view | inline |
| size() const noexcept -> size_type | arene::base::string_view | inline |
| size_type typedef | arene::base::string_view | |
| starts_with(string_view const other) const noexcept -> bool | arene::base::string_view | inline |
| starts_with(raw_c_string const other) const noexcept -> bool | arene::base::string_view | inline |
| starts_with(character const chr) const noexcept -> bool | arene::base::string_view | inline |
| string_view() noexcept=default | arene::base::string_view | |
| string_view(raw_c_string const str, std::size_t const str_length) noexcept | arene::base::string_view | inline |
| string_view(character const (&literal)[N]) noexcept | arene::base::string_view | inline |
| string_view(raw_c_string const null_terminated_string) noexcept | arene::base::string_view | inline |
| string_view(String const &str) noexcept | arene::base::string_view | inline |
| string_view(string_view const &other) noexcept=default | arene::base::string_view | |
| string_view(string_view &&other) noexcept=default | arene::base::string_view | |
| substr() const noexcept -> string_view | arene::base::string_view | inline |
| substr(size_type const pos, size_type const count=npos) const noexcept -> string_view | arene::base::string_view | inline |
| swap(string_view &other) noexcept | arene::base::string_view | inline |
| three_way_compare(string_view const lhs, string_view const rhs) noexcept -> strong_ordering | arene::base::string_view | inlinestatic |
| value_type typedef | arene::base::string_view | |
| ~string_view()=default | arene::base::string_view |