Location:
bamatch.h
Link against: bafl.lib
RIncrMatcherTextBuf
Supported from 5.0
Incrementally 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()
void SetMatcherLengthL(TInt aMaxLength);
Sets the maximum length of text that can be stored through SetMatchText() etc.
|
const TDes& MatchDes() const;
Gets the match text.
|