|
||
class CMimeInfo : public CBase;
Holds the localised names for a data type.
CBase
-
Base class for all classes to be instantiated on the heap.
CMimeInfo
- Holds the localised names for a data type.
Defined in CMimeInfo
:
AddLanguageL(TLanguageInfo)
Adds a localised name for the data type.NewLC(TDataType &)
Allocates and constructs a CMimeInfo for a specified data type, leaving the obje...~CMimeInfo()
Destructor. Inherited from CBase
:
Delete(CBase *)
Deletes the specified object.Extension_(TUint,TAny *&,TAny *)
Extension function operator new(TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TAny *)
Initialises the object to binary zeroes.operator new(TUint,TLeave)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TLeave,TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TUint)
Allocates the object from the heap and then initialises its contents to binary z...IMPORT_C static CMimeInfo* NewLC(TDataType &aMime);
Allocates and constructs a CMimeInfo for a specified data type, leaving the object on the cleanup stack.
|
|
IMPORT_C void AddLanguageL(TLanguageInfo aLang);
Adds a localised name for the data type.
|