source: OGRE/trunk/ogrenew/Docs/api/html/classOgre_1_1MapIterator.html @ 657

Revision 657, 24.7 KB checked in by mattausch, 18 years ago (diff)

added ogre dependencies and patched ogre sources

Line 
1<html>
2<head>
3<title> TemplateOgre::MapIterator&lt; T &gt; class Reference - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4<link type="text/css" rel="stylesheet" href="style.css">
5</head>
6
7<body>
8<!-- Generated by Doxygen 1.3.6 -->
9<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="namespacemembers.html">Namespace&nbsp;Members</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
10<h1>Ogre::MapIterator&lt; T &gt; Class Template Reference</h1>Wraps iteration over a map. 
11<a href="#_details">More...</a>
12<p>
13<code>#include &lt;<a class="el" href="OgreIteratorWrappers_8h-source.html">OgreIteratorWrappers.h</a>&gt;</code>
14<p>
15<a href="classOgre_1_1MapIterator-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
16<tr><td></td></tr>
17<tr><td colspan=2><br><h2>Public Types</h2></td></tr>
18<tr><td class="memItemLeft" nowrap align=right valign=top>typedef T::mapped_type&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1MapIterator.html#Ogre_1_1MapIteratorw0">MappedType</a></td></tr>
19
20<tr><td class="memItemLeft" nowrap align=right valign=top>typedef T::key_type&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1MapIterator.html#Ogre_1_1MapIteratorw1">KeyType</a></td></tr>
21
22<tr><td colspan=2><br><h2>Public Member Functions</h2></td></tr>
23<tr><td class="memItemLeft" nowrap align=right valign=top>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1MapIterator.html#Ogre_1_1MapIteratora0">MapIterator</a> (typename T::iterator start, typename T::iterator end)</td></tr>
24
25<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Constructor.  <a href="#Ogre_1_1MapIteratora0"></a><br><br></td></tr>
26<tr><td class="memItemLeft" nowrap align=right valign=top>bool&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1MapIterator.html#Ogre_1_1MapIteratora1">hasMoreElements</a> (void) const </td></tr>
27
28<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns true if there are more items in the collection.  <a href="#Ogre_1_1MapIteratora1"></a><br><br></td></tr>
29<tr><td class="memItemLeft" nowrap align=right valign=top>T::mapped_type&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1MapIterator.html#Ogre_1_1MapIteratora2">getNext</a> (void)</td></tr>
30
31<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the next value element in the collection, and advances to the next.  <a href="#Ogre_1_1MapIteratora2"></a><br><br></td></tr>
32<tr><td class="memItemLeft" nowrap align=right valign=top>T::mapped_type&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1MapIterator.html#Ogre_1_1MapIteratora3">peekNextValue</a> (void)</td></tr>
33
34<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the next value element in the collection, without advancing to the next.  <a href="#Ogre_1_1MapIteratora3"></a><br><br></td></tr>
35<tr><td class="memItemLeft" nowrap align=right valign=top>T::key_type&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1MapIterator.html#Ogre_1_1MapIteratora4">peekNextKey</a> (void)</td></tr>
36
37<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the next key element in the collection, without advancing to the next.  <a href="#Ogre_1_1MapIteratora4"></a><br><br></td></tr>
38<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="classOgre_1_1MapIterator.html">MapIterator</a>&lt; T &gt; &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1MapIterator.html#Ogre_1_1MapIteratora5">operator=</a> (<a class="el" href="classOgre_1_1MapIterator.html">MapIterator</a>&lt; T &gt; &amp;rhs)</td></tr>
39
40<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Required to overcome intermittent bug.  <a href="#Ogre_1_1MapIteratora5"></a><br><br></td></tr>
41<tr><td class="memItemLeft" nowrap align=right valign=top>T::pointer&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1MapIterator.html#Ogre_1_1MapIteratora6">peekNextValuePtr</a> (void)</td></tr>
42
43<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns a pointer to the next value element in the collection, without advancing to the next afterwards.  <a href="#Ogre_1_1MapIteratora6"></a><br><br></td></tr>
44<tr><td class="memItemLeft" nowrap align=right valign=top>void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1MapIterator.html#Ogre_1_1MapIteratora7">moveNext</a> (void)</td></tr>
45
46<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Moves the iterator on one element.  <a href="#Ogre_1_1MapIteratora7"></a><br><br></td></tr>
47<tr><td colspan=2><br><h2>Private Member Functions</h2></td></tr>
48<tr><td class="memItemLeft" nowrap align=right valign=top>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1MapIterator.html#Ogre_1_1MapIteratord0">MapIterator</a> ()</td></tr>
49
50<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Private constructor since only the parameterised constructor should be used.  <a href="#Ogre_1_1MapIteratord0"></a><br><br></td></tr>
51<tr><td colspan=2><br><h2>Private Attributes</h2></td></tr>
52<tr><td class="memItemLeft" nowrap align=right valign=top>T::iterator&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1MapIterator.html#Ogre_1_1MapIteratorr0">mCurrent</a></td></tr>
53
54<tr><td class="memItemLeft" nowrap align=right valign=top>T::iterator&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1MapIterator.html#Ogre_1_1MapIteratorr1">mEnd</a></td></tr>
55
56</table>
57<hr><a name="_details"></a><h2>Detailed Description</h2>
58<h3>template&lt;class T&gt;<br>
59 class Ogre::MapIterator&lt; T &gt;</h3>
60
61Wraps iteration over a map.
62<p>
63<dl compact><dt><b>Remarks:</b></dt><dd>This class is here just to allow clients to iterate over an internal map of a class without having to have access to the map itself (typically to iterate you need both the iterator and the end() iterator to test for the end condition, which is messy). No updates are allowed through this interface, it is purely for iterating and reading. </dd></dl>
64<dl compact><dt><b></b></dt><dd>Note that like STL iterators, these iterators are only valid whilst no updates are made to the underlying collection. You should not attempt to use this iterator if a change is made to the collection. In fact, treat this iterator as a transient object, do NOT store it and try to use it repeatedly. </dd></dl>
65
66<p>
67
68<p>
69Definition at line <a class="el" href="OgreIteratorWrappers_8h-source.html#l00112">112</a> of file <a class="el" href="OgreIteratorWrappers_8h-source.html">OgreIteratorWrappers.h</a>.<hr><h2>Member Typedef Documentation</h2>
70<a class="anchor" name="Ogre_1_1MapIteratorw1" doxytag="Ogre::MapIterator::KeyType" ></a><p>
71<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
72  <tr>
73    <td class="mdRow">
74      <table cellpadding="0" cellspacing="0" border="0">
75        <tr>
76          <td class="md" colspan="4">
77template&lt;class T&gt; </td>
78        </tr>
79        <tr>
80          <td class="md" nowrap valign="top"> typedef T::key_type <a class="el" href="classOgre_1_1MapIterator.html">Ogre::MapIterator</a>&lt; T &gt;::<a class="el" href="classOgre_1_1MapIterator.html#Ogre_1_1MapIteratorw1">KeyType</a>
81      </table>
82    </td>
83  </tr>
84</table>
85<table cellspacing=5 cellpadding=0 border=0>
86  <tr>
87    <td>
88      &nbsp;
89    </td>
90    <td>
91
92<p>
93
94<p>
95Definition at line <a class="el" href="OgreIteratorWrappers_8h-source.html#l00121">121</a> of file <a class="el" href="OgreIteratorWrappers_8h-source.html">OgreIteratorWrappers.h</a>.    </td>
96  </tr>
97</table>
98<a class="anchor" name="Ogre_1_1MapIteratorw0" doxytag="Ogre::MapIterator::MappedType" ></a><p>
99<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
100  <tr>
101    <td class="mdRow">
102      <table cellpadding="0" cellspacing="0" border="0">
103        <tr>
104          <td class="md" colspan="4">
105template&lt;class T&gt; </td>
106        </tr>
107        <tr>
108          <td class="md" nowrap valign="top"> typedef T::mapped_type <a class="el" href="classOgre_1_1MapIterator.html">Ogre::MapIterator</a>&lt; T &gt;::<a class="el" href="classOgre_1_1MapIterator.html#Ogre_1_1MapIteratorw0">MappedType</a>
109      </table>
110    </td>
111  </tr>
112</table>
113<table cellspacing=5 cellpadding=0 border=0>
114  <tr>
115    <td>
116      &nbsp;
117    </td>
118    <td>
119
120<p>
121
122<p>
123Definition at line <a class="el" href="OgreIteratorWrappers_8h-source.html#l00120">120</a> of file <a class="el" href="OgreIteratorWrappers_8h-source.html">OgreIteratorWrappers.h</a>.    </td>
124  </tr>
125</table>
126<hr><h2>Constructor &amp; Destructor Documentation</h2>
127<a class="anchor" name="Ogre_1_1MapIteratord0" doxytag="Ogre::MapIterator::MapIterator" ></a><p>
128<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
129  <tr>
130    <td class="mdRow">
131      <table cellpadding="0" cellspacing="0" border="0">
132        <tr>
133          <td class="md" colspan="4">
134template&lt;class T&gt; </td>
135        </tr>
136        <tr>
137          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1MapIterator.html">Ogre::MapIterator</a>&lt; T &gt;::<a class="el" href="classOgre_1_1MapIterator.html">MapIterator</a> </td>
138          <td class="md" valign="top">(&nbsp;</td>
139          <td class="mdname1" valign="top" nowrap>          </td>
140          <td class="md" valign="top">&nbsp;)&nbsp;</td>
141          <td class="md" nowrap><code> [private]</code></td>
142        </tr>
143
144      </table>
145    </td>
146  </tr>
147</table>
148<table cellspacing=5 cellpadding=0 border=0>
149  <tr>
150    <td>
151      &nbsp;
152    </td>
153    <td>
154
155<p>
156Private constructor since only the parameterised constructor should be used.
157<p>
158
159<p>
160Definition at line <a class="el" href="OgreIteratorWrappers_8h-source.html#l00118">118</a> of file <a class="el" href="OgreIteratorWrappers_8h-source.html">OgreIteratorWrappers.h</a>.    </td>
161  </tr>
162</table>
163<a class="anchor" name="Ogre_1_1MapIteratora0" doxytag="Ogre::MapIterator::MapIterator" ></a><p>
164<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
165  <tr>
166    <td class="mdRow">
167      <table cellpadding="0" cellspacing="0" border="0">
168        <tr>
169          <td class="md" colspan="4">
170template&lt;class T&gt; </td>
171        </tr>
172        <tr>
173          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1MapIterator.html">Ogre::MapIterator</a>&lt; T &gt;::<a class="el" href="classOgre_1_1MapIterator.html">MapIterator</a> </td>
174          <td class="md" valign="top">(&nbsp;</td>
175          <td class="md" nowrap valign="top">typename T::iterator&nbsp;</td>
176          <td class="mdname" nowrap> <em>start</em>, </td>
177        </tr>
178        <tr>
179          <td class="md" nowrap align="right"></td>
180          <td></td>
181          <td class="md" nowrap>typename T::iterator&nbsp;</td>
182          <td class="mdname" nowrap> <em>end</em></td>
183        </tr>
184        <tr>
185          <td></td>
186          <td class="md">)&nbsp;</td>
187          <td class="md" colspan="2"></td>
188        </tr>
189
190      </table>
191    </td>
192  </tr>
193</table>
194<table cellspacing=5 cellpadding=0 border=0>
195  <tr>
196    <td>
197      &nbsp;
198    </td>
199    <td>
200
201<p>
202Constructor.
203<p>
204<dl compact><dt><b>Remarks:</b></dt><dd>Provide a start and end iterator to initialise. </dd></dl>
205
206<p>
207Definition at line <a class="el" href="OgreIteratorWrappers_8h-source.html#l00127">127</a> of file <a class="el" href="OgreIteratorWrappers_8h-source.html">OgreIteratorWrappers.h</a>.    </td>
208  </tr>
209</table>
210<hr><h2>Member Function Documentation</h2>
211<a class="anchor" name="Ogre_1_1MapIteratora2" doxytag="Ogre::MapIterator::getNext" ></a><p>
212<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
213  <tr>
214    <td class="mdRow">
215      <table cellpadding="0" cellspacing="0" border="0">
216        <tr>
217          <td class="md" colspan="4">
218template&lt;class T&gt; </td>
219        </tr>
220        <tr>
221          <td class="md" nowrap valign="top"> T::mapped_type <a class="el" href="classOgre_1_1MapIterator.html">Ogre::MapIterator</a>&lt; T &gt;::getNext </td>
222          <td class="md" valign="top">(&nbsp;</td>
223          <td class="md" nowrap valign="top">void&nbsp;</td>
224          <td class="mdname1" valign="top" nowrap>          </td>
225          <td class="md" valign="top">&nbsp;)&nbsp;</td>
226          <td class="md" nowrap></td>
227        </tr>
228
229      </table>
230    </td>
231  </tr>
232</table>
233<table cellspacing=5 cellpadding=0 border=0>
234  <tr>
235    <td>
236      &nbsp;
237    </td>
238    <td>
239
240<p>
241Returns the next value element in the collection, and advances to the next.
242<p>
243
244<p>
245Definition at line <a class="el" href="OgreIteratorWrappers_8h-source.html#l00139">139</a> of file <a class="el" href="OgreIteratorWrappers_8h-source.html">OgreIteratorWrappers.h</a>.    </td>
246  </tr>
247</table>
248<a class="anchor" name="Ogre_1_1MapIteratora1" doxytag="Ogre::MapIterator::hasMoreElements" ></a><p>
249<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
250  <tr>
251    <td class="mdRow">
252      <table cellpadding="0" cellspacing="0" border="0">
253        <tr>
254          <td class="md" colspan="4">
255template&lt;class T&gt; </td>
256        </tr>
257        <tr>
258          <td class="md" nowrap valign="top"> bool <a class="el" href="classOgre_1_1MapIterator.html">Ogre::MapIterator</a>&lt; T &gt;::hasMoreElements </td>
259          <td class="md" valign="top">(&nbsp;</td>
260          <td class="md" nowrap valign="top">void&nbsp;</td>
261          <td class="mdname1" valign="top" nowrap>          </td>
262          <td class="md" valign="top">&nbsp;)&nbsp;</td>
263          <td class="md" nowrap> const</td>
264        </tr>
265
266      </table>
267    </td>
268  </tr>
269</table>
270<table cellspacing=5 cellpadding=0 border=0>
271  <tr>
272    <td>
273      &nbsp;
274    </td>
275    <td>
276
277<p>
278Returns true if there are more items in the collection.
279<p>
280
281<p>
282Definition at line <a class="el" href="OgreIteratorWrappers_8h-source.html#l00133">133</a> of file <a class="el" href="OgreIteratorWrappers_8h-source.html">OgreIteratorWrappers.h</a>.    </td>
283  </tr>
284</table>
285<a class="anchor" name="Ogre_1_1MapIteratora7" doxytag="Ogre::MapIterator::moveNext" ></a><p>
286<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
287  <tr>
288    <td class="mdRow">
289      <table cellpadding="0" cellspacing="0" border="0">
290        <tr>
291          <td class="md" colspan="4">
292template&lt;class T&gt; </td>
293        </tr>
294        <tr>
295          <td class="md" nowrap valign="top"> void <a class="el" href="classOgre_1_1MapIterator.html">Ogre::MapIterator</a>&lt; T &gt;::moveNext </td>
296          <td class="md" valign="top">(&nbsp;</td>
297          <td class="md" nowrap valign="top">void&nbsp;</td>
298          <td class="mdname1" valign="top" nowrap>          </td>
299          <td class="md" valign="top">&nbsp;)&nbsp;</td>
300          <td class="md" nowrap></td>
301        </tr>
302
303      </table>
304    </td>
305  </tr>
306</table>
307<table cellspacing=5 cellpadding=0 border=0>
308  <tr>
309    <td>
310      &nbsp;
311    </td>
312    <td>
313
314<p>
315Moves the iterator on one element.
316<p>
317
318<p>
319Definition at line <a class="el" href="OgreIteratorWrappers_8h-source.html#l00167">167</a> of file <a class="el" href="OgreIteratorWrappers_8h-source.html">OgreIteratorWrappers.h</a>.    </td>
320  </tr>
321</table>
322<a class="anchor" name="Ogre_1_1MapIteratora5" doxytag="Ogre::MapIterator::operator=" ></a><p>
323<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
324  <tr>
325    <td class="mdRow">
326      <table cellpadding="0" cellspacing="0" border="0">
327        <tr>
328          <td class="md" colspan="4">
329template&lt;class T&gt; </td>
330        </tr>
331        <tr>
332          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1MapIterator.html">MapIterator</a>&lt;T&gt;&amp; <a class="el" href="classOgre_1_1MapIterator.html">Ogre::MapIterator</a>&lt; T &gt;::operator= </td>
333          <td class="md" valign="top">(&nbsp;</td>
334          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1MapIterator.html">MapIterator</a>&lt; T &gt; &amp;&nbsp;</td>
335          <td class="mdname1" valign="top" nowrap> <em>rhs</em>          </td>
336          <td class="md" valign="top">&nbsp;)&nbsp;</td>
337          <td class="md" nowrap></td>
338        </tr>
339
340      </table>
341    </td>
342  </tr>
343</table>
344<table cellspacing=5 cellpadding=0 border=0>
345  <tr>
346    <td>
347      &nbsp;
348    </td>
349    <td>
350
351<p>
352Required to overcome intermittent bug.
353<p>
354
355<p>
356Definition at line <a class="el" href="OgreIteratorWrappers_8h-source.html#l00154">154</a> of file <a class="el" href="OgreIteratorWrappers_8h-source.html">OgreIteratorWrappers.h</a>.
357<p>
358References <a class="el" href="OgreIteratorWrappers_8h-source.html#l00115">Ogre::MapIterator&lt; T &gt;::mCurrent</a>, and <a class="el" href="OgreIteratorWrappers_8h-source.html#l00116">Ogre::MapIterator&lt; T &gt;::mEnd</a>.    </td>
359  </tr>
360</table>
361<a class="anchor" name="Ogre_1_1MapIteratora4" doxytag="Ogre::MapIterator::peekNextKey" ></a><p>
362<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
363  <tr>
364    <td class="mdRow">
365      <table cellpadding="0" cellspacing="0" border="0">
366        <tr>
367          <td class="md" colspan="4">
368template&lt;class T&gt; </td>
369        </tr>
370        <tr>
371          <td class="md" nowrap valign="top"> T::key_type <a class="el" href="classOgre_1_1MapIterator.html">Ogre::MapIterator</a>&lt; T &gt;::peekNextKey </td>
372          <td class="md" valign="top">(&nbsp;</td>
373          <td class="md" nowrap valign="top">void&nbsp;</td>
374          <td class="mdname1" valign="top" nowrap>          </td>
375          <td class="md" valign="top">&nbsp;)&nbsp;</td>
376          <td class="md" nowrap></td>
377        </tr>
378
379      </table>
380    </td>
381  </tr>
382</table>
383<table cellspacing=5 cellpadding=0 border=0>
384  <tr>
385    <td>
386      &nbsp;
387    </td>
388    <td>
389
390<p>
391Returns the next key element in the collection, without advancing to the next.
392<p>
393
394<p>
395Definition at line <a class="el" href="OgreIteratorWrappers_8h-source.html#l00149">149</a> of file <a class="el" href="OgreIteratorWrappers_8h-source.html">OgreIteratorWrappers.h</a>.    </td>
396  </tr>
397</table>
398<a class="anchor" name="Ogre_1_1MapIteratora3" doxytag="Ogre::MapIterator::peekNextValue" ></a><p>
399<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
400  <tr>
401    <td class="mdRow">
402      <table cellpadding="0" cellspacing="0" border="0">
403        <tr>
404          <td class="md" colspan="4">
405template&lt;class T&gt; </td>
406        </tr>
407        <tr>
408          <td class="md" nowrap valign="top"> T::mapped_type <a class="el" href="classOgre_1_1MapIterator.html">Ogre::MapIterator</a>&lt; T &gt;::peekNextValue </td>
409          <td class="md" valign="top">(&nbsp;</td>
410          <td class="md" nowrap valign="top">void&nbsp;</td>
411          <td class="mdname1" valign="top" nowrap>          </td>
412          <td class="md" valign="top">&nbsp;)&nbsp;</td>
413          <td class="md" nowrap></td>
414        </tr>
415
416      </table>
417    </td>
418  </tr>
419</table>
420<table cellspacing=5 cellpadding=0 border=0>
421  <tr>
422    <td>
423      &nbsp;
424    </td>
425    <td>
426
427<p>
428Returns the next value element in the collection, without advancing to the next.
429<p>
430
431<p>
432Definition at line <a class="el" href="OgreIteratorWrappers_8h-source.html#l00144">144</a> of file <a class="el" href="OgreIteratorWrappers_8h-source.html">OgreIteratorWrappers.h</a>.    </td>
433  </tr>
434</table>
435<a class="anchor" name="Ogre_1_1MapIteratora6" doxytag="Ogre::MapIterator::peekNextValuePtr" ></a><p>
436<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
437  <tr>
438    <td class="mdRow">
439      <table cellpadding="0" cellspacing="0" border="0">
440        <tr>
441          <td class="md" colspan="4">
442template&lt;class T&gt; </td>
443        </tr>
444        <tr>
445          <td class="md" nowrap valign="top"> T::pointer <a class="el" href="classOgre_1_1MapIterator.html">Ogre::MapIterator</a>&lt; T &gt;::peekNextValuePtr </td>
446          <td class="md" valign="top">(&nbsp;</td>
447          <td class="md" nowrap valign="top">void&nbsp;</td>
448          <td class="mdname1" valign="top" nowrap>          </td>
449          <td class="md" valign="top">&nbsp;)&nbsp;</td>
450          <td class="md" nowrap></td>
451        </tr>
452
453      </table>
454    </td>
455  </tr>
456</table>
457<table cellspacing=5 cellpadding=0 border=0>
458  <tr>
459    <td>
460      &nbsp;
461    </td>
462    <td>
463
464<p>
465Returns a pointer to the next value element in the collection, without advancing to the next afterwards.
466<p>
467
468<p>
469Definition at line <a class="el" href="OgreIteratorWrappers_8h-source.html#l00162">162</a> of file <a class="el" href="OgreIteratorWrappers_8h-source.html">OgreIteratorWrappers.h</a>.    </td>
470  </tr>
471</table>
472<hr><h2>Member Data Documentation</h2>
473<a class="anchor" name="Ogre_1_1MapIteratorr0" doxytag="Ogre::MapIterator::mCurrent" ></a><p>
474<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
475  <tr>
476    <td class="mdRow">
477      <table cellpadding="0" cellspacing="0" border="0">
478        <tr>
479          <td class="md" colspan="4">
480template&lt;class T&gt; </td>
481        </tr>
482        <tr>
483          <td class="md" nowrap valign="top"> T::iterator <a class="el" href="classOgre_1_1MapIterator.html">Ogre::MapIterator</a>&lt; T &gt;::<a class="el" href="classOgre_1_1MapIterator.html#Ogre_1_1MapIteratorr0">mCurrent</a><code> [private]</code>
484      </table>
485    </td>
486  </tr>
487</table>
488<table cellspacing=5 cellpadding=0 border=0>
489  <tr>
490    <td>
491      &nbsp;
492    </td>
493    <td>
494
495<p>
496
497<p>
498Definition at line <a class="el" href="OgreIteratorWrappers_8h-source.html#l00115">115</a> of file <a class="el" href="OgreIteratorWrappers_8h-source.html">OgreIteratorWrappers.h</a>.
499<p>
500Referenced by <a class="el" href="OgreIteratorWrappers_8h-source.html#l00297">Ogre::ConstMapIterator&lt; T &gt;::operator=()</a>, and <a class="el" href="OgreIteratorWrappers_8h-source.html#l00154">Ogre::MapIterator&lt; T &gt;::operator=()</a>.    </td>
501  </tr>
502</table>
503<a class="anchor" name="Ogre_1_1MapIteratorr1" doxytag="Ogre::MapIterator::mEnd" ></a><p>
504<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
505  <tr>
506    <td class="mdRow">
507      <table cellpadding="0" cellspacing="0" border="0">
508        <tr>
509          <td class="md" colspan="4">
510template&lt;class T&gt; </td>
511        </tr>
512        <tr>
513          <td class="md" nowrap valign="top"> T::iterator <a class="el" href="classOgre_1_1MapIterator.html">Ogre::MapIterator</a>&lt; T &gt;::<a class="el" href="classOgre_1_1MapIterator.html#Ogre_1_1MapIteratorr1">mEnd</a><code> [private]</code>
514      </table>
515    </td>
516  </tr>
517</table>
518<table cellspacing=5 cellpadding=0 border=0>
519  <tr>
520    <td>
521      &nbsp;
522    </td>
523    <td>
524
525<p>
526
527<p>
528Definition at line <a class="el" href="OgreIteratorWrappers_8h-source.html#l00116">116</a> of file <a class="el" href="OgreIteratorWrappers_8h-source.html">OgreIteratorWrappers.h</a>.
529<p>
530Referenced by <a class="el" href="OgreIteratorWrappers_8h-source.html#l00297">Ogre::ConstMapIterator&lt; T &gt;::operator=()</a>, and <a class="el" href="OgreIteratorWrappers_8h-source.html#l00154">Ogre::MapIterator&lt; T &gt;::operator=()</a>.    </td>
531  </tr>
532</table>
533<hr>The documentation for this class was generated from the following file:<ul>
534<li><a class="el" href="OgreIteratorWrappers_8h-source.html">OgreIteratorWrappers.h</a></ul>
535<hr>
536<p>
537Copyright &copy; 2000-2005 by The OGRE Team<br />
538<!--Creative Commons License--><a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/"><img alt="Creative Commons License" border="0" src="http://creativecommons.org/images/public/somerights20.png"/></a><br/>
539This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/">Creative Commons Attribution-ShareAlike 2.5 License</a>.<br/>
540                <!--/Creative Commons License--><!-- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
541                <Work rdf:about="">
542                        <license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" />
543        <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" />
544                </Work>
545                <License rdf:about="http://creativecommons.org/licenses/by-sa/2.5/"><permits rdf:resource="http://web.resource.org/cc/Reproduction"/><permits rdf:resource="http://web.resource.org/cc/Distribution"/><requires rdf:resource="http://web.resource.org/cc/Notice"/><requires rdf:resource="http://web.resource.org/cc/Attribution"/><permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/><requires rdf:resource="http://web.resource.org/cc/ShareAlike"/></License></rdf:RDF> -->
546
547Last modified Sun Feb 12 13:00:51 2006
548</p>
549</body>
550</html>
Note: See TracBrowser for help on using the repository browser.