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.
Public Member Functions | |
---|---|
RIncrMatcherPtr() | |
RIncrMatcherPtr(TDes &) | |
~RIncrMatcherPtr() | |
void | SetMatcherPtr(TDes &) |
Protected Member Functions | |
---|---|
IMPORT_C TDes & | MatchDes() |
IMPORT_C const TDes & | MatchDes() |
Private Attributes | |
---|---|
TDes * | iDesPtr |
IMPORT_C const TDes & | MatchDes | ( | ) | const [protected, virtual] |
Gets the match text.
Match text
void | SetMatcherPtr | ( | TDes & | aDes | ) | [inline] |
Sets the text to be matched against.
TDes & aDes | Text to be matched against |