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 | static |
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 |
compare_to(const ustring &tzi) const noexcept override | xtd::ustring | virtual |
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(value_type value) const noexcept | xtd::ustring | |
contains(char8 value) const noexcept | xtd::ustring | |
contains(char16 value) const noexcept | xtd::ustring | |
contains(char32 value) const noexcept | xtd::ustring | |
contains(wchar value) const noexcept | xtd::ustring | |
contains(const ustring &value) const noexcept | xtd::ustring | |
demangle(const ustring &name) | xtd::ustring | static |
empty_string | xtd::ustring | static |
ends_with(value_type value) const noexcept | xtd::ustring | |
ends_with(char8 value) const noexcept | xtd::ustring | |
ends_with(char16 value) const noexcept | xtd::ustring | |
ends_with(char32 value) const noexcept | xtd::ustring | |
ends_with(wchar 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 override | xtd::ustring | virtual |
equals(const ustring &value) const noexcept | xtd::ustring | |
equals(const ustring &value, bool ignore_case) const noexcept | xtd::ustring | |
equals(const ustring &a, const ustring &b) noexcept | xtd::ustring | static |
equals(const ustring &a, const ustring &b, bool ignore_case) noexcept | xtd::ustring | static |
xtd::object::equals(const object_a_t &object_a, const object_b_t &object_b) noexcept | xtd::object | inlinestatic |
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 | static |
get_hash_code() const noexcept override | xtd::ustring | virtual |
get_type() const noexcept | xtd::object | 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 | inline |
is_empty(const xtd::ustring &string) noexcept | xtd::ustring | static |
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) const noexcept | xtd::ustring | inline |
pad_left(size_t total_width, value_type padding_char) const noexcept | xtd::ustring | |
pad_left(size_t total_width, char_t padding_char) const | xtd::ustring | inline |
pad_right(size_t total_width) const noexcept | xtd::ustring | |
pad_right(size_t total_width) const noexcept | xtd::ustring | inline |
pad_right(size_t total_width, value_type padding_char) const noexcept | xtd::ustring | |
pad_right(size_t total_width, char_t padding_char) const | xtd::ustring | inline |
parse(const ustring &str) | xtd::ustring | inlinestatic |
quoted() const | xtd::ustring | |
quoted(value_type delimiter, value_type escape) const | xtd::ustring | |
reference_equals(const object_a_t &object_a, const object_b_t &object_b) noexcept | xtd::object | inlinestatic |
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_title_case() const noexcept | xtd::ustring | |
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) noexcept | 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 character) | xtd::ustring | |
ustring(size_t count, char8 character, const allocator_type &allocator) | xtd::ustring | |
ustring(size_t count, char16 character) | xtd::ustring | |
ustring(size_t count, char16 character, const allocator_type &allocator) | xtd::ustring | |
ustring(size_t count, char32 character) | xtd::ustring | |
ustring(size_t count, char32 character, const allocator_type &allocator) | xtd::ustring | |
ustring(size_t count, wchar character) | xtd::ustring | |
ustring(size_t count, wchar 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 *str) | xtd::ustring | |
ustring(const char8 *str, const allocator_type &allocator) | xtd::ustring | |
ustring(char8 *str) | xtd::ustring | |
ustring(char8 *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 *str) | xtd::ustring | |
ustring(const char16 *str, const allocator_type &allocator) | xtd::ustring | |
ustring(char16 *str) | xtd::ustring | |
ustring(char16 *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 *str) | xtd::ustring | |
ustring(const char32 *str, const allocator_type &allocator) | xtd::ustring | |
ustring(char32 *str) | xtd::ustring | |
ustring(char32 *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 *str) | xtd::ustring | |
ustring(const wchar *str, const allocator_type &allocator) | xtd::ustring | |
ustring(wchar *str) | xtd::ustring | |
ustring(wchar *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(const string_view_like_t &string_view, const allocator_type &allocator=allocator_type()) | xtd::ustring | inlineexplicit |
ustring(const string_view_like_t &string_view, size_type index, size_type count, const allocator_type &allocator=allocator_type()) | 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 > il) | xtd::ustring | |
ustring(std::initializer_list< char8 > il, const allocator_type &allocator) | xtd::ustring | |
ustring(std::initializer_list< char16 > il) | xtd::ustring | |
ustring(std::initializer_list< char16 > il, const allocator_type &allocator) | xtd::ustring | |
ustring(std::initializer_list< char32 > il) | xtd::ustring | |
ustring(std::initializer_list< char32 > il, const allocator_type &allocator) | xtd::ustring | |
ustring(std::initializer_list< wchar > il) | xtd::ustring | |
ustring(std::initializer_list< wchar > il, const allocator_type &allocator) | xtd::ustring |