Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <BAMATCH.H>

Class RIncrMatcherBuf

class RIncrMatcherBuf : public RIncrMatcherBase;

Description

Incrementally matches text against a modifiable descriptor buffer. Set aMaximumSize to be the maximum size of this buffer.

Derivation

Members

Defined in RIncrMatcherBuf:

Inherited from RIncrMatcherBase:


Construction and destruction


RIncrMatcherBuf()

inline RIncrMatcherBuf();

Description

Default constructor.


RIncrMatcherBuf(const RIncrMatcherBuf &)

protected: inline RIncrMatcherBuf(const RIncrMatcherBuf &aMatcher);

Description

Copy constructor.

Parameters

const RIncrMatcherBuf &aMatcher

RIncrMatcherBuf to copy

[Top]


Member functions


MatchDes()

protected: virtual inline TDes& MatchDes();

Description

Gets the match text.

Return value

TDes16 &

Match text (non const)


MatchDes()const

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

Description

Gets the match text.

Return value

const TDes16 &

Match text (const)