|
openMSX
|
This is the complete list of members for string_ref, including all inherited members.
| back() const | string_ref | inline |
| begin() const | string_ref | inline |
| clear() | string_ref | inline |
| compare(string_ref x) const | string_ref | |
| const_iterator typedef | string_ref | |
| const_reverse_iterator typedef | string_ref | |
| data() const | string_ref | inline |
| difference_type typedef | string_ref | |
| empty() const | string_ref | inline |
| end() const | string_ref | inline |
| 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_ref | inline |
| npos | string_ref | static |
| operator=(const string_ref &rhs) | string_ref | inline |
| operator[](size_type i) const | string_ref | inline |
| pop_back() | string_ref | inline |
| pop_front() | string_ref | inline |
| rbegin() const | string_ref | inline |
| remove_prefix(size_type n) | string_ref | |
| remove_suffix(size_type n) | string_ref | |
| rend() const | string_ref | inline |
| rfind(string_ref s) const | string_ref | |
| rfind(char c) const | string_ref | |
| size() const | string_ref | inline |
| size_type typedef | string_ref | |
| starts_with(string_ref x) const | string_ref | |
| str() const | string_ref | |
| string_ref() | string_ref | inline |
| string_ref(const string_ref &str) | string_ref | inline |
| string_ref(const char *str) | string_ref | inline |
| string_ref(const char *str, size_type len) | string_ref | inline |
| string_ref(const char *begin, const char *end) | string_ref | inline |
| string_ref(const std::string &str) | string_ref | inline |
| substr(size_type pos, size_type n=npos) const | string_ref |
1.8.1.2