|
Melon
A C++ library designed for RadishOS.
|
This is the complete list of members for Melon::String::String, including all inherited members.
| appendChar(this String &self, char ch) | Melon::String::String | |
| begin(this const String &self) | Melon::String::String | |
| end(this const String &self) | Melon::String::String | |
| length(this const String &self) | Melon::String::String | |
| ltrim(this String &self, char ch=' ') | Melon::String::String | |
| operator!=(this const String &self, const String &other) | Melon::String::String | |
| operator+(this const String &self, const String &other) | Melon::String::String | |
| operator+=(this String &self, const String &other) | Melon::String::String | |
| operator<(this const String &self, const String &other) | Melon::String::String | |
| operator<=(this const String &self, const String &other) | Melon::String::String | |
| operator=(this String &self, const String &other) | Melon::String::String | |
| operator=(this String &self, String &&other) | Melon::String::String | |
| operator==(this const String &self, const String &other) | Melon::String::String | |
| operator>(this const String &self, const String &other) | Melon::String::String | |
| operator>=(this const String &self, const String &other) | Melon::String::String | |
| operator[](this String &self, Typing::USize index) | Melon::String::String | |
| operator[](this const String &self, Typing::USize index) | Melon::String::String | |
| raw(this const String &self) | Melon::String::String | |
| reverse(this String &self) | Melon::String::String | |
| rtrim(this String &self, char ch=' ') | Melon::String::String | |
| String() (defined in Melon::String::String) | Melon::String::String | |
| String(const char *s) | Melon::String::String | |
| String(const String &other) | Melon::String::String | |
| String(String &&other) | Melon::String::String | |
| substract(this String &self, Typing::USize chars) | Melon::String::String | |
| trim(this String &self, char ch=' ') | Melon::String::String |