Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

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

Class RIncrMatcherPtr

class RIncrMatcherPtr : public RIncrMatcherBase;

Description

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.

Derivation

Members

Defined in RIncrMatcherPtr:

Inherited from RIncrMatcherBase:


Construction and destruction


RIncrMatcherPtr()

IMPORT_C RIncrMatcherPtr();

Description

Default constructor.


RIncrMatcherPtr(TDes &)

IMPORT_C RIncrMatcherPtr(TDes &aDes);

Description

Constructor that initialises the object with the text to be matched against.

Parameters

TDes16 &aDes

Text to be matched against


~RIncrMatcherPtr()

IMPORT_C virtual ~RIncrMatcherPtr();

Description

Destructor.

[Top]


Member functions


SetMatcherPtr(TDes &)

inline void SetMatcherPtr(TDes &aDes);

Description

Sets the text to be matched against.

Parameters

TDes16 &aDes

Text to be matched against


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