Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/tcharexample_8cpp.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: examples/Base/tcharexample/tcharexample.cpp File 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>examples/Base/tcharexample/tcharexample.cpp File Reference</h1>
<p><a href="tcharexample_8cpp_source.html">Go to the source code of this file.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="tcharexample_8cpp.html#ac035de6ea814eee5cf8f2cb2ae58e34a">PrintIsXXXFunction</a> (TChar aCharValue)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="tcharexample_8cpp.html#af1157d139bbb1ee10c9a59b3ce68132a">TCharIsXXXFunctions</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="tcharexample_8cpp.html#a6dfdcb2a5b5fd8190675f999236f2856">TCharGetXXXFunctions</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="tcharexample_8cpp.html#a26b998efde154bf801bfcf97569ed405">TCharInfoFunctions</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="tcharexample_8cpp.html#a5fb473d4ee18739183215b04dcad6e12">MainL</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">TInt&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="tcharexample_8cpp.html#a8b0fea7c5e4de0484888431020cf3ec9">E32Main</a> ()</td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>

<p>Definition in file <a class="el" href="tcharexample_8cpp_source.html">tcharexample.cpp</a>.</p>
<hr/><h2>Function Documentation</h2>
<a class="anchor" id="ac035de6ea814eee5cf8f2cb2ae58e34a"></a><!-- doxytag: member="tcharexample.cpp::PrintIsXXXFunction" ref="ac035de6ea814eee5cf8f2cb2ae58e34a" args="(TChar aCharValue)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void PrintIsXXXFunction </td>
          <td>(</td>
          <td class="paramtype">TChar&nbsp;</td>
          <td class="paramname"> <em>aCharValue</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Extracts and prints information about a character using the TChar API. </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>aCharValue</em>&nbsp;</td><td>The character of interest. </td></tr>
  </table>
  </dd>
</dl>

<p>Definition at line <a class="el" href="tcharexample_8cpp_source.html#l00068">68</a> of file <a class="el" href="tcharexample_8cpp_source.html">tcharexample.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="af1157d139bbb1ee10c9a59b3ce68132a"></a><!-- doxytag: member="tcharexample.cpp::TCharIsXXXFunctions" ref="af1157d139bbb1ee10c9a59b3ce68132a" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void TCharIsXXXFunctions </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Demonstrates the use of the TChar::IsXXX() functions </p>

<p>Definition at line <a class="el" href="tcharexample_8cpp_source.html#l00115">115</a> of file <a class="el" href="tcharexample_8cpp_source.html">tcharexample.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="a6dfdcb2a5b5fd8190675f999236f2856"></a><!-- doxytag: member="tcharexample.cpp::TCharGetXXXFunctions" ref="a6dfdcb2a5b5fd8190675f999236f2856" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void TCharGetXXXFunctions </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Demonstrates the use of the TChar::GetXXX() functions and member enumerations. </p>

<p>Definition at line <a class="el" href="tcharexample_8cpp_source.html#l00131">131</a> of file <a class="el" href="tcharexample_8cpp_source.html">tcharexample.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="a26b998efde154bf801bfcf97569ed405"></a><!-- doxytag: member="tcharexample.cpp::TCharInfoFunctions" ref="a26b998efde154bf801bfcf97569ed405" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void TCharInfoFunctions </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Extracts information about a character using TCharInfo </p>

<p>Definition at line <a class="el" href="tcharexample_8cpp_source.html#l00202">202</a> of file <a class="el" href="tcharexample_8cpp_source.html">tcharexample.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="a5fb473d4ee18739183215b04dcad6e12"></a><!-- doxytag: member="tcharexample.cpp::MainL" ref="a5fb473d4ee18739183215b04dcad6e12" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void MainL </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Much simpler MainL(), uses the new Rendezvous() call to sync with the client</p>
<p>Secure variant Much simpler, uses the new Rendezvous() call to sync with the client </p>

<p>Definition at line <a class="el" href="tcharexample_8cpp_source.html#l00392">392</a> of file <a class="el" href="tcharexample_8cpp_source.html">tcharexample.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="a8b0fea7c5e4de0484888431020cf3ec9"></a><!-- doxytag: member="tcharexample.cpp::E32Main" ref="a8b0fea7c5e4de0484888431020cf3ec9" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">TInt E32Main </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Returns standard error code on exit</p>
<p>Secure variant only Process entry point. Called by client using RProcess API </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>Standard Epoc error code on process exit</dd>
<dd>
Standard Epoc error code on process exit Secure variant only Process entry point. Called by client using RProcess API</dd></dl>
<p>Entry point for the example </p>

<p>Definition at line <a class="el" href="tcharexample_8cpp_source.html#l00442">442</a> of file <a class="el" href="tcharexample_8cpp_source.html">tcharexample.cpp</a>.</p>

</div>
</div>
</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>