TDelimitedPathParser8 Class Reference

class TDelimitedPathParser8 : public TDelimitedParserBase8
Dependencies : TDelimitedParserBase8 Comments : Derived class from TDelimitedParserBase providing a class for parsing paths delimited by a '/' as defined in RFC2396.
Since
6.0

Inherits from

Constructor & Destructor Documentation

TDelimitedPathParser8()

IMPORT_CTDelimitedPathParser8()

Constructor.

Since
6.0

Member Functions Documentation

Parse(const TDesC8 &)

IMPORT_C voidParse(const TDesC8 &aPath)

This parses the descriptor into path segments from left to right.

Since
6.0
Pre-condition
The delimiter must have been set.
Post-condition
The current segment is the leftmost segment and the direction of parsing is set from left to right (EDelimitedDataForward).

Parameters

const TDesC8 & aPathA descriptor containing the path.

ParseReverse(const TDesC8 &)

IMPORT_C voidParseReverse(const TDesC8 &aPath)

This parses the descriptor into path segments from right to left.

Since
6.0
Pre-condition
The delimiter must have been set.
Post-condition
The current segment is the leftmost segment and the direction of parsing is set from right to left (EDelimitedDataReverse).

Parameters

const TDesC8 & aPathA descriptor containing the path.