RIncrMatcherPtr Class Reference

class RIncrMatcherPtr : public RIncrMatcherBase

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.

Inherits from

Constructor & Destructor Documentation

RIncrMatcherPtr()

IMPORT_C RIncrMatcherPtr ( )

Default constructor.

RIncrMatcherPtr(TDes &)

IMPORT_C RIncrMatcherPtr ( TDes & aDes )

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

Parameters

TDes & aDes Text to be matched against

~RIncrMatcherPtr()

IMPORT_C ~RIncrMatcherPtr ( ) [virtual]

Destructor.

Member Functions Documentation

MatchDes()

IMPORT_C TDes & MatchDes ( ) [protected, virtual]

Gets the match text.

MatchDes()

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

Gets the match text.

SetMatcherPtr(TDes &)

void SetMatcherPtr ( TDes & aDes ) [inline]

Sets the text to be matched against.

Parameters

TDes & aDes Text to be matched against

Member Data Documentation

TDes * iDesPtr

TDes * iDesPtr [private]