Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <BAMATCH.H>
Link against: bafl.lib

Class RIncrMatcherTextBuf

class RIncrMatcherTextBuf : public RIncrMatcherBase;

Description

Incrementally matches text against a text buffer with variable maximum length.

Derivation

Members

Defined in RIncrMatcherTextBuf:

Inherited from RIncrMatcherBase:


Construction and destruction


RIncrMatcherTextBuf()

IMPORT_C RIncrMatcherTextBuf();

Description

Default constructor.


~RIncrMatcherTextBuf()

IMPORT_C virtual ~RIncrMatcherTextBuf();

Description

Destructor.

[Top]


Member functions


SetMatcherLengthL(TInt)

inline void SetMatcherLengthL(TInt aMaxLength);

Description

Sets the maximum length of text that can be stored through RIncrMatcherBase::SetMatchText(const TDesC &) etc.

Parameters

TInt aMaxLength

Maximum length of text that can be stored


MatchDes()

protected: IMPORT_C virtual TDes& MatchDes();

Description

Gets the match text.

Return value

TDes16 &

Match text


MatchDes()const

protected: IMPORT_C virtual const TDes& MatchDes() const;

Description

Gets the match text.

Return value

const TDes16 &

Match text