class TDataType |
A data type.
The class maintains a string that describes the data type and an associated UID.
A data type is also referred to as a MIME type.
Public Member Functions | |
---|---|
TDataType() | |
TDataType(const TDataType &) | |
TDataType(const TDesC8 &) | |
TDataType(TUid) | |
IMPORT_C TBuf< KMaxDataTypeLength > | Des() |
IMPORT_C TPtrC8 | Des8() |
IMPORT_C void | ExternalizeL(RWriteStream &) |
IMPORT_C void | InternalizeL(RReadStream &) |
IMPORT_C TBool | IsNative() |
IMPORT_C TUid | Uid() |
IMPORT_C TInt | operator!=(const TDataType &) |
IMPORT_C TInt | operator==(const TDataType &) |
Private Member Functions | |
---|---|
void | ParseDes() |
Private Attributes | |
---|---|
TBuf8< KMaxDataTypeLength > | iDataType |
TUid | iUid |
IMPORT_C | TDataType | ( | const TDataType & | aDataType | ) |
const TDataType & aDataType |
IMPORT_C | TDataType | ( | const TDesC8 & | aDataType | ) |
const TDesC8 & aDataType |
IMPORT_C void | ExternalizeL | ( | RWriteStream & | aWriteStream | ) | const |
RWriteStream & aWriteStream |
IMPORT_C void | InternalizeL | ( | RReadStream & | aReadStream | ) |
RReadStream & aReadStream |
IMPORT_C TInt | operator!= | ( | const TDataType & | aDataType | ) | const |
const TDataType & aDataType |
IMPORT_C TInt | operator== | ( | const TDataType & | aDataType | ) | const |
const TDataType & aDataType |