OpenSiv3D  v0.6.5
C++20 framework for creative coding
s3d::String Member List

This is the complete list of members for s3d::String, including all inherited members.

all(Fty f=Identity) consts3d::String
allocator_type typedefs3d::String
any(Fty f=Identity) consts3d::String
append(const String &s)s3d::String
append(const string_type &s)s3d::String
append(value_type ch)s3d::String
append(const value_type *s)s3d::String
append(const value_type *s, size_t count)s3d::String
append(std::initializer_list< value_type > ilist)s3d::String
append(size_t count, value_type ch)s3d::String
append(const StringViewIsh &s)s3d::String
append(Iterator first, Iterator last)s3d::String
assign(const String &s)s3d::String
assign(const string_type &s)s3d::String
assign(const value_type *s)s3d::String
assign(size_t count, value_type ch)s3d::String
assign(String &&s) noexcepts3d::String
assign(string_type &&s) noexcepts3d::String
assign(std::initializer_list< value_type > ilist)s3d::String
assign(const StringViewIsh &s)s3d::String
assign(Iterator first, Iterator last)s3d::String
at(size_t offset) &s3d::String
at(size_t offset) const &s3d::String
at(size_t offset) &&s3d::String
back() noexcepts3d::String
back() const noexcepts3d::String
begin() noexcepts3d::String
begin() const noexcepts3d::String
c_str() const noexcepts3d::String
capacity() const noexcepts3d::String
capitalize() noexcepts3d::String
capitalized() const &s3d::String
capitalized() &&s3d::String
case_insensitive_compare(StringView s) const noexcepts3d::String
case_insensitive_equals(StringView s) const noexcepts3d::String
cbegin() const noexcepts3d::String
cend() const noexcepts3d::String
clear() noexcepts3d::String
compare(const String &s) const noexcepts3d::String
compare(StringView s) const noexcepts3d::String
compare(const value_type *s) const noexcepts3d::String
const_iterator typedefs3d::String
const_pointer typedefs3d::String
const_reference typedefs3d::String
const_reverse_iterator typedefs3d::String
count(value_type ch) const noexcepts3d::String
count(StringView s) consts3d::String
count_if(Fty f) consts3d::String
crbegin() const noexcepts3d::String
crend() const noexcepts3d::String
data() const noexcepts3d::String
data() noexcepts3d::String
difference_type typedefs3d::String
each(Fty f)s3d::String
each(Fty f) consts3d::String
each_index(Fty f)s3d::String
each_index(Fty f) consts3d::String
empty() const noexcepts3d::String
end() noexcepts3d::String
end() const noexcepts3d::String
ends_with(value_type ch) const noexcepts3d::String
ends_with(StringView s) consts3d::String
erase(size_t offset=0, size_t count=npos)s3d::String
erase(const_iterator where) noexcepts3d::String
erase(const_iterator first, const_iterator last) noexcepts3d::String
expandTabs(size_t tabSize=4) consts3d::String
fetch(size_t index, value_type defaultValue) const noexcepts3d::String
fill(value_type value)s3d::String
filter(Fty f) consts3d::String
Formatter(FormatData &formatData, const String &s)s3d::Stringfriend
front() noexcepts3d::String
front() const noexcepts3d::String
get_allocator() const noexcepts3d::String
hash() const noexcepts3d::String
includes(value_type ch) consts3d::String
includes(StringView s) consts3d::String
includes_if(Fty f) consts3d::String
indexNotOfAny(StringView anyof, size_t offset=0) consts3d::String
indexOf(StringView s, size_t offset=0) const noexcepts3d::String
indexOf(value_type ch, size_t offset=0) const noexcepts3d::String
indexOfAny(StringView anyof, size_t offset=0) const noexcepts3d::String
indexOfNot(value_type ch, size_t offset=0) const noexcepts3d::String
insert(size_t offset, const String &s)s3d::String
insert(size_t offset, std::initializer_list< value_type > ilist)s3d::String
insert(size_t offset, const value_type *s)s3d::String
insert(size_t offset, const StringViewIsh &s)s3d::String
insert(size_t offset, size_t count, value_type ch)s3d::String
insert(const_iterator where, value_type ch)s3d::String
insert(const_iterator where, size_t count, value_type ch)s3d::String
insert(const_iterator where, Iterator first, Iterator last)s3d::String
insert(const_iterator first1, const_iterator last1, Iterator first2, Iterator last2)s3d::String
isEmpty() const noexcepts3d::String
IsStringViewIsh typedefs3d::String
iterator typedefs3d::String
keep_if(Fty f)s3d::String
lastIndexNotOf(value_type ch, size_t offset=npos) const noexcepts3d::String
lastIndexNotOfAny(StringView anyof, size_t offset=npos) consts3d::String
lastIndexOf(StringView s, size_t offset=npos) const noexcepts3d::String
lastIndexOf(value_type ch, size_t offset=npos) const noexcepts3d::String
lastIndexOfAny(StringView anyof, size_t offset=npos) const noexcepts3d::String
layout(size_t width) consts3d::String
length() const noexcepts3d::String
levenshteinDistanceFrom(StringView other) const noexcepts3d::String
lowercase() noexcepts3d::String
lowercased() const &s3d::String
lowercased() &&s3d::String
lpad(size_t length, value_type fillChar=U' ')s3d::String
lpadded(size_t length, value_type fillChar=U' ') const &s3d::String
lpadded(size_t length, value_type fillChar=U' ') &&s3d::String
ltrim()s3d::String
ltrimmed() const &s3d::String
ltrimmed() &&s3d::String
map(Fty f) consts3d::String
max_size() const noexcepts3d::String
narrow() consts3d::String
none(Fty f=Identity) consts3d::String
nposs3d::Stringstatic
operator bool() const noexcepts3d::Stringexplicit
operator StringView() const noexcepts3d::String
operator!=(const String &lhs, const String &rhs) noexcepts3d::Stringfriend
operator!=(const value_type *lhs, const String &rhs)s3d::Stringfriend
operator!=(const String &lhs, const value_type *rhs)s3d::Stringfriend
operator+(const value_type lhs, const String &rhs)s3d::Stringfriend
operator+(const value_type lhs, String &&rhs)s3d::Stringfriend
operator+(const value_type *lhs, const String &rhs)s3d::Stringfriend
operator+(const value_type *lhs, String &&rhs)s3d::Stringfriend
operator+(StringView lhs, const String &rhs)s3d::Stringfriend
operator+(StringView lhs, String &&rhs)s3d::Stringfriend
operator+(const String &lhs, const value_type rhs)s3d::Stringfriend
operator+(const String &lhs, const value_type *rhs)s3d::Stringfriend
operator+(const String &lhs, StringView rhs)s3d::Stringfriend
operator+(const String &lhs, const String &rhs)s3d::Stringfriend
operator+(const String &lhs, String &&rhs)s3d::Stringfriend
operator+(String &&lhs, const value_type rhs)s3d::Stringfriend
operator+(String &&lhs, const value_type *rhs)s3d::Stringfriend
operator+(String &&lhs, StringView rhs)s3d::Stringfriend
operator+(String &&lhs, const String &rhs)s3d::Stringfriend
operator+(String &&lhs, String &&rhs)s3d::Stringfriend
operator+=(const String &s)s3d::String
operator+=(const string_type &s)s3d::String
operator+=(value_type ch)s3d::String
operator+=(const value_type *s)s3d::String
operator+=(std::initializer_list< value_type > ilist)s3d::String
operator+=(const StringViewIsh &s)s3d::String
operator<(const String &lhs, const String &rhs) noexcepts3d::Stringfriend
operator<(const value_type *lhs, const String &rhs)s3d::Stringfriend
operator<(const String &lhs, const value_type *rhs)s3d::Stringfriend
operator<<(value_type ch)s3d::String
operator<<(std::ostream &output, const String &value)s3d::Stringfriend
operator<<(std::wostream &output, const String &value)s3d::Stringfriend
operator<<(std::basic_ostream< char32 > &output, const String &value)s3d::Stringfriend
operator<=(const String &lhs, const String &rhs) noexcepts3d::Stringfriend
operator<=(const value_type *lhs, const String &rhs)s3d::Stringfriend
operator<=(const String &lhs, const value_type *rhs)s3d::Stringfriend
operator=(const String &other)s3d::String
operator=(const string_type &s)s3d::String
operator=(String &&other) noexcepts3d::String
operator=(string_type &&s) noexcepts3d::String
operator=(const value_type *s)s3d::String
operator=(std::initializer_list< value_type > ilist)s3d::String
operator=(const StringViewIsh &s)s3d::String
operator==(const String &lhs, const value_type *rhs)s3d::Stringfriend
operator==(const String &lhs, const String &rhs) noexcepts3d::Stringfriend
operator==(const value_type *lhs, const String &rhs)s3d::Stringfriend
operator>(const String &lhs, const String &rhs) noexcepts3d::Stringfriend
operator>(const value_type *lhs, const String &rhs)s3d::Stringfriend
operator>(const String &lhs, const value_type *rhs)s3d::Stringfriend
operator>=(const String &lhs, const String &rhs) noexcepts3d::Stringfriend
operator>=(const value_type *lhs, const String &rhs)s3d::Stringfriend
operator>=(const String &lhs, const value_type *rhs)s3d::Stringfriend
operator>>(std::istream &input, String &value)s3d::Stringfriend
operator>>(std::wistream &input, String &value)s3d::Stringfriend
operator[](size_t offset) &noexcepts3d::String
operator[](size_t offset) const &noexcepts3d::String
operator[](size_t offset) &&noexcepts3d::String
pointer typedefs3d::String
pop_back() noexcepts3d::String
pop_back_N(size_t n) noexcepts3d::String
pop_front()s3d::String
pop_front_N(size_t n)s3d::String
push_back(value_type ch)s3d::String
push_front(value_type ch)s3d::String
rbegin() noexcepts3d::String
rbegin() const noexcepts3d::String
reference typedefs3d::String
release()s3d::String
remove(value_type ch)s3d::String
remove(StringView s)s3d::String
remove_at(size_t index)s3d::String
remove_if(Fty f)s3d::String
removed(value_type ch) const &s3d::String
removed(value_type ch) &&s3d::String
removed(StringView s) consts3d::String
removed_at(size_t index) const &s3d::String
removed_at(size_t index) &&s3d::String
removed_if(Fty f) const &s3d::String
removed_if(Fty f) &&s3d::String
rend() noexcepts3d::String
rend() const noexcepts3d::String
replace(value_type oldChar, value_type newChar)s3d::String
replace(const StringView oldStr, const StringView newStr)s3d::String
replace(size_type pos, size_type count, const String &s)s3d::String
replace(size_type pos, size_type count, const value_type *s)s3d::String
replace(size_type pos, size_type count, const StringViewIsh &s)s3d::String
replace(const_iterator first, const_iterator last, const String &s)s3d::String
replace(const_iterator first, const_iterator last, const value_type *s)s3d::String
replace(const_iterator first, const_iterator last, const StringViewIsh &s)s3d::String
replace(const_iterator first, const_iterator last, Iterator first2, Iterator last2)s3d::String
replace_if(Fty f, const value_type newChar)s3d::String
replaced(value_type oldChar, value_type newChar) const &s3d::String
replaced(value_type oldChar, value_type newChar) &&s3d::String
replaced(StringView oldStr, StringView newStr) consts3d::String
replaced_if(Fty f, const value_type newChar) const &s3d::String
replaced_if(Fty f, const value_type newChar) &&s3d::String
reserve(size_t newCapacity)s3d::String
resize(size_t newSize)s3d::String
resize(size_t newSize, value_type ch)s3d::String
reverse()s3d::String
reverse_each(Fty f)s3d::String
reverse_each(Fty f) consts3d::String
reverse_iterator typedefs3d::String
reversed() const &s3d::String
reversed() &&s3d::String
rotate(std::ptrdiff_t count=1)s3d::String
rotated(std::ptrdiff_t count=1) const &s3d::String
rotated(std::ptrdiff_t count=1) &&s3d::String
rpad(size_t length, value_type fillChar=U' ')s3d::String
rpadded(size_t length, value_type fillChar=U' ') const &s3d::String
rpadded(size_t length, value_type fillChar=U' ') &&s3d::String
rsort() noexcepts3d::String
rsorted() const &s3d::String
rsorted() &&s3d::String
rtrim()s3d::String
rtrimmed() const &s3d::String
rtrimmed() &&s3d::String
shrink_to_fit()s3d::String
shuffle()s3d::String
shuffle(URBG &&rbg)s3d::String
shuffled() const &s3d::String
shuffled() &&s3d::String
shuffled(URBG &&rbg) const &s3d::String
shuffled(URBG &&rbg) &&s3d::String
size() const noexcepts3d::String
size_bytes() const noexcepts3d::String
size_type typedefs3d::String
sort() noexcepts3d::String
sort_and_unique()s3d::String
sort_by(Fty f)s3d::String
sorted() const &s3d::String
sorted() &&s3d::String
sorted_and_uniqued() const &s3d::String
sorted_and_uniqued() &&s3d::String
sorted_by(Fty f) const &s3d::String
sorted_by(Fty f) &&s3d::String
split(value_type ch) consts3d::String
split_at(size_t pos) consts3d::String
split_lines() consts3d::String
stable_unique()s3d::String
stable_uniqued() consts3d::String
starts_with(value_type ch) const noexcepts3d::String
starts_with(StringView s) consts3d::String
str() noexcepts3d::String
str() const noexcepts3d::String
String()s3d::String
String(const String &other)s3d::String
String(const string_type &s)s3d::String
String(const String &other, size_type pos)s3d::String
String(const String &other, size_type pos, size_type count)s3d::String
String(const value_type *s)s3d::String
String(const value_type *s, size_type count)s3d::String
String(std::initializer_list< value_type > ilist)s3d::String
String(size_t count, value_type ch)s3d::String
String(Iterator first, Iterator last)s3d::String
String(String &&other) noexcepts3d::String
String(string_type &&s) noexcepts3d::String
String(const StringViewIsh &s)s3d::Stringexplicit
string_type typedefs3d::String
substr(size_t offset=0, size_t count=npos) consts3d::String
substrView(size_t offset=0, size_t count=npos) const &s3d::String
substrView(size_t offset=0, size_t count=npos) &&=deletes3d::String
swap(String &other) noexcepts3d::String
swapcase() noexcepts3d::String
swapcased() const &s3d::String
swapcased() &&s3d::String
take(size_t n) consts3d::String
take_while(Fty f) consts3d::String
toUTF16() consts3d::String
toUTF32() const noexcepts3d::String
toUTF8() consts3d::String
toWstr() consts3d::String
traits_type typedefs3d::String
trim()s3d::String
trimmed() const &s3d::String
trimmed() &&s3d::String
unique_consecutive()s3d::String
uniqued_consecutive() const &s3d::String
uniqued_consecutive() &&s3d::String
uppercase() noexcepts3d::String
uppercased() const &s3d::String
uppercased() &&s3d::String
value_type typedefs3d::String
values_at(std::initializer_list< size_t > indices) consts3d::String
xml_escape()s3d::String
xml_escaped() consts3d::String