Location:
bamatch.h
Link against: bafl.lib
template <TInt aMaximumSize> class RIncrMatcherBuf : public RIncrMatcherBase
Supported from 5.0
Incrementally matches text against a modifiable descriptor buffer.
Set aMaximumSize
to be the maximum size of this buffer.
|
Defined in RIncrMatcherBuf
:
MatchDes()
, RIncrMatcherBuf()
Inherited from RIncrMatcherBase
:
AppendChar()
,
Clear()
,
DeleteLastChar()
,
FirstMatchingIndex()
,
FirstMatchingIndexC()
,
FirstMatchingIndexF()
,
IsMatch()
,
IsMatchC()
,
IsMatchF()
,
MatchLength()
,
MatchText()
,
MaxLength()
,
SetBestMatch()
,
SetBestMatchC()
,
SetBestMatchF()
,
SetMatchText()
protected: RIncrMatcherBuf(const RIncrMatcherBuf& aMatcher);
Copy constructor.
|
const TDes& MatchDes() const;
Gets the match text.
|