Gaia-ECS v0.9.3
A simple and powerful entity component system
Loading...
Searching...
No Matches
gaia::util::str_view Member List

This is the complete list of members for gaia::util::str_view, including all inherited members.

data() constgaia::util::str_viewinline
empty() constgaia::util::str_viewinline
find(str_view value, uint32_t pos=0) constgaia::util::str_viewinline
find(const char *value, uint32_t len, uint32_t pos) constgaia::util::str_viewinline
find(const char(&lit)[N], uint32_t pos=0) constgaia::util::str_viewinline
find(char ch, uint32_t pos=0) constgaia::util::str_viewinline
find_first_not_of(str_view chars, uint32_t pos=0) constgaia::util::str_viewinline
find_first_not_of(char ch, uint32_t pos=0) constgaia::util::str_viewinline
find_first_not_of(const char(&lit)[N], uint32_t pos=0) constgaia::util::str_viewinline
find_first_of(str_view chars, uint32_t pos=0) constgaia::util::str_viewinline
find_first_of(char ch, uint32_t pos=0) constgaia::util::str_viewinline
find_first_of(const char(&lit)[N], uint32_t pos=0) constgaia::util::str_viewinline
find_last_not_of(str_view chars, uint32_t pos=BadIndex) constgaia::util::str_viewinline
find_last_not_of(char ch, uint32_t pos=BadIndex) constgaia::util::str_viewinline
find_last_not_of(const char(&lit)[N], uint32_t pos=BadIndex) constgaia::util::str_viewinline
find_last_of(str_view chars, uint32_t pos=BadIndex) constgaia::util::str_viewinline
find_last_of(char ch, uint32_t pos=BadIndex) constgaia::util::str_viewinline
find_last_of(const char(&lit)[N], uint32_t pos=BadIndex) constgaia::util::str_viewinline
m_data (defined in gaia::util::str_view)gaia::util::str_view
m_size (defined in gaia::util::str_view)gaia::util::str_view
operator!=(str_view other) constgaia::util::str_viewinline
operator==(const char(&lit)[N]) constgaia::util::str_viewinline
operator==(str_view other) constgaia::util::str_viewinline
size() constgaia::util::str_viewinline
str_view()=defaultgaia::util::str_view
str_view(const char *data, uint32_t size)gaia::util::str_viewinline
str_view(const char(&lit)[N])gaia::util::str_viewinline