RIncrMatcherBuf Class Reference

class RIncrMatcherBuf : public RIncrMatcherBase

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

Inherits from

Constructor & Destructor Documentation

RIncrMatcherBuf()

RIncrMatcherBuf ( ) [inline]

Default constructor.

RIncrMatcherBuf(const RIncrMatcherBuf &)

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

Copy constructor.

Parameters

const RIncrMatcherBuf & aMatcher RIncrMatcherBuf to copy

Member Functions Documentation

MatchDes()

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

Gets the match text.

MatchDes()

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

Gets the match text.

Member Data Documentation

TBuf< aMaximumSize > iMatchBuf

TBuf < aMaximumSize > iMatchBuf [private]