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