Location:
bamatch.h
Link against: bafl.lib
RIncrMatcherPtr
Supported from 5.0
Incrementally matches text against a descriptor, accessed via a pointer.
The class does not take a copy of the text to match against, but only stores the pointer.
|
Defined in RIncrMatcherPtr:
MatchDes(), RIncrMatcherPtr(), SetMatcherPtr(), ~RIncrMatcherPtr();
Inherited from RIncrMatcherBase:
AppendChar(),
Clear(),
DeleteLastChar(),
FirstMatchingIndex(),
FirstMatchingIndexC(),
FirstMatchingIndexF(),
IsMatch(),
IsMatchC(),
IsMatchF(),
MatchLength(),
MatchText(),
MaxLength(),
SetBestMatch(),
SetBestMatchC(),
SetBestMatchF(),
SetMatchText()
RIncrMatcherPtr(TDes& aDes);
Constructor that initialises the object with the text to be matched against.
|
void SetMatcherPtr(TDes& aDes);
Sets the text to be matched against.
|
const TDes& MatchDes() const;
Gets the match text.
|