RIncrMatcherPtr Class Reference

#include <bamatch.h>

Link against: bafl.lib

class RIncrMatcherPtr : public RIncrMatcherBase

Inherits from

Detailed Description

Incrementally matches text against a descriptor, accessed via a pointer.

The class does not take a copy of the text to match against, but only stores the pointer.

Constructor & Destructor Documentation

RIncrMatcherPtr ( )

IMPORT_CRIncrMatcherPtr()

Default constructor.

RIncrMatcherPtr ( TDes & )

IMPORT_CRIncrMatcherPtr(TDes &aDes)

Constructor that initialises the object with the text to be matched against.

Parameters
aDesText to be matched against

~RIncrMatcherPtr ( )

IMPORT_C~RIncrMatcherPtr()[virtual]

Destructor.

Member Function Documentation

MatchDes ( )

IMPORT_C TDes &MatchDes()[protected, virtual]

Reimplemented from RIncrMatcherBase::MatchDes()

Gets the match text.

Return Value
Match text

MatchDes ( )

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

Reimplemented from RIncrMatcherBase::MatchDes()const

Gets the match text.

Return Value
Match text

SetMatcherPtr ( TDes & )

voidSetMatcherPtr(TDes &aDes)[inline]

Sets the text to be matched against.

Parameters
aDesText to be matched against