Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_example_interface.html
author Dominic Pinkman <dominic.pinkman@nokia.com>
Fri, 13 Aug 2010 16:47:46 +0100
changeset 14 578be2adaf3e
parent 6 43e37759235e
permissions -rw-r--r--
Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>TB9.2 Example Applications: CExampleInterface Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.2 -->
<div class="contents">
<h1>CExampleInterface Class Reference</h1><!-- doxytag: class="CExampleInterface" -->
<p>Inherited by <a class="el" href="class_c_implementation_class_one.html">CImplementationClassOne</a>, and <a class="el" href="class_c_implementation_class_two.html">CImplementationClassTwo</a>.</p>

<p><a href="class_c_example_interface-members.html">List of all members.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_c_example_interface_1_1_t_example_interface_init_params.html">TExampleInterfaceInitParams</a></td></tr>
<tr><td colspan="2"><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5b8026ff599cc3d878ef16e5beab08c5"></a><!-- doxytag: member="CExampleInterface::DoMethodL" ref="a5b8026ff599cc3d878ef16e5beab08c5" args="(TDes &amp;aString)=0" -->
virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><b>DoMethodL</b> (TDes &amp;aString)=0</td></tr>
<tr><td colspan="2"><h2>Static Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="adf5bfdbfe9ff3efd85db940282cf7df8"></a><!-- doxytag: member="CExampleInterface::NewL" ref="adf5bfdbfe9ff3efd85db940282cf7df8" args="()" -->
static <a class="el" href="class_c_example_interface.html">CExampleInterface</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><b>NewL</b> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a880c7f8ff9d7f0a26a52e10b065e4b75"></a><!-- doxytag: member="CExampleInterface::NewL" ref="a880c7f8ff9d7f0a26a52e10b065e4b75" args="(const TDesC8 &amp;aMatchString)" -->
static <a class="el" href="class_c_example_interface.html">CExampleInterface</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><b>NewL</b> (const TDesC8 &amp;aMatchString)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a83b7024c5a66cfcfb33022644acbdb74"></a><!-- doxytag: member="CExampleInterface::NewL" ref="a83b7024c5a66cfcfb33022644acbdb74" args="(const TDesC8 &amp;aMatchString, TExampleInterfaceInitParams &amp;aParams)" -->
static <a class="el" href="class_c_example_interface.html">CExampleInterface</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><b>NewL</b> (const TDesC8 &amp;aMatchString, <a class="el" href="struct_c_example_interface_1_1_t_example_interface_init_params.html">TExampleInterfaceInitParams</a> &amp;aParams)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a969ab4804c42e0abe18f7ce80c06964f"></a><!-- doxytag: member="CExampleInterface::ListAllImplementationsL" ref="a969ab4804c42e0abe18f7ce80c06964f" args="(RImplInfoPtrArray &amp;aImplInfoArray)" -->
static void&nbsp;</td><td class="memItemRight" valign="bottom"><b>ListAllImplementationsL</b> (RImplInfoPtrArray &amp;aImplInfoArray)</td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>An example abstract class being representative of the concrete class which the client wishes to use.</p>
<p>It acts as a base, for a real class to provide all the functionality that a client requires. It supplies instantiation &amp; destruction by using the ECom framework, and functional services by using the methods of the actual class. </p>

<p>Definition at line <a class="el" href="_interface_8h_source.html#l00036">36</a> of file <a class="el" href="_interface_8h_source.html">Interface.h</a>.</p>
</div>
<hr size="1"/><address style="text-align: right;"><small>Generated by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.2 </small></address>
</body>
</html>