Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: bamatch.h
Link against: bafl.lib

Class RIncrMatcherBuf

template <TInt aMaximumSize> class RIncrMatcherBuf : public RIncrMatcherBase

Support

Supported from 5.0

Description

Incrementally matches text against a modifiable descriptor buffer.

Set aMaximumSize to be the maximum size of this buffer.

Derivation

RIncrMatcherBaseBase class for incremental matcher classes
RIncrMatcherBufIncrementally matches text against a modifiable descriptor buffer

Defined in RIncrMatcherBuf:
MatchDes(), RIncrMatcherBuf()

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


Construction and destruction


RIncrMatcherBuf()

RIncrMatcherBuf();

Description

Default constructor.


RIncrMatcherBuf()

protected: RIncrMatcherBuf(const RIncrMatcherBuf& aMatcher);

Description

Copy constructor.

Parameters

const RIncrMatcherBuf& aMatcher

RIncrMatcherBuf to copy

[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