TDelimitedPathSegmentParser8 Class Reference

#include <delimitedpathsegment8.h>

class TDelimitedPathSegmentParser8 : public TDelimitedParserBase8

Inherits from

Detailed Description

Dependencies : TDelimitedParserBase8 Comments : Derived class from TDelimitedParserBase providing a class for parsing path segments delimited by a ';' as defined in RFC2396.
Since
6.0

Constructor & Destructor Documentation

TDelimitedPathSegmentParser8 ( )

IMPORT_CTDelimitedPathSegmentParser8()

Constructor.

Since
6.0

Member Function Documentation

Parse ( const TDesC8 & )

IMPORT_C voidParse(const TDesC8 &aPathSegment)

Reimplemented from TDelimitedParserBase8::Parse(const TDesC8 &)

This parses the descriptor into path segment parameters 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
aPathSegmentA descriptor containing the path segment.

ParseReverse ( const TDesC8 & )

IMPORT_C voidParseReverse(const TDesC8 &aPathSegment)

Reimplemented from TDelimitedParserBase8::ParseReverse(const TDesC8 &)

This parses the descriptor into path segment parameters 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
aPathSegmentA descriptor containing the path segment.