|
||
Interface status: | deprecated |
class CConverterLibrary : public CBase;
A converter DLL's factory for individual CConverterBase-derived objects.
The implementor of a converter DLL should implement this class.
CBase
-
Base class for all classes to be instantiated on the heap.
CConverterLibrary
- A converter DLL's factory for individual CConverterBase-derived objects.
Defined in CConverterLibrary
:
Converter(TUid)
Creates and returns an instance of the converter with the specified UID.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...Interface status: | deprecated | Inherited from: CConverterLibrary |
virtual CConverterBase* Converter(TUid aUid)=0;
Creates and returns an instance of the converter with the specified UID.
This class should not allocate any resources that are not returned to the caller.
|
|