xtd 0.2.0
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::ustringstatic
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
compare_to(const ustring &tzi) const noexcept overridextd::ustringvirtual
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::ustringstatic
empty_stringxtd::ustringstatic
ends_with(value_type value) const noexceptxtd::ustring
ends_with(char8 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 ustring &tzi) const noexcept (defined in xtd::ustring)xtd::ustring
xtd::object::equals(const object &obj) const noexceptxtd::object
xtd::object::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::ustringstatic
get_hash_code() const noexcept overridextd::ustringvirtual
get_type() const noexceptxtd::objectvirtual
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::ustringinline
is_empty(const xtd::ustring &string) noexceptxtd::ustringstatic
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() const noexceptxtd::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)xtd::ustringinlinestatic
quoted() constxtd::ustring
quoted(value_type delimiter, value_type escape) constxtd::ustring
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_title_case() const noexceptxtd::ustring
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) noexceptxtd::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 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) 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 *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) noexceptxtd::ustring
ustring(const std::u16string &str, const allocator_type &allocator) noexceptxtd::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) noexceptxtd::ustring
ustring(const std::u32string &str, const allocator_type &allocator) noexceptxtd::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) noexceptxtd::ustring
ustring(const std::wstring &str, const allocator_type &allocator) noexceptxtd::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) 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(const string_view_like_t &string_view, const allocator_type &allocator=allocator_type())xtd::ustringinlineexplicit
ustring(const string_view_like_t &string_view, size_type index, size_type count, const allocator_type &allocator=allocator_type())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 > 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