Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 6549b9d2a5249abe7bf6b58a49205570 > files > 334

doxygen-1.7.5-1.fc16.i686.rpm

<!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>Include Command: $title</title>

<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css" />



</head>
<body>
<div id="top"><!-- do not remove this div! -->


<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  
  
  <td style="padding-left: 0.5em;">
   <div id="projectname">Include Command
   
   </div>
   
  </td>
  
  
  
 </tr>
 </tbody>
</table>
</div>

<!-- Generated by Doxygen 1.7.5 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li class="current"><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<div class="textblock"> Our main function starts like this: <div class="fragment"><pre class="fragment"><span class="keywordtype">void</span> main()
{
</pre></div> First we create a object <code>t</code> of the <a class="el" href="class_test.html">Test</a> class. <div class="fragment"><pre class="fragment">  <a class="code" href="class_test.html">Test</a> t;
</pre></div> Then we call the example member function <div class="fragment"><pre class="fragment">  t.<a class="code" href="class_test.html#a47b775f65718978f1ffcd96376f8ecfa" title="a member function">example</a>();
</pre></div> After that our little test routine ends. <div class="fragment"><pre class="fragment">}
</pre></div> </p>
</div></div>


<hr class="footer"/><address class="footer"><small>
Generated on Fri Aug 26 2011 21:27:37 for Include Command by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.5
</small></address>

</body>
</html>