43bc6a43074c10671142b2cbbf0b4a2a4d814a9e
[demo.git] / VES5.0 / doxygen-1.8.12 / html / examples / include / html / example.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
5 <meta http-equiv="X-UA-Compatible" content="IE=9"/>
6 <meta name="generator" content="Doxygen 1.8.12"/>
7 <meta name="viewport" content="width=device-width, initial-scale=1"/>
8 <title>Include Command: $title</title>
9 <link href="tabs.css" rel="stylesheet" type="text/css"/>
10 <script type="text/javascript" src="jquery.js"></script>
11 <script type="text/javascript" src="dynsections.js"></script>
12 <link href="doxygen.css" rel="stylesheet" type="text/css" />
13 </head>
14 <body>
15 <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
16 <div id="titlearea">
17 <table cellspacing="0" cellpadding="0">
18  <tbody>
19  <tr style="height: 56px;">
20   <td id="projectalign" style="padding-left: 0.5em;">
21    <div id="projectname">Include Command
22    </div>
23   </td>
24  </tr>
25  </tbody>
26 </table>
27 </div>
28 <!-- end header part -->
29 <!-- Generated by Doxygen 1.8.12 -->
30 <script type="text/javascript" src="menudata.js"></script>
31 <script type="text/javascript" src="menu.js"></script>
32 <script type="text/javascript">
33 $(function() {
34   initMenu('',false,false,'search.php','Search');
35 });
36 </script>
37 <div id="main-nav"></div>
38 </div><!-- top -->
39 <div class="contents">
40 <div class="textblock"> Our main function starts like this: <div class="fragment"><div class="line"><span class="keywordtype">void</span> main()</div><div class="line">{</div></div><!-- fragment --> First we create an object <code>t</code> of the <a class="el" href="class_include___test.html">Include_Test</a> class. <div class="fragment"><div class="line">  <a class="code" href="class_include___test.html">Include_Test</a> t;</div></div><!-- fragment --> Then we call the example member function <div class="fragment"><div class="line">  t.<a class="code" href="class_include___test.html#aa286655e8f7f6a8ad203ef5fd8548b81">example</a>();</div></div><!-- fragment --> After that our little test routine ends. <div class="fragment"><div class="line">}</div></div><!-- fragment --> </p>
41 </div></div><!-- contents -->
42 <!-- start footer part -->
43 <hr class="footer"/><address class="footer"><small>
44 Generated by &#160;<a href="http://www.doxygen.org/index.html">
45 <img class="footer" src="doxygen.png" alt="doxygen"/>
46 </a> 1.8.12
47 </small></address>
48 </body>
49 </html>