Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > 2490fc2409e43f71a6d82544660cf84c > files > 269

doxygen-1.4.4-1.1.20060mdk.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Include Command: </title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.4 -->
<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
 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#a0">example</a>();
</pre></div> After that our little test routine ends. <div class="fragment"><pre class="fragment">}
</pre></div> <hr size="1"><address style="align: right;"><small>Generated on Wed Nov 15 11:05:39 2006 for Include Command by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>
</html>