![]() |
OpenSiv3D
v0.6.5
C++20 framework for creative coding
|
This is the complete list of members for s3d::StringView, including all inherited members.
at(size_type index) const | s3d::StringView | |
back() const noexcept | s3d::StringView | |
begin() const noexcept | s3d::StringView | |
cbegin() const noexcept | s3d::StringView | |
cend() const noexcept | s3d::StringView | |
clear() noexcept | s3d::StringView | |
compare(StringView s) const noexcept | s3d::StringView | |
compare(size_type pos1, size_type n1, StringView s) const noexcept | s3d::StringView | |
compare(size_type pos1, size_type n1, StringView s, size_type pos2, size_type n2) const noexcept | s3d::StringView | |
compare(const value_type *s) const noexcept | s3d::StringView | |
compare(size_type pos1, size_type n1, const value_type *s) const noexcept | s3d::StringView | |
compare(size_type pos1, size_type n1, const value_type *s, size_type n2) const noexcept | s3d::StringView | |
const_iterator typedef | s3d::StringView | |
const_pointer typedef | s3d::StringView | |
const_reference typedef | s3d::StringView | |
const_reverse_iterator typedef | s3d::StringView | |
copy(value_type *dst, size_type n, size_type pos=0) const | s3d::StringView | |
crbegin() const noexcept | s3d::StringView | |
crend() const noexcept | s3d::StringView | |
data() const noexcept | s3d::StringView | |
difference_type typedef | s3d::StringView | |
empty() const noexcept | s3d::StringView | |
end() const noexcept | s3d::StringView | |
ends_with(value_type ch) const noexcept | s3d::StringView | |
ends_with(StringView s) const noexcept | s3d::StringView | |
Formatter(FormatData &formatData, StringView s) | s3d::StringView | friend |
front() const noexcept | s3d::StringView | |
hash() const noexcept | s3d::StringView | |
includes(value_type ch) const noexcept | s3d::StringView | |
includes(StringView s) const noexcept | s3d::StringView | |
indexNotOfAny(StringView anyof, size_t pos=0) const noexcept | s3d::StringView | |
indexNotOfAny(const value_type *anyof, size_t pos=0) const noexcept | s3d::StringView | |
indexOf(StringView s, size_type pos=0) const noexcept | s3d::StringView | |
indexOf(value_type ch, size_type pos=0) const noexcept | s3d::StringView | |
indexOf(const value_type *s, size_type pos, size_type count) const noexcept | s3d::StringView | |
indexOf(const value_type *s, size_type pos=0) const noexcept | s3d::StringView | |
indexOfAny(StringView anyof, size_t pos=0) const noexcept | s3d::StringView | |
indexOfAny(const value_type *anyof, size_t pos=0) const noexcept | s3d::StringView | |
indexOfNot(value_type ch, size_t pos=0) const noexcept | s3d::StringView | |
isEmpty() const noexcept | s3d::StringView | |
iterator typedef | s3d::StringView | |
lastIndexNotOf(value_type ch, size_t pos=npos) const noexcept | s3d::StringView | |
lastIndexNotOfAny(StringView anyof, size_t pos=0) const noexcept | s3d::StringView | |
lastIndexNotOfAny(const value_type *anyof, size_t pos=0) const noexcept | s3d::StringView | |
lastIndexOf(StringView s, size_type pos=npos) const noexcept | s3d::StringView | |
lastIndexOf(value_type ch, size_type pos=npos) const noexcept | s3d::StringView | |
lastIndexOf(const value_type *s, size_type pos, size_type count) const noexcept | s3d::StringView | |
lastIndexOf(const value_type *s, size_type pos=npos) const noexcept | s3d::StringView | |
lastIndexOfAny(StringView anyof, size_t pos=0) const noexcept | s3d::StringView | |
lastIndexOfAny(const value_type *anyof, size_t pos=0) const noexcept | s3d::StringView | |
length() const noexcept | s3d::StringView | |
max_size() const noexcept | s3d::StringView | |
narrow() const | s3d::StringView | |
npos | s3d::StringView | static |
operator bool() const noexcept | s3d::StringView | explicit |
operator!=(StringView lhs, StringView rhs) noexcept | s3d::StringView | friend |
operator<(StringView lhs, StringView rhs) noexcept | s3d::StringView | friend |
operator<<(std::ostream &output, const StringView &value) | s3d::StringView | friend |
operator<<(std::wostream &output, const StringView &value) | s3d::StringView | friend |
operator<<(std::basic_ostream< char32 > &output, const StringView &value) | s3d::StringView | friend |
operator<=(StringView lhs, StringView rhs) noexcept | s3d::StringView | friend |
operator=(const StringView &)=default | s3d::StringView | |
operator==(StringView lhs, StringView rhs) noexcept | s3d::StringView | friend |
operator>(StringView lhs, StringView rhs) noexcept | s3d::StringView | friend |
operator>=(StringView lhs, StringView rhs) noexcept | s3d::StringView | friend |
operator[](size_type index) const noexcept | s3d::StringView | |
pointer typedef | s3d::StringView | |
rbegin() const noexcept | s3d::StringView | |
reference typedef | s3d::StringView | |
remove_prefix(size_type n) noexcept | s3d::StringView | |
remove_suffix(size_type n) noexcept | s3d::StringView | |
rend() const noexcept | s3d::StringView | |
reverse_iterator typedef | s3d::StringView | |
size() const noexcept | s3d::StringView | |
size_bytes() const noexcept | s3d::StringView | |
size_type typedef | s3d::StringView | |
starts_with(value_type ch) const noexcept | s3d::StringView | |
starts_with(StringView s) const noexcept | s3d::StringView | |
string_view_type typedef | s3d::StringView | |
StringView()=default | s3d::StringView | |
StringView(const StringView &)=default | s3d::StringView | |
StringView(const std::u32string &s) noexcept | s3d::StringView | |
StringView(std::u32string_view s) noexcept | s3d::StringView | |
StringView(const value_type *s, size_type length) noexcept | s3d::StringView | |
StringView(const value_type *s) noexcept | s3d::StringView | |
substr(size_type pos=0, size_type n=npos) const | s3d::StringView | |
swap(StringView &other) noexcept | s3d::StringView | |
toUTF8() const | s3d::StringView | |
toWstr() const | s3d::StringView | |
traits_type typedef | s3d::StringView | |
value_type typedef | s3d::StringView |