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. |
![]() | Access the item at the specified offset. |
![]() ![]() | Destructor. |
![]() | Concatenation operator. |
![]() | Concatenation operator. |
![]() | Assignment operator. |
![]() | Assignment operator. |
![]() | Assignment operator. |
![]() | Equality operator. |
![]() | Equality operator. |
![]() | Return a pointer to the actual data. |
![]() |
Compare this MString with a specified string. Compare up to n0 elements of the controlled sequence beginning with position p0, or the entire controlled sequence if these arguments are not supplied, to the operand sequence. |
![]() | Return a pointer to the actual data. |
![]() | Return a pointer to the actual data. |
![]() | Remove the specified number of elements. |
![]() | 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. |
![]() | 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. |
![]() | Find the first (lowest position element, at or after position pos, that is not the char specified. |
![]() | Find the first (lowest position element, at or after position pos, that is the char specified. |
![]() | Find the last (highest position) element of the controlled sequence, at or before the specified position, that does not match the specified character. |
![]() | Find 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. |
![]() | Find 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. |
![]() | Return the length (size) of this string. |
![]() | Constructor. |
![]() | Constructor. |
![]() | Constructor. |
![]() | Constructor. |
![]() | Constructor. |
![]() | 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 the length (size) of this string. |
![]() | Return a string that contains a copy of up to n characters beginning at position beginIndex. |