| class RIncrMatcherTextBuf : public RIncrMatcherBase |
Incrementally matches text against a text buffer with variable maximum length.
| Public Member Functions | |
|---|---|
| RIncrMatcherTextBuf() | |
| ~RIncrMatcherTextBuf() | |
| void | SetMatcherLengthL(TInt) |
| Protected Member Functions | |
|---|---|
| IMPORT_C TDes & | MatchDes() |
| IMPORT_C const TDes & | MatchDes() |
| Private Attributes | |
|---|---|
| RTextBuf | iTextBuf |
| IMPORT_C const TDes & | MatchDes | ( | ) | const [protected, virtual] |
Gets the match text.
Match text
| void | SetMatcherLengthL | ( | TInt | aMaxLength | ) | [inline] |
Sets the maximum length of text that can be stored through SetMatchText() etc.
| TInt aMaxLength | Maximum length of text that can be stored |