summaryrefslogtreecommitdiff
path: root/docs/html/class_allegro_init.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/class_allegro_init.html')
-rw-r--r--docs/html/class_allegro_init.html225
1 files changed, 225 insertions, 0 deletions
diff --git a/docs/html/class_allegro_init.html b/docs/html/class_allegro_init.html
new file mode 100644
index 0000000..bd7e6a7
--- /dev/null
+++ b/docs/html/class_allegro_init.html
@@ -0,0 +1,225 @@
+<!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>Rally X: AllegroInit Class Reference</title>
+
+<link href="tabs.css" rel="stylesheet" type="text/css"/>
+<link href="doxygen.css" rel="stylesheet" type="text/css" />
+
+<link href="search/search.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="jquery.js"></script>
+<script type="text/javascript" src="search/search.js"></script>
+<script type="text/javascript">
+ $(document).ready(function() { searchBox.OnSelectItem(0); });
+</script>
+
+</head>
+<body>
+<div id="top"><!-- do not remove this div! -->
+
+
+<div id="titlearea">
+<table cellspacing="0" cellpadding="0">
+ <tbody>
+ <tr style="height: 56px;">
+
+ <td id="projectlogo"><img alt="Logo" src="car.PNG"/></td>
+
+
+ <td style="padding-left: 0.5em;">
+ <div id="projectname">Rally X
+
+ </div>
+ <div id="projectbrief">ELEN3009 Project by Justin Wernick and David Schneider</div>
+ </td>
+
+
+
+ </tr>
+ </tbody>
+</table>
+</div>
+
+<!-- Generated by Doxygen 1.7.5.1 -->
+<script type="text/javascript">
+var searchBox = new SearchBox("searchBox", "search",false,'Search');
+</script>
+ <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="annotated.html"><span>Classes</span></a></li>
+ <li><a href="files.html"><span>Files</span></a></li>
+ <li>
+ <div id="MSearchBox" class="MSearchBoxInactive">
+ <span class="left">
+ <img id="MSearchSelect" src="search/mag_sel.png"
+ onmouseover="return searchBox.OnSearchSelectShow()"
+ onmouseout="return searchBox.OnSearchSelectHide()"
+ alt=""/>
+ <input type="text" id="MSearchField" value="Search" accesskey="S"
+ onfocus="searchBox.OnSearchFieldFocus(true)"
+ onblur="searchBox.OnSearchFieldFocus(false)"
+ onkeyup="searchBox.OnSearchFieldChange(event)"/>
+ </span><span class="right">
+ <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
+ </span>
+ </div>
+ </li>
+ </ul>
+ </div>
+ <div id="navrow2" class="tabs2">
+ <ul class="tablist">
+ <li><a href="annotated.html"><span>Class&#160;List</span></a></li>
+ <li><a href="classes.html"><span>Class&#160;Index</span></a></li>
+ <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li>
+ <li><a href="functions.html"><span>Class&#160;Members</span></a></li>
+ </ul>
+ </div>
+</div>
+<div class="header">
+ <div class="summary">
+<a href="#pub-methods">Public Member Functions</a> &#124;
+<a href="#pri-static-attribs">Static Private Attributes</a> </div>
+ <div class="headertitle">
+<div class="title">AllegroInit Class Reference</div> </div>
+</div>
+<div class="contents">
+<!-- doxytag: class="AllegroInit" -->
+<p>Class ensures that Allegro is initialized and uninstalled when appropriate.
+ <a href="class_allegro_init.html#details">More...</a></p>
+
+<p><code>#include &lt;<a class="el" href="_allegro_wrappers_8h_source.html">AllegroWrappers.h</a>&gt;</code></p>
+
+<p><a href="class_allegro_init-members.html">List of all members.</a></p>
+<table class="memberdecls">
+<tr><td colspan="2"><h2><a name="pub-methods"></a>
+Public Member Functions</h2></td></tr>
+<tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_allegro_init.html#a14e28ffed7456b158cf919d310920af4">AllegroInit</a> ()</td></tr>
+<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Constructor calls al_init() if it is the first instance. <a href="#a14e28ffed7456b158cf919d310920af4"></a><br/></td></tr>
+<tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_allegro_init.html#a81588c1ce0fe3646a188683f1598a66b">AllegroInit</a> (const <a class="el" href="class_allegro_init.html">AllegroInit</a> &amp;ref)</td></tr>
+<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Copy constructor, implemented to be included in instance count. <a href="#a81588c1ce0fe3646a188683f1598a66b"></a><br/></td></tr>
+<tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_allegro_init.html#a41fb85a1de21168ec2a93e79e0e20b89">~AllegroInit</a> ()</td></tr>
+<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Destructor calls al_uninstall_system() if it is the last instant. <a href="#a41fb85a1de21168ec2a93e79e0e20b89"></a><br/></td></tr>
+<tr><td colspan="2"><h2><a name="pri-static-attribs"></a>
+Static Private Attributes</h2></td></tr>
+<tr><td class="memItemLeft" align="right" valign="top">static int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_allegro_init.html#ab8d20b549d0b996dde5cdbe8acd7186c">_initCount</a> = 0</td></tr>
+<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Count of the current number of initialised <a class="el" href="class_allegro_init.html" title="Class ensures that Allegro is initialized and uninstalled when appropriate.">AllegroInit</a> objects. <a href="#ab8d20b549d0b996dde5cdbe8acd7186c"></a><br/></td></tr>
+</table>
+<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
+<div class="textblock"><p>Class ensures that Allegro is initialized and uninstalled when appropriate. </p>
+<p>Any classes that use Allegro should include this class as a data member.</p>
+<dl class="author"><dt><b>Author:</b></dt><dd>Justin Wernick </dd>
+<dd>
+David Schneider </dd></dl>
+
+<p>Definition at line <a class="el" href="_allegro_wrappers_8h_source.html#l00025">25</a> of file <a class="el" href="_allegro_wrappers_8h_source.html">AllegroWrappers.h</a>.</p>
+</div><hr/><h2>Constructor &amp; Destructor Documentation</h2>
+<a class="anchor" id="a14e28ffed7456b158cf919d310920af4"></a><!-- doxytag: member="AllegroInit::AllegroInit" ref="a14e28ffed7456b158cf919d310920af4" args="()" -->
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">AllegroInit::AllegroInit </td>
+ <td>(</td>
+ <td class="paramname"></td><td>)</td>
+ <td></td>
+ </tr>
+ </table>
+</div>
+<div class="memdoc">
+
+<p>Constructor calls al_init() if it is the first instance. </p>
+
+<p>Definition at line <a class="el" href="_allegro_wrappers_8cpp_source.html#l00005">5</a> of file <a class="el" href="_allegro_wrappers_8cpp_source.html">AllegroWrappers.cpp</a>.</p>
+
+</div>
+</div>
+<a class="anchor" id="a81588c1ce0fe3646a188683f1598a66b"></a><!-- doxytag: member="AllegroInit::AllegroInit" ref="a81588c1ce0fe3646a188683f1598a66b" args="(const AllegroInit &amp;ref)" -->
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">AllegroInit::AllegroInit </td>
+ <td>(</td>
+ <td class="paramtype">const <a class="el" href="class_allegro_init.html">AllegroInit</a> &amp;&#160;</td>
+ <td class="paramname"><em>ref</em></td><td>)</td>
+ <td></td>
+ </tr>
+ </table>
+</div>
+<div class="memdoc">
+
+<p>Copy constructor, implemented to be included in instance count. </p>
+
+<p>Definition at line <a class="el" href="_allegro_wrappers_8cpp_source.html#l00017">17</a> of file <a class="el" href="_allegro_wrappers_8cpp_source.html">AllegroWrappers.cpp</a>.</p>
+
+</div>
+</div>
+<a class="anchor" id="a41fb85a1de21168ec2a93e79e0e20b89"></a><!-- doxytag: member="AllegroInit::~AllegroInit" ref="a41fb85a1de21168ec2a93e79e0e20b89" args="()" -->
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">AllegroInit::~AllegroInit </td>
+ <td>(</td>
+ <td class="paramname"></td><td>)</td>
+ <td></td>
+ </tr>
+ </table>
+</div>
+<div class="memdoc">
+
+<p>Destructor calls al_uninstall_system() if it is the last instant. </p>
+
+<p>Definition at line <a class="el" href="_allegro_wrappers_8cpp_source.html#l00029">29</a> of file <a class="el" href="_allegro_wrappers_8cpp_source.html">AllegroWrappers.cpp</a>.</p>
+
+</div>
+</div>
+<hr/><h2>Member Data Documentation</h2>
+<a class="anchor" id="ab8d20b549d0b996dde5cdbe8acd7186c"></a><!-- doxytag: member="AllegroInit::_initCount" ref="ab8d20b549d0b996dde5cdbe8acd7186c" args="" -->
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">int <a class="el" href="class_allegro_init.html#ab8d20b549d0b996dde5cdbe8acd7186c">AllegroInit::_initCount</a> = 0<code> [static, private]</code></td>
+ </tr>
+ </table>
+</div>
+<div class="memdoc">
+
+<p>Count of the current number of initialised <a class="el" href="class_allegro_init.html" title="Class ensures that Allegro is initialized and uninstalled when appropriate.">AllegroInit</a> objects. </p>
+
+<p>Definition at line <a class="el" href="_allegro_wrappers_8h_source.html#l00045">45</a> of file <a class="el" href="_allegro_wrappers_8h_source.html">AllegroWrappers.h</a>.</p>
+
+</div>
+</div>
+<hr/>The documentation for this class was generated from the following files:<ul>
+<li>source/logic/<a class="el" href="_allegro_wrappers_8h_source.html">AllegroWrappers.h</a></li>
+<li>source/logic/<a class="el" href="_allegro_wrappers_8cpp_source.html">AllegroWrappers.cpp</a></li>
+</ul>
+</div>
+<!-- window showing the filter options -->
+<div id="MSearchSelectWindow"
+ onmouseover="return searchBox.OnSearchSelectShow()"
+ onmouseout="return searchBox.OnSearchSelectHide()"
+ onkeydown="return searchBox.OnSearchSelectKey(event)">
+<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&#160;</span>Enumerator</a></div>
+
+<!-- iframe showing the search results (closed by default) -->
+<div id="MSearchResultsWindow">
+<iframe src="javascript:void(0)" frameborder="0"
+ name="MSearchResults" id="MSearchResults">
+</iframe>
+</div>
+
+
+
+<hr class="footer"/><address class="footer"><small>
+Generated on Wed Oct 5 2011 20:08:31 for Rally X by &#160;<a href="http://www.doxygen.org/index.html">
+<img class="footer" src="doxygen.png" alt="doxygen"/>
+</a> 1.7.5.1
+</small></address>
+
+</body>
+</html>