#include <bamatch.h>
Link against: bafl.lib
class RIncrMatcherTextBuf : public RIncrMatcherBase |
Public Member Functions | |
---|---|
RIncrMatcherTextBuf() | |
virtual | ~RIncrMatcherTextBuf() |
void | SetMatcherLengthL(TInt) |
Protected Member Functions | |
---|---|
virtual IMPORT_C TDes & | MatchDes() |
virtual IMPORT_C const TDes & | MatchDes() |
Incrementally matches text against a text buffer with variable maximum length.
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 | SetMatcherLengthL | ( | TInt | aMaxLength | ) | [inline] |
Sets the maximum length of text that can be stored through SetMatchText() etc.
Parameters | |
---|---|
aMaxLength | Maximum length of text that can be stored |