summaryrefslogtreecommitdiffstats
path: root/ue3/doxygen/classCVectorMem.html
diff options
context:
space:
mode:
Diffstat (limited to 'ue3/doxygen/classCVectorMem.html')
-rw-r--r--ue3/doxygen/classCVectorMem.html83
1 files changed, 83 insertions, 0 deletions
diff --git a/ue3/doxygen/classCVectorMem.html b/ue3/doxygen/classCVectorMem.html
new file mode 100644
index 0000000..599c348
--- /dev/null
+++ b/ue3/doxygen/classCVectorMem.html
@@ -0,0 +1,83 @@
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: CVectorMem&lt; T, Allocator &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><a href="namespaces.html"><span>Namespaces</span></a></li>
12 <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
13 <li><a href="files.html"><span>Files</span></a></li>
14 </ul>
15</div>
16<div class="tabs">
17 <ul>
18 <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
19 <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
20 <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
21 </ul>
22</div>
23<h1>CVectorMem&lt; T, Allocator &gt; Class Template Reference</h1><!-- doxytag: class="CVectorMem" --><code>#include &lt;<a class="el" href="cmem_8h-source.html">cmem.h</a>&gt;</code>
24<p>
25
26<p>
27<a href="classCVectorMem-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
28<tr><td></td></tr>
29<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
30<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCVectorMem.html#d45b088f04cf2af4c6c91bd670c5f9e6">initialize</a> (std::istream &amp;in)</td></tr>
31
32<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="#d45b088f04cf2af4c6c91bd670c5f9e6"></a><br></td></tr>
33</table>
34<hr><a name="_details"></a><h2>Detailed Description</h2>
35<h3>template&lt;class T, class Allocator = std::allocator&lt;T&gt;&gt;<br>
36 class CVectorMem&lt; T, Allocator &gt;</h3>
37
38Extends std::vector template for use as memory for <a class="el" href="classCCPU.html">CCPU</a>. <hr><h2>Member Function Documentation</h2>
39<a class="anchor" name="d45b088f04cf2af4c6c91bd670c5f9e6"></a><!-- doxytag: member="CVectorMem::initialize" ref="d45b088f04cf2af4c6c91bd670c5f9e6" args="(std::istream &amp;in)" -->
40<div class="memitem">
41<div class="memproto">
42<div class="memtemplate">
43template&lt;class T, class Allocator = std::allocator&lt;T&gt;&gt; </div>
44 <table class="memname">
45 <tr>
46 <td class="memname">void <a class="el" href="classCVectorMem.html">CVectorMem</a>&lt; T, Allocator &gt;::initialize </td>
47 <td>(</td>
48 <td class="paramtype">std::istream &amp;&nbsp;</td>
49 <td class="paramname"> <em>in</em> </td>
50 <td>&nbsp;)&nbsp;</td>
51 <td width="100%"><code> [inline]</code></td>
52 </tr>
53 </table>
54</div>
55<div class="memdoc">
56
57<p>
58initialize the vector with the content of istream. istream is read per line. empty lines will add unitialized elements.
59<p>
60<dl class="user" compact><dt><b>Methodname:</b></dt><dd>initialize </dd></dl>
61<dl compact><dt><b>Parameters:</b></dt><dd>
62 <table border="0" cellspacing="2" cellpadding="0">
63 <tr><td valign="top"></td><td valign="top"><em>in</em>&nbsp;</td><td>inputstream to read from </td></tr>
64 </table>
65</dl>
66<dl class="return" compact><dt><b>Returns:</b></dt><dd>void </dd></dl>
67<dl class="user" compact><dt><b>Global variables used:</b></dt><dd>none </dd></dl>
68<dl compact><dt><b>Exceptions:</b></dt><dd>
69 <table border="0" cellspacing="2" cellpadding="0">
70 <tr><td valign="top"></td><td valign="top"><em>std::runtime_error</em>&nbsp;</td><td></td></tr>
71 </table>
72</dl>
73<dl class="user" compact><dt><b>Conditions:</b></dt><dd>none </dd></dl>
74
75</div>
76</div><p>
77<hr>The documentation for this class was generated from the following file:<ul>
78<li>mycpu/<a class="el" href="cmem_8h-source.html">cmem.h</a></ul>
79<hr size="1"><address style="text-align: right;"><small>Generated on Thu May 14 18:19:17 2009 for mycpu by&nbsp;
80<a href="http://www.doxygen.org/index.html">
81<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address>
82</body>
83</html>