join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
join::StringView Member List

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

get() noexceptjoin::StringViewinline
getIf(char expected) noexceptjoin::StringViewinline
getIfNoCase(char expected) noexceptjoin::StringViewinline
operator=(const StringView &other)=defaultjoin::StringView
operator=(StringView &&other)=defaultjoin::StringView
peek() const noexceptjoin::StringViewinline
read(char *buf, size_t count) noexceptjoin::StringViewinline
readUntilEscaped(std::string &out) noexceptjoin::StringViewinline
seek(ViewPos pos) noexceptjoin::StringViewinline
skipWhitespaces() noexceptjoin::StringViewinline
skipWhitespacesAndComments() noexceptjoin::StringViewinline
StringView(const char *in, size_t count)join::StringViewinline
StringView(const char *first, const char *last)join::StringViewinline
StringView(const char *in)join::StringViewinline
StringView(const StringView &other)=defaultjoin::StringView
StringView(StringView &&other)=defaultjoin::StringView
tell() const noexceptjoin::StringViewinline
ViewPos typedefjoin::StringView
~StringView()=defaultjoin::StringView