TIBCO Adapter SDK C++ Reference
MWString Methods
MWString | Legend
Methods
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 Compare this MWString with a specified string.
const UChar * Returns a pointer to the actual data.
data Returns a pointer to the actual data.
empty Return true if this string is empty, false if it is not.
find 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 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_first_not_of Find the first (lowest position) element, at or after position pos, that is not the UChar specified.
find_first_of Find the first (lowest position) element, at or after position pos, that is the UChar specified.
find_last_not_of Find the last (highest position) element of the controlled sequence, at or before the specified position, that does not match the specified character.
find_last_of 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 Insert the specified characters before position p0 or before the element pointed to by it in the string.
MWString Create an empty Unicode string.
MWString Create a string from an existing Unicode string.
MWString Create a string from a subset of an existing Unicode string.
MWString Create a string from an existing Unicode string.
MWString Create a string from a subset of an existing null-terminated Unicode string.
replace Replace the specified characters.
rfind 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.
substr Return a string that contains a copy of up to n characters beginning at position beginIndex.
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.