Functions | |
| MaxString & | operator= (const MaxString &) |
| Assignment operator for a MaxString. More... | |
| MaxString | operator+ (const MaxString &) const |
| Create a new string that is the concatenation of this string and another. More... | |
| MaxString & | operator+= (const MaxString &) |
| Appends a string at the end of this string. More... | |
| MaxString operator+ | ( | const MaxString & | ) | const |
Create a new string that is the concatenation of this string and another.
| MaxString& operator+= | ( | const MaxString & | ) |
Appends a string at the end of this string.