Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: 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:
MatchDes(), MatchDes(), RIncrMatcherBuf(), RIncrMatcherBuf()

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


Construction and destruction


RIncrMatcherBuf()

inline RIncrMatcherBuf();

Description

Default constructor.


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

TDes &

Match text (non const)


MatchDes()

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

Description

Gets the match text.

Return value

const TDes &

Match text (const)