![]() |
xtd - Reference Guide
0.1.1
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
|
This is the complete list of members for xtd::ustring, including all inherited members.
| class_name() | xtd::ustring | inlinestatic |
| class_name(const object_t &object) | xtd::ustring | inlinestatic |
| class_name(const std::type_info &info) | xtd::ustring | inlinestatic |
| compare(const ustring &str_a, const ustring &str_b) noexcept | xtd::ustring | static |
| compare(const ustring &str_a, const ustring &str_b, bool ignore_case) noexcept | xtd::ustring | static |
| compare(const ustring &str_a, const ustring &str_b, xtd::string_comparison comparison_type) noexcept | xtd::ustring | static |
| compare(const ustring &str_a, size_t index_a, const ustring &str_b, size_t index_b, size_t length) noexcept | xtd::ustring | static |
| compare(const ustring &str_a, size_t index_a, const ustring &str_b, size_t index_b, size_t length, bool ignore_case) noexcept | xtd::ustring | static |
| compare(const ustring &str_a, size_t index_a, const ustring &str_b, size_t index_b, size_t length, xtd::string_comparison comparison_type) noexcept | xtd::ustring | static |
| concat(const ustring &str_a, const ustring &str_b, const ustring &str_c, const ustring &str_d) noexcept | xtd::ustring | static |
| concat(object_a_t obj_a, object_b_t obj_b, object_c_t obj_c, object_d_t obj_d) noexcept | xtd::ustring | inlinestatic |
| concat(const ustring &str_a, const ustring &str_b, const ustring &str_c) noexcept | xtd::ustring | static |
| concat(object_a_t obj_a, object_b_t obj_b, object_c_t obj_c) noexcept | xtd::ustring | inlinestatic |
| concat(const ustring &str_a, const ustring &str_b) noexcept | xtd::ustring | static |
| concat(object_a_t obj_a, object_b_t obj_b) noexcept | xtd::ustring | inlinestatic |
| concat(const std::vector< ustring > &values) noexcept | xtd::ustring | static |
| concat(const std::vector< object_t > &args) noexcept | xtd::ustring | inlinestatic |
| concat(value_t value) noexcept | xtd::ustring | inlinestatic |
| contains(const ustring &value) const noexcept | xtd::ustring | |
| demangle(const ustring &name) | xtd::ustring | inlinestatic |
| empty_string() noexcept | xtd::ustring | static |
| ends_with(value_type value) const noexcept | xtd::ustring | |
| ends_with(char8_t value) const noexcept | xtd::ustring | |
| ends_with(const ustring &value) const noexcept | xtd::ustring | |
| ends_with(const ustring &value, bool ignore_case) const noexcept | xtd::ustring | |
| ends_with(const ustring &value, xtd::string_comparison comparison_type) const noexcept | xtd::ustring | |
| equals(const object &obj) const noexcept | xtd::object | virtual |
| equals(const object &object_a, const object &object_b) noexcept | xtd::object | static |
| format(const ustring &fmt, args_t &&... args) | xtd::ustring | inlinestatic |
| full_class_name() | xtd::ustring | inlinestatic |
| full_class_name(const object_t &object) | xtd::ustring | inlinestatic |
| full_class_name(const std::type_info &info) | xtd::ustring | inlinestatic |
| get_hash_code() const noexcept override | xtd::ustring | virtual |
| index_of(value_type value) const noexcept | xtd::ustring | |
| index_of(const ustring &value) const noexcept | xtd::ustring | |
| index_of(value_type value, size_t start_index) const noexcept | xtd::ustring | |
| index_of(const ustring &value, size_t start_index) const noexcept | xtd::ustring | |
| index_of(value_type value, size_t start_index, size_t count) const noexcept | xtd::ustring | |
| index_of(const ustring &value, size_t start_index, size_t count) const noexcept | xtd::ustring | |
| index_of_any(const std::vector< value_type > &values) const noexcept | xtd::ustring | |
| index_of_any(const std::vector< value_type > &values, size_t start_index) const noexcept | xtd::ustring | |
| index_of_any(const std::vector< value_type > &values, size_t start_index, size_t count) const noexcept | xtd::ustring | |
| insert(size_t start_index, const ustring &value) const noexcept | xtd::ustring | |
| is_empty() const noexcept | xtd::ustring | |
| join(const ustring separator, const collection_t &values) noexcept | xtd::ustring | inlinestatic |
| join(const ustring &separator, const collection_t &values, size_t index) noexcept | xtd::ustring | inlinestatic |
| join(const ustring &separator, const collection_t &values, size_t index, size_t count) noexcept | xtd::ustring | inlinestatic |
| last_index_of(value_type value) const noexcept | xtd::ustring | |
| last_index_of(const ustring &value) const noexcept | xtd::ustring | |
| last_index_of(value_type value, size_t start_index) const noexcept | xtd::ustring | |
| last_index_of(const ustring &value, size_t start_index) const noexcept | xtd::ustring | |
| last_index_of(value_type value, size_t start_index, size_t count) const noexcept | xtd::ustring | |
| last_index_of(const ustring &value, size_t start_index, size_t count) const noexcept | xtd::ustring | |
| last_index_of_any(const std::vector< value_type > &values) const noexcept | xtd::ustring | |
| last_index_of_any(const std::vector< value_type > &values, size_t start_index) const noexcept | xtd::ustring | |
| last_index_of_any(const std::vector< value_type > &values, size_t start_index, size_t count) const noexcept | xtd::ustring | |
| memberwise_clone() const | xtd::object | inline |
| object()=default | xtd::object | |
| pad_left(size_t total_width) const noexcept | xtd::ustring | |
| pad_left(size_t total_width, value_type padding_char) const noexcept | xtd::ustring | |
| pad_right(size_t total_width) const noexcept | xtd::ustring | |
| pad_right(size_t total_width, value_type padding_char) const noexcept | xtd::ustring | |
| parse(const ustring &str) (defined in xtd::ustring) | xtd::ustring | inlinestatic |
| reference_equals(const object &object_a, const object &object_b) noexcept | xtd::object | static |
| remove(size_t start_index) const noexcept | xtd::ustring | |
| remove(size_t start_index, size_t count) const noexcept | xtd::ustring | |
| replace(value_type old_char, value_type new_char) const noexcept | xtd::ustring | |
| replace(const ustring &old_string, const ustring &new_string) const noexcept | xtd::ustring | |
| split(const std::vector< value_type > &separators, size_t count, string_split_options options) const noexcept | xtd::ustring | |
| split() const noexcept | xtd::ustring | |
| split(const std::vector< value_type > &separators) const noexcept | xtd::ustring | |
| split(const std::vector< value_type > &separators, string_split_options options) const noexcept | xtd::ustring | |
| split(const std::vector< value_type > &separators, size_t count) const noexcept | xtd::ustring | |
| sprintf(const ustring &fmt, args_t &&... args) noexcept | xtd::ustring | inlinestatic |
| starts_with(value_type value) const noexcept | xtd::ustring | |
| starts_with(value_type value, bool ignore_case) const noexcept | xtd::ustring | |
| starts_with(const ustring &value) const noexcept | xtd::ustring | |
| starts_with(const ustring &value, bool ignore_case) const noexcept | xtd::ustring | |
| substring(size_t start_index) const noexcept | xtd::ustring | |
| substring(size_t start_index, size_t length) const noexcept | xtd::ustring | |
| to_array() const noexcept | xtd::ustring | |
| to_array(size_t start_index) const noexcept | xtd::ustring | |
| to_array(size_t start_index, size_t length) const noexcept | xtd::ustring | |
| to_lower() const noexcept | xtd::ustring | |
| to_string() const noexcept override | xtd::ustring | virtual |
| to_upper() const noexcept | xtd::ustring | |
| trim() const noexcept | xtd::ustring | |
| trim(value_type trim_char) const noexcept | xtd::ustring | |
| trim(const std::vector< value_type > &trim_chars) const noexcept | xtd::ustring | |
| trim_end() const noexcept | xtd::ustring | |
| trim_end(value_type trim_char) const noexcept | xtd::ustring | |
| trim_end(const std::vector< value_type > &trim_chars) const noexcept | xtd::ustring | |
| trim_start() const noexcept | xtd::ustring | |
| trim_start(value_type trim_char) const noexcept | xtd::ustring | |
| trim_start(const std::vector< value_type > &trim_chars) const noexcept | xtd::ustring | |
| try_parse(const ustring &str, value_t &value) (defined in xtd::ustring) | xtd::ustring | inlinestatic |
| ustring() noexcept | xtd::ustring | |
| ustring(const allocator_type &allocator) noexcept | xtd::ustring | explicit |
| ustring(size_t count, value_type character) | xtd::ustring | |
| ustring(size_t count, value_type character, const allocator_type &allocator) | xtd::ustring | |
| ustring(size_t count, char8_t character) | xtd::ustring | |
| ustring(size_t count, char8_t character, const allocator_type &allocator) | xtd::ustring | |
| ustring(size_t count, char16_t character) | xtd::ustring | |
| ustring(size_t count, char16_t character, const allocator_type &allocator) | xtd::ustring | |
| ustring(size_t count, char32_t character) | xtd::ustring | |
| ustring(size_t count, char32_t character, const allocator_type &allocator) | xtd::ustring | |
| ustring(size_t count, wchar_t character) | xtd::ustring | |
| ustring(size_t count, wchar_t character, const allocator_type &allocator) | xtd::ustring | |
| ustring(const ustring &str, size_t index, size_t count) | xtd::ustring | |
| ustring(const ustring &str, size_t index, size_t count, const allocator_type &allocator) | xtd::ustring | |
| ustring(const ustring &str, size_t index) | xtd::ustring | |
| ustring(const ustring &str, size_t index, const allocator_type &allocator) | xtd::ustring | |
| ustring(const value_type *str, size_t count) | xtd::ustring | |
| ustring(const value_type *str, size_t count, const allocator_type &allocator) | xtd::ustring | |
| ustring(const value_type *str) | xtd::ustring | |
| ustring(const value_type *str, const allocator_type &allocator) | xtd::ustring | |
| ustring(value_type *str) | xtd::ustring | |
| ustring(value_type *str, const allocator_type &allocator) | xtd::ustring | |
| ustring(const ustring &str) noexcept | xtd::ustring | |
| ustring(const ustring &str, const allocator_type &allocator) noexcept | xtd::ustring | |
| ustring(const std::string &str) noexcept | xtd::ustring | |
| ustring(const std::string &str, const allocator_type &allocator) noexcept | xtd::ustring | |
| ustring(const std::u8string &str) noexcept | xtd::ustring | |
| ustring(const std::u8string &str, const allocator_type &allocator) noexcept | xtd::ustring | |
| ustring(const char8_t *str) | xtd::ustring | |
| ustring(const char8_t *str, const allocator_type &allocator) | xtd::ustring | |
| ustring(char8_t *str) | xtd::ustring | |
| ustring(char8_t *str, const allocator_type &allocator) | xtd::ustring | |
| ustring(const std::u16string &str) noexcept | xtd::ustring | |
| ustring(const std::u16string &str, const allocator_type &allocator) noexcept | xtd::ustring | |
| ustring(const char16_t *str) | xtd::ustring | |
| ustring(const char16_t *str, const allocator_type &allocator) | xtd::ustring | |
| ustring(char16_t *str) | xtd::ustring | |
| ustring(char16_t *str, const allocator_type &allocator) | xtd::ustring | |
| ustring(const std::u32string &str) noexcept | xtd::ustring | |
| ustring(const std::u32string &str, const allocator_type &allocator) noexcept | xtd::ustring | |
| ustring(const char32_t *str) | xtd::ustring | |
| ustring(const char32_t *str, const allocator_type &allocator) | xtd::ustring | |
| ustring(char32_t *str) | xtd::ustring | |
| ustring(char32_t *str, const allocator_type &allocator) | xtd::ustring | |
| ustring(const std::wstring &str) noexcept | xtd::ustring | |
| ustring(const std::wstring &str, const allocator_type &allocator) noexcept | xtd::ustring | |
| ustring(const wchar_t *str) | xtd::ustring | |
| ustring(const wchar_t *str, const allocator_type &allocator) | xtd::ustring | |
| ustring(wchar_t *str) | xtd::ustring | |
| ustring(wchar_t *str, const allocator_type &allocator) | xtd::ustring | |
| ustring(ustring &&str) noexcept | xtd::ustring | |
| ustring(ustring &&str, const allocator_type &allocator) noexcept | xtd::ustring | |
| ustring(input_iterator_t first, input_iterator_t last) | xtd::ustring | inline |
| ustring(input_iterator_t first, input_iterator_t last, const allocator_type &allocator) | xtd::ustring | inline |
| ustring(std::initializer_list< value_type > il) | xtd::ustring | |
| ustring(std::initializer_list< value_type > il, const allocator_type &allocator) | xtd::ustring | |
| ustring(std::initializer_list< char8_t > il) | xtd::ustring | |
| ustring(std::initializer_list< char8_t > il, const allocator_type &allocator) | xtd::ustring | |
| ustring(std::initializer_list< char16_t > il) | xtd::ustring | |
| ustring(std::initializer_list< char16_t > il, const allocator_type &allocator) | xtd::ustring | |
| ustring(std::initializer_list< char32_t > il) | xtd::ustring | |
| ustring(std::initializer_list< char32_t > il, const allocator_type &allocator) | xtd::ustring | |
| ustring(std::initializer_list< wchar_t > il) | xtd::ustring | |
| ustring(std::initializer_list< wchar_t > il, const allocator_type &allocator) | xtd::ustring |