#include <delimitedpath16.h>
| class TDelimitedPathParser16 : public TDelimitedParserBase16 |
| Public Member Functions | |
|---|---|
| TDelimitedPathParser16() | |
| IMPORT_C void | Parse(const TDesC16 &) |
| IMPORT_C void | ParseReverse(const TDesC16 &) |
| IMPORT_C void | Parse | ( | const TDesC16 & | aPath | ) |
Reimplemented from TDelimitedParserBase16::Parse(const TDesC16 &)
This parses the descriptor into path segments from left to right.
| Parameters | |
|---|---|
| aPath | A descriptor containing the path. |
| IMPORT_C void | ParseReverse | ( | const TDesC16 & | aPath | ) |
Reimplemented from TDelimitedParserBase16::ParseReverse(const TDesC16 &)
This parses the descriptor into path segments from right to left.
| Parameters | |
|---|---|
| aPath | A descriptor containing the path. |