CFragmentedString::TStringMark Class Reference

class CFragmentedString::TStringMark

A mark at a string position.

Constructor & Destructor Documentation

TStringMark(TInt, TInt)

TStringMark ( TInt aIndex,
TInt aCharacter
) [inline]

Constructor.

Parameters

TInt aIndex Array index of the marked sub-string
TInt aCharacter Character position within the sub-string for the mark

Member Data Documentation

TInt iMarkCharacter

TInt iMarkCharacter

Character position within the sub-string for the mark.

TInt iMarkIndex

TInt iMarkIndex

Array index of the marked sub-string.