This is the complete list of members for StormByte::CString, including all inherited members.
| CString() noexcept | StormByte::CString | |
| CString(const char *str) noexcept | StormByte::CString | explicit |
| CString(const CString &other) noexcept | StormByte::CString | |
| CString(CString &&other) noexcept | StormByte::CString | |
| Length() const noexcept | StormByte::CString | |
| operator bool() const noexcept | StormByte::CString | inlineexplicit |
| operator const char *() const noexcept | StormByte::CString | explicit |
| operator std::string() const | StormByte::CString | inline |
| operator std::string_view() const noexcept | StormByte::CString | inlineexplicit |
| operator!=(const CString &other) const noexcept | StormByte::CString | inline |
| operator!=(const char *str) const noexcept | StormByte::CString | inline |
| operator<<(std::ostream &stream) const | StormByte::CString | inline |
| operator<=>(const CString &other) const noexcept | StormByte::CString | |
| operator<=>(const char *str) const noexcept | StormByte::CString | |
| operator=(const CString &other) noexcept | StormByte::CString | |
| operator=(CString &&other) noexcept | StormByte::CString | |
| operator==(const CString &other) const noexcept | StormByte::CString | |
| operator==(const char *str) const noexcept | StormByte::CString | |
| operator[](std::size_t index) const noexcept | StormByte::CString | |
| Reset(const char *str=nullptr) noexcept | StormByte::CString | |
| swap(CString &other) noexcept | StormByte::CString | |
| ~CString() noexcept | StormByte::CString |