|
3ds Max C++ API Reference
|
Assignment operator for a MaxString. More...
Functions | |
| MaxString & | operator= (const MaxString &) |
| 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... | |
Assignment operator for a MaxString.
Create a new string that is the concatenation of this string and another.