Cogs.Foundation
Loading...
Searching...
No Matches
Cogs::StringView Member List

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

begin() noexceptCogs::StringViewinline
begin() const noexceptCogs::StringViewinline
cbegin() const noexceptCogs::StringViewinline
cend() const noexceptCogs::StringViewinline
compare(const StringView &other) const noexceptCogs::StringView
compareMemory(const char *a, const char *b, size_t length) constCogs::StringViewinlineprivate
const_iterator typedefCogs::StringView
data() const noexceptCogs::StringViewinline
empty() const noexceptCogs::StringViewinline
end() noexceptCogs::StringViewinline
end() const noexceptCogs::StringViewinline
find(const StringView &other, size_t offset=0) const noexceptCogs::StringView
find_first_of(char character, size_t pos=0) const noexceptCogs::StringView
find_last_of(const StringView characters, size_t pos=NoPosition) const noexceptCogs::StringView
find_last_of(const char character, size_t pos=NoPosition) const noexceptCogs::StringView
hash() const noexceptCogs::StringViewinline
hash(size_t hashValue) const noexceptCogs::StringViewinline
hashLowercase(size_t hashValue=Cogs::hash()) const noexceptCogs::StringView
isWhiteSpace(char c)Cogs::StringViewinlineprivatestatic
iterator typedefCogs::StringView
length() const noexceptCogs::StringViewinline
NoPositionCogs::StringViewstatic
nposCogs::StringViewstatic
operator bool() const noexceptCogs::StringViewinlineexplicit
operator std::string() constCogs::StringViewinlineexplicit
operator std::string_view() const noexceptCogs::StringViewinline
operator==(const StringView &other) constCogs::StringViewinline
operator[](const size_t index) const noexceptCogs::StringViewinline
size() const noexceptCogs::StringViewinline
split(const StringView &delimiters) constCogs::StringView
splitAll(const StringView &delimiters) constCogs::StringView
strCogs::StringViewprivate
StringView() noexcept=defaultCogs::StringView
StringView(const char *data) noexceptCogs::StringViewinline
StringView(const char(&data)[LENGTH]) noexceptCogs::StringViewinline
StringView(const char *data, const size_t length) noexceptCogs::StringViewinline
StringView(const std::string_view s) noexceptCogs::StringViewinline
StringView(const std::string &s) noexceptCogs::StringView
strSizeCogs::StringViewprivate
substr(size_t offset, size_t count=NoPosition) const noexceptCogs::StringViewinline
to_string() constCogs::StringView
to_string_view() const noexceptCogs::StringViewinline
traits_type typedefCogs::StringViewprivate
trim() noexceptCogs::StringView
trimEnd() noexceptCogs::StringView
trimStart() noexceptCogs::StringView
value_type typedefCogs::StringView
Vector typedefCogs::StringView