RIncrMatcherTextBuf Class Reference

class RIncrMatcherTextBuf : public RIncrMatcherBase

Incrementally matches text against a text buffer with variable maximum length.

Inherits from

Constructor & Destructor Documentation

RIncrMatcherTextBuf()

IMPORT_C RIncrMatcherTextBuf ( )

Default constructor.

~RIncrMatcherTextBuf()

IMPORT_C ~RIncrMatcherTextBuf ( ) [virtual]

Destructor.

Member Functions Documentation

MatchDes()

IMPORT_C TDes & MatchDes ( ) [protected, virtual]

Gets the match text.

MatchDes()

IMPORT_C const TDes & MatchDes ( ) const [protected, virtual]

Gets the match text.

SetMatcherLengthL(TInt)

void SetMatcherLengthL ( TInt aMaxLength ) [inline]

Sets the maximum length of text that can be stored through SetMatchText() etc.

Parameters

TInt aMaxLength Maximum length of text that can be stored

Member Data Documentation

RTextBuf iTextBuf

RTextBuf iTextBuf [private]