class CDelimitedPathSegment8 : public CDelimitedDataBase8 |
Dependencies : CDelimitedStringBase8 Comments : Provides functionality to create a delimited path segment where components of the path segment delimited by '/' as defined in RFC2396. 6.0
Public Member Functions | |
---|---|
~CDelimitedPathSegment8() | |
IMPORT_C void | InsertAndEscapeCurrentL(const TDesC8 &) |
IMPORT_C CDelimitedPathSegment8 * | NewL(const TDesC8 &) |
IMPORT_C CDelimitedPathSegment8 * | NewLC(const TDesC8 &) |
IMPORT_C void | PushAndEscapeBackL(const TDesC8 &) |
IMPORT_C void | PushAndEscapeFrontL(const TDesC8 &) |
Private Member Functions | |
---|---|
CDelimitedPathSegment8() | |
void | ConstructL(const TDesC8 &) |
void | ConstructL | ( | const TDesC8 & | aPathSegment | ) | [private] |
const TDesC8 & aPathSegment |
IMPORT_C void | InsertAndEscapeCurrentL | ( | const TDesC8 & | aParam | ) |
const TDesC8 & aParam |
IMPORT_C CDelimitedPathSegment8 * | NewL | ( | const TDesC8 & | aPathSegment | ) | [static] |
const TDesC8 & aPathSegment |
IMPORT_C CDelimitedPathSegment8 * | NewLC | ( | const TDesC8 & | aPathSegment | ) | [static] |
const TDesC8 & aPathSegment |