summaryrefslogtreecommitdiffstats
path: root/ue4/doxygen/classCMem.html
diff options
context:
space:
mode:
Diffstat (limited to 'ue4/doxygen/classCMem.html')
-rw-r--r--ue4/doxygen/classCMem.html93
1 files changed, 93 insertions, 0 deletions
diff --git a/ue4/doxygen/classCMem.html b/ue4/doxygen/classCMem.html
new file mode 100644
index 0000000..84c8913
--- /dev/null
+++ b/ue4/doxygen/classCMem.html
@@ -0,0 +1,93 @@
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
3<title>mycpu: CMem&lt; T &gt; Class Template Reference</title>
4<link href="doxygen.css" rel="stylesheet" type="text/css">
5<link href="tabs.css" rel="stylesheet" type="text/css">
6</head><body>
7<!-- Generated by Doxygen 1.5.3 -->
8<div class="tabs">
9 <ul>
10 <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
11 <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
12 <li><a href="files.html"><span>Files</span></a></li>
13 </ul>
14</div>
15<div class="tabs">
16 <ul>
17 <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
18 <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
19 <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
20 </ul>
21</div>
22<h1>CMem&lt; T &gt; Class Template Reference</h1><!-- doxytag: class="CMem" --><code>#include &lt;<a class="el" href="cmem_8h-source.html">cmem.h</a>&gt;</code>
23<p>
24
25<p>
26<a href="classCMem-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
27<tr><td></td></tr>
28<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
29<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCMem.html#8071d14871858a5e8b7256a82a0bc05c">initialize</a> (std::istream &amp;in, T &amp;datatype)</td></tr>
30
31<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">initialize the vector with the content of istream. istream is read per line. empty lines will add unitialized elements. <a href="#8071d14871858a5e8b7256a82a0bc05c"></a><br></td></tr>
32</table>
33<hr><a name="_details"></a><h2>Detailed Description</h2>
34<h3>template&lt;class T&gt;<br>
35 class CMem&lt; T &gt;</h3>
36
37Extends std::vector template for use as memory for <a class="el" href="classCCPU.html">CCPU</a>. <hr><h2>Member Function Documentation</h2>
38<a class="anchor" name="8071d14871858a5e8b7256a82a0bc05c"></a><!-- doxytag: member="CMem::initialize" ref="8071d14871858a5e8b7256a82a0bc05c" args="(std::istream &amp;in, T &amp;datatype)" -->
39<div class="memitem">
40<div class="memproto">
41<div class="memtemplate">
42template&lt;class T&gt; </div>
43 <table class="memname">
44 <tr>
45 <td class="memname">void <a class="el" href="classCMem.html">CMem</a>&lt; T &gt;::initialize </td>
46 <td>(</td>
47 <td class="paramtype">std::istream &amp;&nbsp;</td>
48 <td class="paramname"> <em>in</em>, </td>
49 </tr>
50 <tr>
51 <td class="paramkey"></td>
52 <td></td>
53 <td class="paramtype">T &amp;&nbsp;</td>
54 <td class="paramname"> <em>datatype</em></td><td>&nbsp;</td>
55 </tr>
56 <tr>
57 <td></td>
58 <td>)</td>
59 <td></td><td></td><td width="100%"><code> [inline]</code></td>
60 </tr>
61 </table>
62</div>
63<div class="memdoc">
64
65<p>
66initialize the vector with the content of istream. istream is read per line. empty lines will add unitialized elements.
67<p>
68<dl class="user" compact><dt><b>Methodname:</b></dt><dd>initialize </dd></dl>
69<dl compact><dt><b>Parameters:</b></dt><dd>
70 <table border="0" cellspacing="2" cellpadding="0">
71 <tr><td valign="top"></td><td valign="top"><em>in</em>&nbsp;</td><td>inputstream to read from </td></tr>
72 <tr><td valign="top"></td><td valign="top"><em>datatype</em>&nbsp;</td><td>reference instance of datatype to copy from </td></tr>
73 </table>
74</dl>
75<dl class="return" compact><dt><b>Returns:</b></dt><dd>void </dd></dl>
76<dl class="user" compact><dt><b>Global variables used:</b></dt><dd>none </dd></dl>
77<dl compact><dt><b>Exceptions:</b></dt><dd>
78 <table border="0" cellspacing="2" cellpadding="0">
79 <tr><td valign="top"></td><td valign="top"><em><a class="el" href="classCMemError.html">CMemError</a></em>&nbsp;</td><td></td></tr>
80 </table>
81</dl>
82<dl class="pre" compact><dt><b>Precondition:</b></dt><dd>none </dd></dl>
83<dl class="post" compact><dt><b>Postcondition:</b></dt><dd>none </dd></dl>
84
85</div>
86</div><p>
87<hr>The documentation for this class was generated from the following file:<ul>
88<li>mycpu/<a class="el" href="cmem_8h-source.html">cmem.h</a></ul>
89<hr size="1"><address style="text-align: right;"><small>Generated on Sat May 30 16:32:35 2009 for mycpu by&nbsp;
90<a href="http://www.doxygen.org/index.html">
91<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address>
92</body>
93</html>