CFragmentedString::TStringMark Class Reference
#include
<mw/cfragmentedstring.h>
| class CFragmentedString::TStringMark |
Detailed Description
A mark at a string position.
Member Attribute Documentation
iMarkCharacter
Character position within the sub-string for the mark.
iMarkIndex
Array index of the marked sub-string.
Constructor & Destructor Documentation
TStringMark ( TInt, TInt )
| TStringMark | ( | TInt | aIndex, |
| | TInt | aCharacter |
| | ) | [inline] |
| Parameter | Description | | aIndex | Array index of the marked sub-string |
| aCharacter | Character position within the sub-string for the mark |