Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: bamatch.h
Link against: bafl.lib

Class RIncrMatcherTextBuf

RIncrMatcherTextBuf

Support

Supported from 5.0

Description

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

Derivation

RIncrMatcherBaseBase class for incremental matcher classes
RIncrMatcherTextBufIncrementally matches text against a text buffer with variable maximum length

Defined in RIncrMatcherTextBuf:
MatchDes(), RIncrMatcherTextBuf(), SetMatcherLengthL(), ~RIncrMatcherTextBuf();

Inherited from RIncrMatcherBase:
AppendChar(), Clear(), DeleteLastChar(), FirstMatchingIndex(), FirstMatchingIndexC(), FirstMatchingIndexF(), IsMatch(), IsMatchC(), IsMatchF(), MatchLength(), MatchText(), MaxLength(), SetBestMatch(), SetBestMatchC(), SetBestMatchF(), SetMatchText()


Construction, destruction, and setup


RIncrMatcherTextBuf()

RIncrMatcherTextBuf();

Description

Default constructor.


~RIncrMatcherTextBuf();

~RIncrMatcherTextBuf();

Description

Destructor.


SetMatcherLengthL()

void SetMatcherLengthL(TInt aMaxLength);

Description

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

Parameters

TInt aMaxLength

Maximum length of text that can be stored

[Top]


Protected member functions


MatchDes()

TDes& MatchDes();

Description

Gets the match text.

Return value

TDes&

Match text


MatchDes()

const TDes& MatchDes() const;

Description

Gets the match text.

Return value

const TDes&

Match text