|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
|
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> |
|
3 <title>TB10.1 Example Applications: CExampleResolver Class Reference</title> |
|
4 <link href="doxygen.css" rel="stylesheet" type="text/css"> |
|
5 <link href="tabs.css" rel="stylesheet" type="text/css"> |
|
6 </head><body> |
|
7 <!-- Generated by Doxygen 1.5.3 --> |
|
8 <h1>CExampleResolver Class Reference</h1><!-- doxytag: class="CExampleResolver" --> |
|
9 <p> |
|
10 <a href="class_c_example_resolver-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0"> |
|
11 <tr><td></td></tr> |
|
12 <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr> |
|
13 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="54edfb33a259d0661c4ac46e0db61b5f"></a><!-- doxytag: member="CExampleResolver::~CExampleResolver" ref="54edfb33a259d0661c4ac46e0db61b5f" args="()" --> |
|
14 </td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_example_resolver.html#54edfb33a259d0661c4ac46e0db61b5f">~CExampleResolver</a> ()</td></tr> |
|
15 |
|
16 <tr><td class="memItemLeft" nowrap align="right" valign="top">TUid </td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_example_resolver.html#69f86a4e738658a27f4140d047ab1c6d">IdentifyImplementationL</a> (TUid aInterfaceUid, const TEComResolverParams &aAdditionalParameters) const </td></tr> |
|
17 |
|
18 <tr><td class="memItemLeft" nowrap align="right" valign="top">RImplInfoArray * </td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_example_resolver.html#de80c48bb5089b04715bf3d4e192331f">ListAllL</a> (TUid aInterfaceUid, const TEComResolverParams &aAdditionalParameters) const </td></tr> |
|
19 |
|
20 <tr><td colspan="2"><br><h2>Static Public Member Functions</h2></td></tr> |
|
21 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a37febb01f74d305076abacddbd375a8"></a><!-- doxytag: member="CExampleResolver::NewL" ref="a37febb01f74d305076abacddbd375a8" args="(MPublicRegistry &aRegistry)" --> |
|
22 static <a class="el" href="class_c_example_resolver.html">CExampleResolver</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_example_resolver.html#a37febb01f74d305076abacddbd375a8">NewL</a> (MPublicRegistry &aRegistry)</td></tr> |
|
23 |
|
24 </table> |
|
25 <hr><a name="_details"></a><h2>Detailed Description</h2> |
|
26 Implements a non-default resolver.<p> |
|
27 This controls the identification, (resolution), of which implementation will be used to satisfy an interface implementation instantiation. |
|
28 <p>Definition at line <a class="el" href="_example_resolver_8h-source.html#l00033">33</a> of file <a class="el" href="_example_resolver_8h-source.html">ExampleResolver.h</a>.</p> |
|
29 <hr><h2>Member Function Documentation</h2> |
|
30 <a class="anchor" name="69f86a4e738658a27f4140d047ab1c6d"></a><!-- doxytag: member="CExampleResolver::IdentifyImplementationL" ref="69f86a4e738658a27f4140d047ab1c6d" args="(TUid aInterfaceUid, const TEComResolverParams &aAdditionalParameters) const " --> |
|
31 <div class="memitem"> |
|
32 <div class="memproto"> |
|
33 <table class="memname"> |
|
34 <tr> |
|
35 <td class="memname">TUid CExampleResolver::IdentifyImplementationL </td> |
|
36 <td>(</td> |
|
37 <td class="paramtype">TUid </td> |
|
38 <td class="paramname"> <em>aInterfaceUid</em>, </td> |
|
39 </tr> |
|
40 <tr> |
|
41 <td class="paramkey"></td> |
|
42 <td></td> |
|
43 <td class="paramtype">const TEComResolverParams & </td> |
|
44 <td class="paramname"> <em>aAdditionalParameters</em></td><td> </td> |
|
45 </tr> |
|
46 <tr> |
|
47 <td></td> |
|
48 <td>)</td> |
|
49 <td></td><td></td><td width="100%"> const</td> |
|
50 </tr> |
|
51 </table> |
|
52 </div> |
|
53 <div class="memdoc"> |
|
54 |
|
55 <p> |
|
56 Request that the resolver identify the most appropriate interface implementation. <dl compact><dt><b>Parameters:</b></dt><dd> |
|
57 <table border="0" cellspacing="2" cellpadding="0"> |
|
58 <tr><td valign="top"></td><td valign="top"><em>aInterfaceUid</em> </td><td>The interface for which implementations are requested </td></tr> |
|
59 <tr><td valign="top"></td><td valign="top"><em>aAdditionalParameters</em> </td><td>Data to be used to refine the search further </td></tr> |
|
60 </table> |
|
61 </dl> |
|
62 <dl class="return" compact><dt><b>Returns:</b></dt><dd>The Uid of the best fit interface implementation - KNullUid if no match is found </dd></dl> |
|
63 |
|
64 <p>Definition at line <a class="el" href="_example_resolver_8cpp-source.html#l00045">45</a> of file <a class="el" href="_example_resolver_8cpp-source.html">ExampleResolver.cpp</a>.</p> |
|
65 |
|
66 </div> |
|
67 </div><p> |
|
68 <a class="anchor" name="de80c48bb5089b04715bf3d4e192331f"></a><!-- doxytag: member="CExampleResolver::ListAllL" ref="de80c48bb5089b04715bf3d4e192331f" args="(TUid aInterfaceUid, const TEComResolverParams &aAdditionalParameters) const " --> |
|
69 <div class="memitem"> |
|
70 <div class="memproto"> |
|
71 <table class="memname"> |
|
72 <tr> |
|
73 <td class="memname">RImplInfoArray * CExampleResolver::ListAllL </td> |
|
74 <td>(</td> |
|
75 <td class="paramtype">TUid </td> |
|
76 <td class="paramname"> <em>aInterfaceUid</em>, </td> |
|
77 </tr> |
|
78 <tr> |
|
79 <td class="paramkey"></td> |
|
80 <td></td> |
|
81 <td class="paramtype">const TEComResolverParams & </td> |
|
82 <td class="paramname"> <em>aAdditionalParameters</em></td><td> </td> |
|
83 </tr> |
|
84 <tr> |
|
85 <td></td> |
|
86 <td>)</td> |
|
87 <td></td><td></td><td width="100%"> const</td> |
|
88 </tr> |
|
89 </table> |
|
90 </div> |
|
91 <div class="memdoc"> |
|
92 |
|
93 <p> |
|
94 List all the implementations which satisfy the specified interface. <dl compact><dt><b>Parameters:</b></dt><dd> |
|
95 <table border="0" cellspacing="2" cellpadding="0"> |
|
96 <tr><td valign="top"></td><td valign="top"><em>aInterfaceUid</em> </td><td>The interface for which implementations are requested </td></tr> |
|
97 <tr><td valign="top"></td><td valign="top"><em>aAdditionalParameters</em> </td><td>Data to be used to refine the search further </td></tr> |
|
98 </table> |
|
99 </dl> |
|
100 <dl class="return" compact><dt><b>Returns:</b></dt><dd>Pointer to an array of suitable implementations. Ownership of this array is passed to the calling function. </dd></dl> |
|
101 |
|
102 <p>Definition at line <a class="el" href="_example_resolver_8cpp-source.html#l00076">76</a> of file <a class="el" href="_example_resolver_8cpp-source.html">ExampleResolver.cpp</a>.</p> |
|
103 |
|
104 </div> |
|
105 </div><p> |
|
106 <hr size="1"><address style="text-align: right;"><small>Generated on Thu Jan 21 10:33:05 2010 for TB10.1 Example Applications by |
|
107 <a href="http://www.doxygen.org/index.html"> |
|
108 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address> |
|
109 </body> |
|
110 </html> |