Location:
bamatch.h
Link against: bafl.lib
class RIncrMatcherTextBuf : public RIncrMatcherBase;
Incrementally matches text against a text buffer with variable maximum length.
RIncrMatcherBase
- Base class for incremental matcher classes
RIncrMatcherTextBuf
- Incrementally matches text against a text buffer with variable maximum length
Defined in RIncrMatcherTextBuf
:
MatchDes()
, MatchDes()
, RIncrMatcherTextBuf()
, SetMatcherLengthL()
, ~RIncrMatcherTextBuf()
Inherited from RIncrMatcherBase
:
AppendChar()
,
Clear()
,
DeleteLastChar()
,
FirstMatchingIndex()
,
FirstMatchingIndexC()
,
FirstMatchingIndexF()
,
IsMatch()
,
IsMatchC()
,
IsMatchF()
,
MatchLength()
,
MatchText()
,
MaxLength()
,
SetBestMatch()
,
SetBestMatchC()
,
SetBestMatchF()
,
SetMatchText()
inline void SetMatcherLengthL(TInt aMaxLength);
Sets the maximum length of text that can be stored through SetMatchText()
etc.
|
protected: virtual IMPORT_C TDes &MatchDes();
Gets the match text.
|
protected: virtual IMPORT_C const TDes &MatchDes() const;
Gets the match text.
|