xtd - Reference Guide  0.1.2
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
Loading...
Searching...
No Matches
xtd::ustring Member List

This is the complete list of members for xtd::ustring, including all inherited members.

class_name()xtd::ustringinlinestatic
class_name(const object_t &object)xtd::ustringinlinestatic
class_name(const std::type_info &info)xtd::ustringinlinestatic
compare(const ustring &str_a, const ustring &str_b) noexceptxtd::ustringstatic
compare(const ustring &str_a, const ustring &str_b, bool ignore_case) noexceptxtd::ustringstatic
compare(const ustring &str_a, const ustring &str_b, xtd::string_comparison comparison_type) noexceptxtd::ustringstatic
compare(const ustring &str_a, size_t index_a, const ustring &str_b, size_t index_b, size_t length) noexceptxtd::ustringstatic
compare(const ustring &str_a, size_t index_a, const ustring &str_b, size_t index_b, size_t length, bool ignore_case) noexceptxtd::ustringstatic
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) noexceptxtd::ustringstatic
concat(const ustring &str_a, const ustring &str_b, const ustring &str_c, const ustring &str_d) noexceptxtd::ustringstatic
concat(object_a_t obj_a, object_b_t obj_b, object_c_t obj_c, object_d_t obj_d) noexceptxtd::ustringinlinestatic
concat(const ustring &str_a, const ustring &str_b, const ustring &str_c) noexceptxtd::ustringstatic
concat(object_a_t obj_a, object_b_t obj_b, object_c_t obj_c) noexceptxtd::ustringinlinestatic
concat(const ustring &str_a, const ustring &str_b) noexceptxtd::ustringstatic
concat(object_a_t obj_a, object_b_t obj_b) noexceptxtd::ustringinlinestatic
concat(const std::vector< ustring > &values) noexceptxtd::ustringstatic
concat(const std::vector< object_t > &args) noexceptxtd::ustringinlinestatic
concat(value_t value) noexceptxtd::ustringinlinestatic
contains(const ustring &value) const noexceptxtd::ustring
demangle(const ustring &name)xtd::ustringinlinestatic
empty_string() noexceptxtd::ustringstatic
ends_with(value_type value) const noexceptxtd::ustring
ends_with(char8_t value) const noexceptxtd::ustring
ends_with(const ustring &value) const noexceptxtd::ustring
ends_with(const ustring &value, bool ignore_case) const noexceptxtd::ustring
ends_with(const ustring &value, xtd::string_comparison comparison_type) const noexceptxtd::ustring
equals(const object &obj) const noexceptxtd::objectvirtual
equals(const object &object_a, const object &object_b) noexceptxtd::objectstatic
format(const ustring &fmt, args_t &&... args)xtd::ustringinlinestatic
full_class_name()xtd::ustringinlinestatic
full_class_name(const object_t &object)xtd::ustringinlinestatic
full_class_name(const std::type_info &info)xtd::ustringinlinestatic
get_hash_code() const noexcept overridextd::ustringvirtual
index_of(value_type value) const noexceptxtd::ustring
index_of(const ustring &value) const noexceptxtd::ustring
index_of(value_type value, size_t start_index) const noexceptxtd::ustring
index_of(const ustring &value, size_t start_index) const noexceptxtd::ustring
index_of(value_type value, size_t start_index, size_t count) const noexceptxtd::ustring
index_of(const ustring &value, size_t start_index, size_t count) const noexceptxtd::ustring
index_of_any(const std::vector< value_type > &values) const noexceptxtd::ustring
index_of_any(const std::vector< value_type > &values, size_t start_index) const noexceptxtd::ustring
index_of_any(const std::vector< value_type > &values, size_t start_index, size_t count) const noexceptxtd::ustring
insert(size_t start_index, const ustring &value) const noexceptxtd::ustring
is_empty() const noexceptxtd::ustring
join(const ustring separator, const collection_t &values) noexceptxtd::ustringinlinestatic
join(const ustring &separator, const collection_t &values, size_t index) noexceptxtd::ustringinlinestatic
join(const ustring &separator, const collection_t &values, size_t index, size_t count) noexceptxtd::ustringinlinestatic
last_index_of(value_type value) const noexceptxtd::ustring
last_index_of(const ustring &value) const noexceptxtd::ustring
last_index_of(value_type value, size_t start_index) const noexceptxtd::ustring
last_index_of(const ustring &value, size_t start_index) const noexceptxtd::ustring
last_index_of(value_type value, size_t start_index, size_t count) const noexceptxtd::ustring
last_index_of(const ustring &value, size_t start_index, size_t count) const noexceptxtd::ustring
last_index_of_any(const std::vector< value_type > &values) const noexceptxtd::ustring
last_index_of_any(const std::vector< value_type > &values, size_t start_index) const noexceptxtd::ustring
last_index_of_any(const std::vector< value_type > &values, size_t start_index, size_t count) const noexceptxtd::ustring
memberwise_clone() constxtd::objectinline
object()=defaultxtd::object
pad_left(size_t total_width) const noexceptxtd::ustring
pad_left(size_t total_width, value_type padding_char) const noexceptxtd::ustring
pad_right(size_t total_width) const noexceptxtd::ustring
pad_right(size_t total_width, value_type padding_char) const noexceptxtd::ustring
parse(const ustring &str) (defined in xtd::ustring)xtd::ustringinlinestatic
reference_equals(const object &object_a, const object &object_b) noexceptxtd::objectstatic
remove(size_t start_index) const noexceptxtd::ustring
remove(size_t start_index, size_t count) const noexceptxtd::ustring
replace(value_type old_char, value_type new_char) const noexceptxtd::ustring
replace(const ustring &old_string, const ustring &new_string) const noexceptxtd::ustring
split(const std::vector< value_type > &separators, size_t count, string_split_options options) const noexceptxtd::ustring
split() const noexceptxtd::ustring
split(const std::vector< value_type > &separators) const noexceptxtd::ustring
split(const std::vector< value_type > &separators, string_split_options options) const noexceptxtd::ustring
split(const std::vector< value_type > &separators, size_t count) const noexceptxtd::ustring
sprintf(const ustring &fmt, args_t &&... args) noexceptxtd::ustringinlinestatic
starts_with(value_type value) const noexceptxtd::ustring
starts_with(value_type value, bool ignore_case) const noexceptxtd::ustring
starts_with(const ustring &value) const noexceptxtd::ustring
starts_with(const ustring &value, bool ignore_case) const noexceptxtd::ustring
substring(size_t start_index) const noexceptxtd::ustring
substring(size_t start_index, size_t length) const noexceptxtd::ustring
to_array() const noexceptxtd::ustring
to_array(size_t start_index) const noexceptxtd::ustring
to_array(size_t start_index, size_t length) const noexceptxtd::ustring
to_lower() const noexceptxtd::ustring
to_string() const noexcept overridextd::ustringvirtual
to_upper() const noexceptxtd::ustring
trim() const noexceptxtd::ustring
trim(value_type trim_char) const noexceptxtd::ustring
trim(const std::vector< value_type > &trim_chars) const noexceptxtd::ustring
trim_end() const noexceptxtd::ustring
trim_end(value_type trim_char) const noexceptxtd::ustring
trim_end(const std::vector< value_type > &trim_chars) const noexceptxtd::ustring
trim_start() const noexceptxtd::ustring
trim_start(value_type trim_char) const noexceptxtd::ustring
trim_start(const std::vector< value_type > &trim_chars) const noexceptxtd::ustring
try_parse(const ustring &str, value_t &value) (defined in xtd::ustring)xtd::ustringinlinestatic
ustring() noexceptxtd::ustring
ustring(const allocator_type &allocator) noexceptxtd::ustringexplicit
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) noexceptxtd::ustring
ustring(const ustring &str, const allocator_type &allocator) noexceptxtd::ustring
ustring(const std::string &str) noexceptxtd::ustring
ustring(const std::string &str, const allocator_type &allocator) noexceptxtd::ustring
ustring(const std::u8string &str) noexceptxtd::ustring
ustring(const std::u8string &str, const allocator_type &allocator) noexceptxtd::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) noexceptxtd::ustring
ustring(const std::u16string &str, const allocator_type &allocator) noexceptxtd::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) noexceptxtd::ustring
ustring(const std::u32string &str, const allocator_type &allocator) noexceptxtd::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) noexceptxtd::ustring
ustring(const std::wstring &str, const allocator_type &allocator) noexceptxtd::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) noexceptxtd::ustring
ustring(ustring &&str, const allocator_type &allocator) noexceptxtd::ustring
ustring(input_iterator_t first, input_iterator_t last)xtd::ustringinline
ustring(input_iterator_t first, input_iterator_t last, const allocator_type &allocator)xtd::ustringinline
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