Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_t_digit.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: TDigit 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>TDigit Class Reference</h1><!-- doxytag: class="TDigit" -->
<p><a href="class_t_digit-members.html">List of all members.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_t_digit.html#addcb221b3cc8ded9c57df5e0deed7313">TDigit</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_t_digit.html#a47ece24e5d32c125a2afea13179c6b65">Set</a> (TInt iDigit)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">TInt&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_t_digit.html#ac59dd51bd32a1a8f614f96093ca29937">Get</a> ()</td></tr>
<tr><td colspan="2"><h2>Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">TSglQueLink&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_t_digit.html#a04c9bc959925fdac9eb111787495b10e">iSLink</a></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>This class represents a decimal digit of an integer number. It is an element of a singly linked list. A singly linked list of elements of this class represents an integer number. </p>
<dl class="see"><dt><b>See also:</b></dt><dd>CLongNumber::iNumber. </dd></dl>

<p>Definition at line <a class="el" href="digit_8h_source.html#l00033">33</a> of file <a class="el" href="digit_8h_source.html">digit.h</a>.</p>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="addcb221b3cc8ded9c57df5e0deed7313"></a><!-- doxytag: member="TDigit::TDigit" ref="addcb221b3cc8ded9c57df5e0deed7313" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">TDigit::TDigit </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Constructor. </p>

<p>Definition at line <a class="el" href="digit_8cpp_source.html#l00028">28</a> of file <a class="el" href="digit_8cpp_source.html">digit.cpp</a>.</p>

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a47ece24e5d32c125a2afea13179c6b65"></a><!-- doxytag: member="TDigit::Set" ref="a47ece24e5d32c125a2afea13179c6b65" args="(TInt iDigit)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void TDigit::Set </td>
          <td>(</td>
          <td class="paramtype">TInt&nbsp;</td>
          <td class="paramname"> <em>aDigit</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Sets the iDigit data member of the class. </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>aDigit</em>&nbsp;</td><td>The value of the digit. </td></tr>
  </table>
  </dd>
</dl>

<p>Definition at line <a class="el" href="digit_8cpp_source.html#l00036">36</a> of file <a class="el" href="digit_8cpp_source.html">digit.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="ac59dd51bd32a1a8f614f96093ca29937"></a><!-- doxytag: member="TDigit::Get" ref="ac59dd51bd32a1a8f614f96093ca29937" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">TInt TDigit::Get </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Gets the iDigit data member of the class. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>The value of the digit. </dd></dl>

<p>Definition at line <a class="el" href="digit_8cpp_source.html#l00045">45</a> of file <a class="el" href="digit_8cpp_source.html">digit.cpp</a>.</p>

</div>
</div>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="a04c9bc959925fdac9eb111787495b10e"></a><!-- doxytag: member="TDigit::iSLink" ref="a04c9bc959925fdac9eb111787495b10e" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">TSglQueLink <a class="el" href="class_t_digit.html#a04c9bc959925fdac9eb111787495b10e">TDigit::iSLink</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>The link object for the singly linked list. </p>

<p>Definition at line <a class="el" href="digit_8h_source.html#l00048">48</a> of file <a class="el" href="digit_8h_source.html">digit.h</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>