Method | Description |
![]() | Determine whether two strings are not equal. This method is not supported by standard STL strings. |
![]() | Determine whether two strings are not equal. This method is not supported by standard STL strings. |
![]() | Positional assignment operator. |
![]() | Positional assignment operator. |
![]() | Positional assignment operator. |
![]() | Positional assignment operator. |
![]() | Concatenation operator. |
![]() | Concatenation operator. |
![]() | Assignment operator. |
![]() | Assignment operator. |
![]() | Assignment operator. |
![]() | Equality operator. |
![]() | Equality operator. |
![]() | Compare this MWString with a specified string. |
![]() | Returns a pointer to the actual data. |
![]() | Returns a pointer to the actual data. |
![]() | Return true if this string is empty, false if it is not. |
![]() |
Find the first (lowest beginning position) subsequence in the controlled sequence, beginning on or after position pos that matches the operand sequence specified by the remaining operands. If it succeeds, it returns the position where the matching subsequence begins. Otherwise, it returns MWString::npos. |
![]() |
Find the first (lowest beginning position) subsequence in the controlled sequence, beginning on or after position pos that matches the operand sequence specified by the remaining operands. If it succeeds, it returns the position where the matching subsequence begins. Otherwise, it returns MWString::npos. |
![]() | Find the first (lowest position) element, at or after position pos, that is not the UChar specified. |
![]() | Find the first (lowest position) element, at or after position pos, that is the UChar specified. |
![]() | Find the last (highest position) element of the controlled sequence, at or before the specified position, that does not match the specified character. |
![]() | Finds the last (highest position) element. At or before position pos, that matches the element. If it succeeds, it returns the position. Otherwise, the function returns npos. |
![]() | Insert the specified characters before position p0 or before the element pointed to by it in the string. |
![]() | Create an empty Unicode string. |
![]() | Create a string from an existing Unicode string. |
![]() | Create a string from a subset of an existing Unicode string. |
![]() | Create a string from an existing Unicode string. |
![]() | Create a string from a subset of an existing null-terminated Unicode string. |
![]() | Replace the specified characters. |
![]() | Find the last (highest beginning position) subsequence in the controlled sequence, beginning on or before position pos, that matches the operand sequence specified by the remaining operands. |
![]() | Return a string that contains a copy of up to n characters beginning at position beginIndex. |