|
C++ API Reference
|
This is the complete list of members for MString, including all inherited members.
| asChar() const | MString | |
| asChar(int &charLength) const | MString | |
| asDouble() const | MString | |
| asFloat() const | MString | |
| asInt() const | MString | |
| asShort() const | MString | |
| asUnsigned() const | MString | |
| asUTF8() const | MString | |
| asUTF8(int &utf8Length) const | MString | |
| asWChar() const | MString | |
| asWChar(int &numChars) const | MString | |
| clear() | MString | |
| expandEnvironmentVariablesAndTilde(MStatus *ReturnStatus=NULL) const | MString | |
| expandFilePath(MStatus *ReturnStatus=NULL) const | MString | |
| format(const MString &fmt, const MStringArray &args) | MString | |
| format(const MString &fmt, const MString &arg1=MString::argUnused, const MString &arg2=MString::argUnused, const MString &arg3=MString::argUnused, const MString &arg4=MString::argUnused, const MString &arg5=MString::argUnused, const MString &arg6=MString::argUnused, const MString &arg7=MString::argUnused, const MString &arg8=MString::argUnused, const MString &arg9=MString::argUnused, const MString &arg10=MString::argUnused) | MString | |
| index(char) const | MString | |
| indexW(char) const | MString | |
| indexW(wchar_t) const | MString | |
| indexW(const MString &) const | MString | |
| isDouble() const | MString | |
| isFloat() const | MString | |
| isInt() const | MString | |
| isShort() const | MString | |
| isUnsigned() const | MString | |
| length() const | MString | |
| MString() | MString | |
| MString(const char *charString) | MString | |
| MString(const wchar_t *charString) | MString | |
| MString(const char *charString, int charLength) | MString | |
| MString(const wchar_t *charString, int wcharLength) | MString | |
| MString(const MString &other) | MString | |
| numChars() const | MString | |
| operator!=(const MString &other) const | MString | |
| operator!=(const char *other) const | MString | |
| operator+(const MString &other) const | MString | |
| operator+(const char *other) const | MString | |
| operator+(double value) const | MString | |
| operator+(const char *, const MString &) | MString | friend |
| operator+=(const MString &other) | MString | |
| operator+=(const char *other) | MString | |
| operator+=(double other) | MString | |
| operator+=(int other) | MString | |
| operator+=(unsigned int other) | MString | |
| operator+=(float other) | MString | |
| operator<<(std::ostream &, const MString &) | MString | friend |
| operator=(const MString &other) | MString | |
| operator=(const char *other) | MString | |
| operator=(double value) | MString | |
| operator==(const MString &other) const | MString | |
| operator==(const char *other) const | MString | |
| rindex(char) const | MString | |
| rindexW(char) const | MString | |
| rindexW(wchar_t) const | MString | |
| rindexW(const MString &) const | MString | |
| set(const char *charString) | MString | |
| set(const char *charString, int charLength) | MString | |
| set(double value) | MString | |
| set(double value, int precision) | MString | |
| setUTF8(const char *utf8String) | MString | |
| setWChar(const wchar_t *wcharString) | MString | |
| setWChar(const wchar_t *wcharString, int wcharLength) | MString | |
| split(char, MStringArray &) const | MString | |
| split(wchar_t, MStringArray &) const | MString | |
| substitute(const MString &src, const MString &target) | MString | |
| substituteFirst(const MString &src, const MString &target) | MString | |
| substring(int start, int end) const | MString | |
| substringW(int start, int end) const | MString | |
| toLowerCase() | MString | |
| toUpperCase() | MString | |
| ~MString() | MString |