![]() |
ToyGine2 26.2.0
Game Engine for retro consoles
|
This is the complete list of members for toy::CStringView, including all inherited members.
| _data | toy::CStringView | private |
| _emptyString | toy::CStringView | privatestatic |
| _find_first_not_of_raw(size_t position, const char *data, size_t dataSize) const noexcept | toy::CStringView | private |
| _find_first_of_raw(size_t position, const char *data, size_t dataSize) const noexcept | toy::CStringView | private |
| _find_last_not_of_raw(size_t position, const char *data, size_t dataSize) const noexcept | toy::CStringView | private |
| _find_last_of_raw(size_t position, const char *data, size_t dataSize) const noexcept | toy::CStringView | private |
| _find_raw(size_t position, const char *data, size_t dataSize) const noexcept | toy::CStringView | private |
| _rfind_raw(size_t position, const char *data, size_t dataSize) const noexcept | toy::CStringView | private |
| assign(const CStringView &string) noexcept | toy::CStringView | |
| assign(const char *string) noexcept | toy::CStringView | |
| at(size_t offset) const noexcept | toy::CStringView | |
| back() const noexcept | toy::CStringView | |
| c_str() const noexcept | toy::CStringView | |
| capacity() const noexcept | toy::CStringView | |
| clear() noexcept | toy::CStringView | |
| compare(const stringType &string) const noexcept | toy::CStringView | |
| compare(const char *string) const noexcept | toy::CStringView | |
| contains(const stringType &string) const noexcept | toy::CStringView | |
| contains(const char *string) const noexcept | toy::CStringView | |
| contains(char character) const noexcept | toy::CStringView | |
| CStringView() noexcept | toy::CStringView | |
| CStringView(const CStringView &string) noexcept=default | toy::CStringView | |
| data() const noexcept | toy::CStringView | |
| empty() const noexcept | toy::CStringView | |
| ends_with(const stringType &string) const noexcept | toy::CStringView | |
| ends_with(const char *string) const noexcept | toy::CStringView | |
| ends_with(char character) const noexcept | toy::CStringView | |
| explicit(false) CStringView(const char *string) noexcept | toy::CStringView | |
| find(const stringType &string, size_t position=0) const noexcept | toy::CStringView | |
| find(const char *string, size_t position=0) const noexcept | toy::CStringView | |
| find(char character, size_t position=0) const noexcept | toy::CStringView | |
| find_first_not_of(const stringType &string, size_t position=0) const noexcept | toy::CStringView | |
| find_first_not_of(const char *string, size_t position=0) const noexcept | toy::CStringView | |
| find_first_not_of(char character, size_t position=0) const noexcept | toy::CStringView | |
| find_first_of(const stringType &string, size_t position=0) const noexcept | toy::CStringView | |
| find_first_of(const char *string, size_t position=0) const noexcept | toy::CStringView | |
| find_first_of(char character, size_t position=0) const noexcept | toy::CStringView | |
| find_last_not_of(const stringType &string, size_t position=npos) const noexcept | toy::CStringView | |
| find_last_not_of(const char *string, size_t position=npos) const noexcept | toy::CStringView | |
| find_last_not_of(char character, size_t position=npos) const noexcept | toy::CStringView | |
| find_last_of(const stringType &string, size_t position=npos) const noexcept | toy::CStringView | |
| find_last_of(const char *string, size_t position=npos) const noexcept | toy::CStringView | |
| find_last_of(char character, size_t position=npos) const noexcept | toy::CStringView | |
| front() const noexcept | toy::CStringView | |
| length() const noexcept | toy::CStringView | |
| max_size() const noexcept | toy::CStringView | |
| npos | toy::CStringView | static |
| operator<=>(const CStringView &lhs, const CStringView &rhs) | toy::CStringView | friend |
| operator<=>(const CStringView &lhs, const stringType &rhs) | toy::CStringView | friend |
| operator<=>(const stringType &lhs, const CStringView &rhs) | toy::CStringView | friend |
| operator<=>(const CStringView &lhs, const char *rhs) | toy::CStringView | friend |
| operator<=>(const char *lhs, const CStringView &rhs) | toy::CStringView | friend |
| operator=(const CStringView &string) noexcept=default | toy::CStringView | |
| operator=(const char *string) noexcept | toy::CStringView | |
| operator==(const CStringView &lhs, const CStringView &rhs) | toy::CStringView | friend |
| operator==(const CStringView &lhs, const stringType &rhs) | toy::CStringView | friend |
| operator==(const stringType &lhs, const CStringView &rhs) | toy::CStringView | friend |
| operator==(const CStringView &lhs, const char *rhs) | toy::CStringView | friend |
| operator==(const char *lhs, const CStringView &rhs) | toy::CStringView | friend |
| operator[](size_t offset) const noexcept | toy::CStringView | |
| rfind(const stringType &string, size_t position=npos) const noexcept | toy::CStringView | |
| rfind(const char *string, size_t position=npos) const noexcept | toy::CStringView | |
| rfind(char character, size_t position=npos) const noexcept | toy::CStringView | |
| size() const noexcept | toy::CStringView | |
| starts_with(const stringType &string) const noexcept | toy::CStringView | |
| starts_with(const char *string) const noexcept | toy::CStringView | |
| starts_with(char character) const noexcept | toy::CStringView | |
| swap(CStringView &string) noexcept | toy::CStringView | |
| utf8_size() const noexcept | toy::CStringView | inline |
| ~CStringView() noexcept=default | toy::CStringView |