RIncrMatcherBuf Class Reference

#include <bamatch.h>

class RIncrMatcherBuf : public RIncrMatcherBase

Inherits from

Detailed Description

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

Constructor & Destructor Documentation

RIncrMatcherBuf ( )

RIncrMatcherBuf()[inline]

Default constructor.

RIncrMatcherBuf ( const RIncrMatcherBuf & )

RIncrMatcherBuf(const RIncrMatcherBuf &aMatcher)[protected, inline]

Copy constructor.

ParameterDescription
aMatcherRIncrMatcherBuf to copy

Member Function Documentation

MatchDes ( )

TDes &MatchDes()[protected, inline, virtual]

Reimplemented from RIncrMatcherBase::MatchDes()

Gets the match text.

Returns: Match text (non const)

MatchDes ( )

const TDes &MatchDes()const [protected, inline, virtual]

Reimplemented from RIncrMatcherBase::MatchDes()const

Gets the match text.

Returns: Match text (const)