TDelimitedPathSegmentParser16 Class Reference
#include
<delimitedpathsegment16.h>
class TDelimitedPathSegmentParser16 : public TDelimitedParserBase16 |
Inherits from
- TDelimitedPathSegmentParser16
Detailed Description
Dependencies :
TDelimitedParserBase16 Comments : Derived class from TDelimitedParserBase providing a class for parsing path segments delimited by '/' as defined in RFC2396.
- Since
- 6.0
Constructor & Destructor Documentation
TDelimitedPathSegmentParser16 ( )
IMPORT_C | TDelimitedPathSegmentParser16 | ( | ) | |
Member Function Documentation
Parse ( const TDesC16 & )
IMPORT_C void | Parse | ( | const TDesC16 & | aPathSegment | ) | |
This parses the descriptor into path segment 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 (EDelimitedDataFroward).
Parameter | Description | aPathSegment | A descriptor containing the path segment. |
ParseReverse ( const TDesC16 & )
IMPORT_C void | ParseReverse | ( | const TDesC16 & | aPathSegment | ) | |
This parses the descriptor into path segment 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).
Parameter | Description | aPathSegment | A descriptor containing the path segment. |