openMSX
string_ref Member List

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

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