class RIncrMatcherBuf : public RIncrMatcherBase |
Incrementally matches text against a modifiable descriptor buffer. Set aMaximumSize to be the maximum size of this buffer.
Public Member Functions | |
---|---|
RIncrMatcherBuf() |
Protected Member Functions | |
---|---|
RIncrMatcherBuf(const RIncrMatcherBuf &) | |
TDes & | MatchDes() |
const TDes & | MatchDes() |
Private Attributes | |
---|---|
TBuf< aMaximumSize > | iMatchBuf |
RIncrMatcherBuf | ( | const RIncrMatcherBuf & | aMatcher | ) | [protected, inline] |
Copy constructor.
const RIncrMatcherBuf & aMatcher | RIncrMatcherBuf to copy |
const TDes & | MatchDes | ( | ) | const [protected, inline, virtual] |
Gets the match text.
Match text (const)