|
||
class CSpeechRecognitionCustomCommandParser : public CMMFCustomCommandParserBase;
This is the main class of Speech Recognition Custom Commands Parser.
CBase
-
Base class for all classes to be instantiated on the heap.
CMMFCustomCommandParserBase
-
Base class to define the interface of a custom command parser.
CSpeechRecognitionCustomCommandParser
-
This is the main class of Speech Recognition Custom Commands Parser.
Defined in CSpeechRecognitionCustomCommandParser
:
NewL(MSpeechRecognitionCustomCommandImplementor &)
Factory function for creating this class.~CSpeechRecognitionCustomCommandParser()
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...Inherited from CMMFCustomCommandParserBase
:
CMMFCustomCommandParserBase(TUid)
Constructor.HandleRequest(TMMFMessage &)
Pure virtual method to be implemented by derived classes.InterfaceId()
Returns the UID of the custom command interface provided by this parser.IMPORT_C static CSpeechRecognitionCustomCommandParser* NewL(MSpeechRecognitionCustomCommandImplementor &aImplementor);
Factory function for creating this class.
|
|
IMPORT_C ~CSpeechRecognitionCustomCommandParser();
Destructor.