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

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

at(size_type index) consts3d::StringView
back() const noexcepts3d::StringView
begin() const noexcepts3d::StringView
cbegin() const noexcepts3d::StringView
cend() const noexcepts3d::StringView
clear() noexcepts3d::StringView
compare(StringView s) const noexcepts3d::StringView
compare(size_type pos1, size_type n1, StringView s) const noexcepts3d::StringView
compare(size_type pos1, size_type n1, StringView s, size_type pos2, size_type n2) const noexcepts3d::StringView
compare(const value_type *s) const noexcepts3d::StringView
compare(size_type pos1, size_type n1, const value_type *s) const noexcepts3d::StringView
compare(size_type pos1, size_type n1, const value_type *s, size_type n2) const noexcepts3d::StringView
const_iterator typedefs3d::StringView
const_pointer typedefs3d::StringView
const_reference typedefs3d::StringView
const_reverse_iterator typedefs3d::StringView
copy(value_type *dst, size_type n, size_type pos=0) consts3d::StringView
crbegin() const noexcepts3d::StringView
crend() const noexcepts3d::StringView
data() const noexcepts3d::StringView
difference_type typedefs3d::StringView
empty() const noexcepts3d::StringView
end() const noexcepts3d::StringView
ends_with(value_type ch) const noexcepts3d::StringView
ends_with(StringView s) const noexcepts3d::StringView
Formatter(FormatData &formatData, StringView s)s3d::StringViewfriend
front() const noexcepts3d::StringView
hash() const noexcepts3d::StringView
includes(value_type ch) const noexcepts3d::StringView
includes(StringView s) const noexcepts3d::StringView
indexNotOfAny(StringView anyof, size_t pos=0) const noexcepts3d::StringView
indexNotOfAny(const value_type *anyof, size_t pos=0) const noexcepts3d::StringView
indexOf(StringView s, size_type pos=0) const noexcepts3d::StringView
indexOf(value_type ch, size_type pos=0) const noexcepts3d::StringView
indexOf(const value_type *s, size_type pos, size_type count) const noexcepts3d::StringView
indexOf(const value_type *s, size_type pos=0) const noexcepts3d::StringView
indexOfAny(StringView anyof, size_t pos=0) const noexcepts3d::StringView
indexOfAny(const value_type *anyof, size_t pos=0) const noexcepts3d::StringView
indexOfNot(value_type ch, size_t pos=0) const noexcepts3d::StringView
isEmpty() const noexcepts3d::StringView
iterator typedefs3d::StringView
lastIndexNotOf(value_type ch, size_t pos=npos) const noexcepts3d::StringView
lastIndexNotOfAny(StringView anyof, size_t pos=0) const noexcepts3d::StringView
lastIndexNotOfAny(const value_type *anyof, size_t pos=0) const noexcepts3d::StringView
lastIndexOf(StringView s, size_type pos=npos) const noexcepts3d::StringView
lastIndexOf(value_type ch, size_type pos=npos) const noexcepts3d::StringView
lastIndexOf(const value_type *s, size_type pos, size_type count) const noexcepts3d::StringView
lastIndexOf(const value_type *s, size_type pos=npos) const noexcepts3d::StringView
lastIndexOfAny(StringView anyof, size_t pos=0) const noexcepts3d::StringView
lastIndexOfAny(const value_type *anyof, size_t pos=0) const noexcepts3d::StringView
length() const noexcepts3d::StringView
max_size() const noexcepts3d::StringView
narrow() consts3d::StringView
nposs3d::StringViewstatic
operator bool() const noexcepts3d::StringViewexplicit
operator!=(StringView lhs, StringView rhs) noexcepts3d::StringViewfriend
operator<(StringView lhs, StringView rhs) noexcepts3d::StringViewfriend
operator<<(std::ostream &output, const StringView &value)s3d::StringViewfriend
operator<<(std::wostream &output, const StringView &value)s3d::StringViewfriend
operator<<(std::basic_ostream< char32 > &output, const StringView &value)s3d::StringViewfriend
operator<=(StringView lhs, StringView rhs) noexcepts3d::StringViewfriend
operator=(const StringView &)=defaults3d::StringView
operator==(StringView lhs, StringView rhs) noexcepts3d::StringViewfriend
operator>(StringView lhs, StringView rhs) noexcepts3d::StringViewfriend
operator>=(StringView lhs, StringView rhs) noexcepts3d::StringViewfriend
operator[](size_type index) const noexcepts3d::StringView
pointer typedefs3d::StringView
rbegin() const noexcepts3d::StringView
reference typedefs3d::StringView
remove_prefix(size_type n) noexcepts3d::StringView
remove_suffix(size_type n) noexcepts3d::StringView
rend() const noexcepts3d::StringView
reverse_iterator typedefs3d::StringView
size() const noexcepts3d::StringView
size_bytes() const noexcepts3d::StringView
size_type typedefs3d::StringView
starts_with(value_type ch) const noexcepts3d::StringView
starts_with(StringView s) const noexcepts3d::StringView
string_view_type typedefs3d::StringView
StringView()=defaults3d::StringView
StringView(const StringView &)=defaults3d::StringView
StringView(const std::u32string &s) noexcepts3d::StringView
StringView(std::u32string_view s) noexcepts3d::StringView
StringView(const value_type *s, size_type length) noexcepts3d::StringView
StringView(const value_type *s) noexcepts3d::StringView
substr(size_type pos=0, size_type n=npos) consts3d::StringView
swap(StringView &other) noexcepts3d::StringView
toUTF8() consts3d::StringView
toWstr() consts3d::StringView
traits_type typedefs3d::StringView
value_type typedefs3d::StringView