openMSX
string_ref Member List

This is the complete list of members for string_ref, including all inherited members.

back() conststring_refinline
begin() conststring_refinline
clear()string_refinline
compare(string_ref x) conststring_ref
const_iterator typedefstring_ref
const_reverse_iterator typedefstring_ref
data() conststring_refinline
difference_type typedefstring_ref
empty() conststring_refinline
end() conststring_refinline
ends_with(string_ref x) conststring_ref
ends_with(char x) conststring_ref
find(string_ref s) conststring_ref
find(char c) conststring_ref
find_first_of(string_ref s) conststring_ref
find_first_of(char c) conststring_ref
find_last_of(string_ref s) conststring_ref
find_last_of(char c) conststring_ref
front() conststring_refinline
nposstring_refstatic
operator=(const string_ref &rhs)string_refinline
operator[](size_type i) conststring_refinline
pop_back()string_refinline
pop_front()string_refinline
rbegin() conststring_refinline
remove_prefix(size_type n)string_refinline
remove_suffix(size_type n)string_refinline
rend() conststring_refinline
rfind(string_ref s) conststring_ref
rfind(char c) conststring_ref
size() conststring_refinline
size_type typedefstring_ref
starts_with(string_ref x) conststring_ref
starts_with(char x) conststring_ref
str() conststring_ref
string_ref()string_refinline
string_ref(const string_ref &s)string_refinline
string_ref(const char *s)string_refinline
string_ref(const char *s, size_type len)string_refinline
string_ref(const char *first, const char *last)string_refinline
string_ref(const std::string &s)string_refinline
substr(size_type pos, size_type n=npos) conststring_ref