|
|
|
|
Location:
bamatch.h
Link against: bafl.lib
class RIncrMatcherPtr : public RIncrMatcherBase;
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.
RIncrMatcherBase - Base class for incremental matcher classes
RIncrMatcherPtr - Incrementally matches text against a descriptor, accessed via a pointer
Defined in RIncrMatcherPtr:
MatchDes(), MatchDes(), RIncrMatcherPtr(), RIncrMatcherPtr(), SetMatcherPtr(), ~RIncrMatcherPtr()
Inherited from RIncrMatcherBase:
AppendChar(),
Clear(),
DeleteLastChar(),
FirstMatchingIndex(),
FirstMatchingIndexC(),
FirstMatchingIndexF(),
IsMatch(),
IsMatchC(),
IsMatchF(),
MatchLength(),
MatchText(),
MaxLength(),
SetBestMatch(),
SetBestMatchC(),
SetBestMatchF(),
SetMatchText()
IMPORT_C RIncrMatcherPtr(TDes &aDes);
Constructor that initialises the object with the text to be matched against.
|
inline void SetMatcherPtr(TDes &aDes);
Sets the text to be matched against.
|
protected: virtual IMPORT_C TDes &MatchDes();
Gets the match text.
|
protected: virtual IMPORT_C const TDes &MatchDes() const;
Gets the match text.
|