|
|
||
Location:
BAMATCH.H
class RIncrMatcherBuf : public RIncrMatcherBase;
Incrementally matches text against a modifiable descriptor buffer. Set aMaximumSize to be the maximum size of this buffer.
RIncrMatcherBase - Base class for incremental matcher classesRIncrMatcherBuf - Incrementally matches text against a modifiable descriptor bufferDefined in RIncrMatcherBuf:
MatchDes(), MatchDes(), RIncrMatcherBuf(), RIncrMatcherBuf()
Inherited from RIncrMatcherBase:
AppendChar(),
Clear(),
DeleteLastChar(),
FirstMatchingIndex(),
FirstMatchingIndexC(),
FirstMatchingIndexF(),
IsMatch(),
IsMatchC(),
IsMatchF(),
MatchLength(),
MatchText(),
MaxLength(),
SetBestMatch(),
SetBestMatchC(),
SetBestMatchF(),
SetMatchText()
protected: inline RIncrMatcherBuf(const RIncrMatcherBuf &aMatcher);
Copy constructor.
|
protected: virtual inline TDes &MatchDes();
Gets the match text.
|
protected: virtual inline const TDes &MatchDes() const;
Gets the match text.
|