Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: bamatch.h
Link against: bafl.lib

Class RIncrMatcherPtr

RIncrMatcherPtr

Support

Supported from 5.0

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

RIncrMatcherBaseBase class for incremental matcher classes
RIncrMatcherPtrIncrementally matches text against a descriptor, accessed via a pointer

Defined in RIncrMatcherPtr:
MatchDes(), RIncrMatcherPtr(), SetMatcherPtr(), ~RIncrMatcherPtr();

Inherited from RIncrMatcherBase:
AppendChar(), Clear(), DeleteLastChar(), FirstMatchingIndex(), FirstMatchingIndexC(), FirstMatchingIndexF(), IsMatch(), IsMatchC(), IsMatchF(), MatchLength(), MatchText(), MaxLength(), SetBestMatch(), SetBestMatchC(), SetBestMatchF(), SetMatchText()


Construction, destruction, and setup


RIncrMatcherPtr()

RIncrMatcherPtr();

Description

Default constructor.


RIncrMatcherPtr()

RIncrMatcherPtr(TDes& aDes);

Description

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

Parameters

TDes& aDes

Text to be matched against


~RIncrMatcherPtr();

~RIncrMatcherPtr();

Description

Destructor.


SetMatcherPtr()

void SetMatcherPtr(TDes& aDes);

Description

Sets the text to be matched against.

Parameters

TDes& aDes

Text to be matched against

[Top]


Protected member functions


MatchDes()

TDes& MatchDes();

Description

Gets the match text.

Return value

TDes&

Match text


MatchDes()

const TDes& MatchDes() const;

Description

Gets the match text.

Return value

const TDes&

Match text