aboutsummaryrefslogtreecommitdiffstats
path: root/VES5.0/doxygen-1.8.12/html/examples/restypedef/html/restypedef_8cpp.html
diff options
context:
space:
mode:
Diffstat (limited to 'VES5.0/doxygen-1.8.12/html/examples/restypedef/html/restypedef_8cpp.html')
-rw-r--r--VES5.0/doxygen-1.8.12/html/examples/restypedef/html/restypedef_8cpp.html120
1 files changed, 120 insertions, 0 deletions
diff --git a/VES5.0/doxygen-1.8.12/html/examples/restypedef/html/restypedef_8cpp.html b/VES5.0/doxygen-1.8.12/html/examples/restypedef/html/restypedef_8cpp.html
new file mode 100644
index 00000000..0347bbeb
--- /dev/null
+++ b/VES5.0/doxygen-1.8.12/html/examples/restypedef/html/restypedef_8cpp.html
@@ -0,0 +1,120 @@
+<!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"/>
+<meta http-equiv="X-UA-Compatible" content="IE=9"/>
+<meta name="generator" content="Doxygen 1.8.12"/>
+<meta name="viewport" content="width=device-width, initial-scale=1"/>
+<title>Resolving Typedefs: restypedef.cpp File Reference</title>
+<link href="tabs.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="jquery.js"></script>
+<script type="text/javascript" src="dynsections.js"></script>
+<link href="doxygen.css" rel="stylesheet" type="text/css" />
+</head>
+<body>
+<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
+<div id="titlearea">
+<table cellspacing="0" cellpadding="0">
+ <tbody>
+ <tr style="height: 56px;">
+ <td id="projectalign" style="padding-left: 0.5em;">
+ <div id="projectname">Resolving Typedefs
+ </div>
+ </td>
+ </tr>
+ </tbody>
+</table>
+</div>
+<!-- end header part -->
+<!-- Generated by Doxygen 1.8.12 -->
+<script type="text/javascript" src="menudata.js"></script>
+<script type="text/javascript" src="menu.js"></script>
+<script type="text/javascript">
+$(function() {
+ initMenu('',false,false,'search.php','Search');
+});
+</script>
+<div id="main-nav"></div>
+</div><!-- top -->
+<div class="header">
+ <div class="summary">
+<a href="#nested-classes">Classes</a> &#124;
+<a href="#typedef-members">Typedefs</a> &#124;
+<a href="#func-members">Functions</a> </div>
+ <div class="headertitle">
+<div class="title">restypedef.cpp File Reference</div> </div>
+</div><!--header-->
+<div class="contents">
+<table class="memberdecls">
+<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
+Classes</h2></td></tr>
+<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_coord_struct.html">CoordStruct</a></td></tr>
+<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
+</table><table class="memberdecls">
+<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="typedef-members"></a>
+Typedefs</h2></td></tr>
+<tr class="memitem:a013489fb99c6a5b012db8ec66544a507"><td class="memItemLeft" align="right" valign="top">typedef <a class="el" href="struct_coord_struct.html">CoordStruct</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="restypedef_8cpp.html#a013489fb99c6a5b012db8ec66544a507">Coord</a></td></tr>
+<tr class="separator:a013489fb99c6a5b012db8ec66544a507"><td class="memSeparator" colspan="2">&#160;</td></tr>
+</table><table class="memberdecls">
+<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
+Functions</h2></td></tr>
+<tr class="memitem:a102acaaa258e937adf910898c6133545"><td class="memItemLeft" align="right" valign="top"><a class="el" href="restypedef_8cpp.html#a013489fb99c6a5b012db8ec66544a507">Coord</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="restypedef_8cpp.html#a102acaaa258e937adf910898c6133545">add</a> (<a class="el" href="restypedef_8cpp.html#a013489fb99c6a5b012db8ec66544a507">Coord</a> c1, <a class="el" href="restypedef_8cpp.html#a013489fb99c6a5b012db8ec66544a507">Coord</a> c2)</td></tr>
+<tr class="separator:a102acaaa258e937adf910898c6133545"><td class="memSeparator" colspan="2">&#160;</td></tr>
+</table>
+<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
+<div class="textblock"><p>An example of resolving typedefs. </p>
+</div><h2 class="groupheader">Typedef Documentation</h2>
+<a id="a013489fb99c6a5b012db8ec66544a507"></a>
+<h2 class="memtitle"><span class="permalink"><a href="#a013489fb99c6a5b012db8ec66544a507">&sect;&nbsp;</a></span>Coord</h2>
+
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">typedef <a class="el" href="struct_coord_struct.html">CoordStruct</a> <a class="el" href="restypedef_8cpp.html#a013489fb99c6a5b012db8ec66544a507">Coord</a></td>
+ </tr>
+ </table>
+</div><div class="memdoc">
+<p>Creates a type name for <a class="el" href="struct_coord_struct.html">CoordStruct</a> </p>
+
+</div>
+</div>
+<h2 class="groupheader">Function Documentation</h2>
+<a id="a102acaaa258e937adf910898c6133545"></a>
+<h2 class="memtitle"><span class="permalink"><a href="#a102acaaa258e937adf910898c6133545">&sect;&nbsp;</a></span>add()</h2>
+
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname"><a class="el" href="restypedef_8cpp.html#a013489fb99c6a5b012db8ec66544a507">Coord</a> add </td>
+ <td>(</td>
+ <td class="paramtype"><a class="el" href="restypedef_8cpp.html#a013489fb99c6a5b012db8ec66544a507">Coord</a>&#160;</td>
+ <td class="paramname"><em>c1</em>, </td>
+ </tr>
+ <tr>
+ <td class="paramkey"></td>
+ <td></td>
+ <td class="paramtype"><a class="el" href="restypedef_8cpp.html#a013489fb99c6a5b012db8ec66544a507">Coord</a>&#160;</td>
+ <td class="paramname"><em>c2</em>&#160;</td>
+ </tr>
+ <tr>
+ <td></td>
+ <td>)</td>
+ <td></td><td></td>
+ </tr>
+ </table>
+</div><div class="memdoc">
+<p>This function returns the addition of <em>c1</em> and <em>c2</em>, i.e: (c1.x+c2.x,c1.y+c2.y) </p>
+
+</div>
+</div>
+</div><!-- contents -->
+<!-- start footer part -->
+<hr class="footer"/><address class="footer"><small>
+Generated by &#160;<a href="http://www.doxygen.org/index.html">
+<img class="footer" src="doxygen.png" alt="doxygen"/>
+</a> 1.8.12
+</small></address>
+</body>
+</html>