#include <bamatch.h>
Link against: bafl.lib
| class RIncrMatcherPtr : public RIncrMatcherBase |
| Public Member Functions | |
|---|---|
| RIncrMatcherPtr() | |
| RIncrMatcherPtr(TDes &) | |
| virtual | ~RIncrMatcherPtr() |
| void | SetMatcherPtr(TDes &) |
| Protected Member Functions | |
|---|---|
| virtual IMPORT_C TDes & | MatchDes() |
| virtual IMPORT_C const TDes & | MatchDes() |
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.
| IMPORT_C | RIncrMatcherPtr | ( | TDes & | aDes | ) |
Constructor that initialises the object with the text to be matched against.
| Parameters | |
|---|---|
| aDes | Text to be matched against |
| IMPORT_C TDes & | MatchDes | ( | ) | [protected, virtual] |
Reimplemented from RIncrMatcherBase::MatchDes()
Gets the match text.
| IMPORT_C const TDes & | MatchDes | ( | ) | const [protected, virtual] |
Reimplemented from RIncrMatcherBase::MatchDes()const
Gets the match text.
| void | SetMatcherPtr | ( | TDes & | aDes | ) | [inline] |
Sets the text to be matched against.
| Parameters | |
|---|---|
| aDes | Text to be matched against |