1 | <html> |
---|
2 | <head> |
---|
3 | <title> TemplateOgre::ConstVectorIterator< T > 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 Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical List</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="namespacemembers.html">Namespace Members</a> | <a class="qindex" href="functions.html">Class Members</a> | <a class="qindex" href="globals.html">File Members</a> | <a class="qindex" href="pages.html">Related Pages</a></div> |
---|
10 | <h1>Ogre::ConstVectorIterator< T > Class Template Reference</h1>Wraps iteration over a const vector. |
---|
11 | <a href="#_details">More...</a> |
---|
12 | <p> |
---|
13 | <code>#include <<a class="el" href="OgreIteratorWrappers_8h-source.html">OgreIteratorWrappers.h</a>></code> |
---|
14 | <p> |
---|
15 | <a href="classOgre_1_1ConstVectorIterator-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::value_type </td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1ConstVectorIterator.html#Ogre_1_1ConstVectorIteratorw0">ValueType</a></td></tr> |
---|
19 | |
---|
20 | <tr><td colspan=2><br><h2>Public Member Functions</h2></td></tr> |
---|
21 | <tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1ConstVectorIterator.html#Ogre_1_1ConstVectorIteratora0">ConstVectorIterator</a> (typename T::const_iterator start, typename T::const_iterator end)</td></tr> |
---|
22 | |
---|
23 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Constructor. <a href="#Ogre_1_1ConstVectorIteratora0"></a><br><br></td></tr> |
---|
24 | <tr><td class="memItemLeft" nowrap align=right valign=top>bool </td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1ConstVectorIterator.html#Ogre_1_1ConstVectorIteratora1">hasMoreElements</a> (void) const </td></tr> |
---|
25 | |
---|
26 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Returns true if there are more items in the collection. <a href="#Ogre_1_1ConstVectorIteratora1"></a><br><br></td></tr> |
---|
27 | <tr><td class="memItemLeft" nowrap align=right valign=top>T::value_type </td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1ConstVectorIterator.html#Ogre_1_1ConstVectorIteratora2">getNext</a> (void)</td></tr> |
---|
28 | |
---|
29 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Returns the next element in the collection, and advances to the next. <a href="#Ogre_1_1ConstVectorIteratora2"></a><br><br></td></tr> |
---|
30 | <tr><td class="memItemLeft" nowrap align=right valign=top>T::value_type </td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1ConstVectorIterator.html#Ogre_1_1ConstVectorIteratora3">peekNext</a> (void) const </td></tr> |
---|
31 | |
---|
32 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Returns the next element in the collection, without advancing to the next. <a href="#Ogre_1_1ConstVectorIteratora3"></a><br><br></td></tr> |
---|
33 | <tr><td class="memItemLeft" nowrap align=right valign=top>T::const_pointer </td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1ConstVectorIterator.html#Ogre_1_1ConstVectorIteratora4">peekNextPtr</a> (void) const </td></tr> |
---|
34 | |
---|
35 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Returns a pointer to the next element in the collection, without advancing to the next afterwards. <a href="#Ogre_1_1ConstVectorIteratora4"></a><br><br></td></tr> |
---|
36 | <tr><td class="memItemLeft" nowrap align=right valign=top>void </td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1ConstVectorIterator.html#Ogre_1_1ConstVectorIteratora5">moveNext</a> (void) const </td></tr> |
---|
37 | |
---|
38 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Moves the iterator on one element. <a href="#Ogre_1_1ConstVectorIteratora5"></a><br><br></td></tr> |
---|
39 | <tr><td colspan=2><br><h2>Private Member Functions</h2></td></tr> |
---|
40 | <tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1ConstVectorIterator.html#Ogre_1_1ConstVectorIteratord0">ConstVectorIterator</a> ()</td></tr> |
---|
41 | |
---|
42 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Private constructor since only the parameterised constructor should be used. <a href="#Ogre_1_1ConstVectorIteratord0"></a><br><br></td></tr> |
---|
43 | <tr><td colspan=2><br><h2>Private Attributes</h2></td></tr> |
---|
44 | <tr><td class="memItemLeft" nowrap align=right valign=top>T::const_iterator </td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1ConstVectorIterator.html#Ogre_1_1ConstVectorIteratorr0">mCurrent</a></td></tr> |
---|
45 | |
---|
46 | <tr><td class="memItemLeft" nowrap align=right valign=top>T::const_iterator </td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1ConstVectorIterator.html#Ogre_1_1ConstVectorIteratorr1">mEnd</a></td></tr> |
---|
47 | |
---|
48 | </table> |
---|
49 | <hr><a name="_details"></a><h2>Detailed Description</h2> |
---|
50 | <h3>template<class T><br> |
---|
51 | class Ogre::ConstVectorIterator< T ></h3> |
---|
52 | |
---|
53 | Wraps iteration over a const vector. |
---|
54 | <p> |
---|
55 | <dl compact><dt><b>Remarks:</b></dt><dd>This class is here just to allow clients to iterate over an internal vector of a class without having to have access to the vector 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> |
---|
56 | <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> |
---|
57 | |
---|
58 | <p> |
---|
59 | |
---|
60 | <p> |
---|
61 | Definition at line <a class="el" href="OgreIteratorWrappers_8h-source.html#l00190">190</a> of file <a class="el" href="OgreIteratorWrappers_8h-source.html">OgreIteratorWrappers.h</a>.<hr><h2>Member Typedef Documentation</h2> |
---|
62 | <a class="anchor" name="Ogre_1_1ConstVectorIteratorw0" doxytag="Ogre::ConstVectorIterator::ValueType" ></a><p> |
---|
63 | <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
---|
64 | <tr> |
---|
65 | <td class="mdRow"> |
---|
66 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
67 | <tr> |
---|
68 | <td class="md" colspan="4"> |
---|
69 | template<class T> </td> |
---|
70 | </tr> |
---|
71 | <tr> |
---|
72 | <td class="md" nowrap valign="top"> typedef T::value_type <a class="el" href="classOgre_1_1ConstVectorIterator.html">Ogre::ConstVectorIterator</a>< T >::<a class="el" href="classOgre_1_1ConstVectorIterator.html#Ogre_1_1ConstVectorIteratorw0">ValueType</a> |
---|
73 | </table> |
---|
74 | </td> |
---|
75 | </tr> |
---|
76 | </table> |
---|
77 | <table cellspacing=5 cellpadding=0 border=0> |
---|
78 | <tr> |
---|
79 | <td> |
---|
80 | |
---|
81 | </td> |
---|
82 | <td> |
---|
83 | |
---|
84 | <p> |
---|
85 | |
---|
86 | <p> |
---|
87 | Definition at line <a class="el" href="OgreIteratorWrappers_8h-source.html#l00198">198</a> of file <a class="el" href="OgreIteratorWrappers_8h-source.html">OgreIteratorWrappers.h</a>. </td> |
---|
88 | </tr> |
---|
89 | </table> |
---|
90 | <hr><h2>Constructor & Destructor Documentation</h2> |
---|
91 | <a class="anchor" name="Ogre_1_1ConstVectorIteratord0" doxytag="Ogre::ConstVectorIterator::ConstVectorIterator" ></a><p> |
---|
92 | <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
---|
93 | <tr> |
---|
94 | <td class="mdRow"> |
---|
95 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
96 | <tr> |
---|
97 | <td class="md" colspan="4"> |
---|
98 | template<class T> </td> |
---|
99 | </tr> |
---|
100 | <tr> |
---|
101 | <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1ConstVectorIterator.html">Ogre::ConstVectorIterator</a>< T >::<a class="el" href="classOgre_1_1ConstVectorIterator.html">ConstVectorIterator</a> </td> |
---|
102 | <td class="md" valign="top">( </td> |
---|
103 | <td class="mdname1" valign="top" nowrap> </td> |
---|
104 | <td class="md" valign="top"> ) </td> |
---|
105 | <td class="md" nowrap><code> [private]</code></td> |
---|
106 | </tr> |
---|
107 | |
---|
108 | </table> |
---|
109 | </td> |
---|
110 | </tr> |
---|
111 | </table> |
---|
112 | <table cellspacing=5 cellpadding=0 border=0> |
---|
113 | <tr> |
---|
114 | <td> |
---|
115 | |
---|
116 | </td> |
---|
117 | <td> |
---|
118 | |
---|
119 | <p> |
---|
120 | Private constructor since only the parameterised constructor should be used. |
---|
121 | <p> |
---|
122 | |
---|
123 | <p> |
---|
124 | Definition at line <a class="el" href="OgreIteratorWrappers_8h-source.html#l00196">196</a> of file <a class="el" href="OgreIteratorWrappers_8h-source.html">OgreIteratorWrappers.h</a>. </td> |
---|
125 | </tr> |
---|
126 | </table> |
---|
127 | <a class="anchor" name="Ogre_1_1ConstVectorIteratora0" doxytag="Ogre::ConstVectorIterator::ConstVectorIterator" ></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"> |
---|
134 | template<class T> </td> |
---|
135 | </tr> |
---|
136 | <tr> |
---|
137 | <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1ConstVectorIterator.html">Ogre::ConstVectorIterator</a>< T >::<a class="el" href="classOgre_1_1ConstVectorIterator.html">ConstVectorIterator</a> </td> |
---|
138 | <td class="md" valign="top">( </td> |
---|
139 | <td class="md" nowrap valign="top">typename T::const_iterator </td> |
---|
140 | <td class="mdname" nowrap> <em>start</em>, </td> |
---|
141 | </tr> |
---|
142 | <tr> |
---|
143 | <td class="md" nowrap align="right"></td> |
---|
144 | <td></td> |
---|
145 | <td class="md" nowrap>typename T::const_iterator </td> |
---|
146 | <td class="mdname" nowrap> <em>end</em></td> |
---|
147 | </tr> |
---|
148 | <tr> |
---|
149 | <td></td> |
---|
150 | <td class="md">) </td> |
---|
151 | <td class="md" colspan="2"></td> |
---|
152 | </tr> |
---|
153 | |
---|
154 | </table> |
---|
155 | </td> |
---|
156 | </tr> |
---|
157 | </table> |
---|
158 | <table cellspacing=5 cellpadding=0 border=0> |
---|
159 | <tr> |
---|
160 | <td> |
---|
161 | |
---|
162 | </td> |
---|
163 | <td> |
---|
164 | |
---|
165 | <p> |
---|
166 | Constructor. |
---|
167 | <p> |
---|
168 | <dl compact><dt><b>Remarks:</b></dt><dd>Provide a start and end iterator to initialise. </dd></dl> |
---|
169 | |
---|
170 | <p> |
---|
171 | Definition at line <a class="el" href="OgreIteratorWrappers_8h-source.html#l00204">204</a> of file <a class="el" href="OgreIteratorWrappers_8h-source.html">OgreIteratorWrappers.h</a>. </td> |
---|
172 | </tr> |
---|
173 | </table> |
---|
174 | <hr><h2>Member Function Documentation</h2> |
---|
175 | <a class="anchor" name="Ogre_1_1ConstVectorIteratora2" doxytag="Ogre::ConstVectorIterator::getNext" ></a><p> |
---|
176 | <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
---|
177 | <tr> |
---|
178 | <td class="mdRow"> |
---|
179 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
180 | <tr> |
---|
181 | <td class="md" colspan="4"> |
---|
182 | template<class T> </td> |
---|
183 | </tr> |
---|
184 | <tr> |
---|
185 | <td class="md" nowrap valign="top"> T::value_type <a class="el" href="classOgre_1_1ConstVectorIterator.html">Ogre::ConstVectorIterator</a>< T >::getNext </td> |
---|
186 | <td class="md" valign="top">( </td> |
---|
187 | <td class="md" nowrap valign="top">void </td> |
---|
188 | <td class="mdname1" valign="top" nowrap> </td> |
---|
189 | <td class="md" valign="top"> ) </td> |
---|
190 | <td class="md" nowrap></td> |
---|
191 | </tr> |
---|
192 | |
---|
193 | </table> |
---|
194 | </td> |
---|
195 | </tr> |
---|
196 | </table> |
---|
197 | <table cellspacing=5 cellpadding=0 border=0> |
---|
198 | <tr> |
---|
199 | <td> |
---|
200 | |
---|
201 | </td> |
---|
202 | <td> |
---|
203 | |
---|
204 | <p> |
---|
205 | Returns the next element in the collection, and advances to the next. |
---|
206 | <p> |
---|
207 | |
---|
208 | <p> |
---|
209 | Definition at line <a class="el" href="OgreIteratorWrappers_8h-source.html#l00216">216</a> of file <a class="el" href="OgreIteratorWrappers_8h-source.html">OgreIteratorWrappers.h</a>. </td> |
---|
210 | </tr> |
---|
211 | </table> |
---|
212 | <a class="anchor" name="Ogre_1_1ConstVectorIteratora1" doxytag="Ogre::ConstVectorIterator::hasMoreElements" ></a><p> |
---|
213 | <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
---|
214 | <tr> |
---|
215 | <td class="mdRow"> |
---|
216 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
217 | <tr> |
---|
218 | <td class="md" colspan="4"> |
---|
219 | template<class T> </td> |
---|
220 | </tr> |
---|
221 | <tr> |
---|
222 | <td class="md" nowrap valign="top"> bool <a class="el" href="classOgre_1_1ConstVectorIterator.html">Ogre::ConstVectorIterator</a>< T >::hasMoreElements </td> |
---|
223 | <td class="md" valign="top">( </td> |
---|
224 | <td class="md" nowrap valign="top">void </td> |
---|
225 | <td class="mdname1" valign="top" nowrap> </td> |
---|
226 | <td class="md" valign="top"> ) </td> |
---|
227 | <td class="md" nowrap> const</td> |
---|
228 | </tr> |
---|
229 | |
---|
230 | </table> |
---|
231 | </td> |
---|
232 | </tr> |
---|
233 | </table> |
---|
234 | <table cellspacing=5 cellpadding=0 border=0> |
---|
235 | <tr> |
---|
236 | <td> |
---|
237 | |
---|
238 | </td> |
---|
239 | <td> |
---|
240 | |
---|
241 | <p> |
---|
242 | Returns true if there are more items in the collection. |
---|
243 | <p> |
---|
244 | |
---|
245 | <p> |
---|
246 | Definition at line <a class="el" href="OgreIteratorWrappers_8h-source.html#l00210">210</a> of file <a class="el" href="OgreIteratorWrappers_8h-source.html">OgreIteratorWrappers.h</a>. </td> |
---|
247 | </tr> |
---|
248 | </table> |
---|
249 | <a class="anchor" name="Ogre_1_1ConstVectorIteratora5" doxytag="Ogre::ConstVectorIterator::moveNext" ></a><p> |
---|
250 | <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
---|
251 | <tr> |
---|
252 | <td class="mdRow"> |
---|
253 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
254 | <tr> |
---|
255 | <td class="md" colspan="4"> |
---|
256 | template<class T> </td> |
---|
257 | </tr> |
---|
258 | <tr> |
---|
259 | <td class="md" nowrap valign="top"> void <a class="el" href="classOgre_1_1ConstVectorIterator.html">Ogre::ConstVectorIterator</a>< T >::moveNext </td> |
---|
260 | <td class="md" valign="top">( </td> |
---|
261 | <td class="md" nowrap valign="top">void </td> |
---|
262 | <td class="mdname1" valign="top" nowrap> </td> |
---|
263 | <td class="md" valign="top"> ) </td> |
---|
264 | <td class="md" nowrap> const</td> |
---|
265 | </tr> |
---|
266 | |
---|
267 | </table> |
---|
268 | </td> |
---|
269 | </tr> |
---|
270 | </table> |
---|
271 | <table cellspacing=5 cellpadding=0 border=0> |
---|
272 | <tr> |
---|
273 | <td> |
---|
274 | |
---|
275 | </td> |
---|
276 | <td> |
---|
277 | |
---|
278 | <p> |
---|
279 | Moves the iterator on one element. |
---|
280 | <p> |
---|
281 | |
---|
282 | <p> |
---|
283 | Definition at line <a class="el" href="OgreIteratorWrappers_8h-source.html#l00231">231</a> of file <a class="el" href="OgreIteratorWrappers_8h-source.html">OgreIteratorWrappers.h</a>. </td> |
---|
284 | </tr> |
---|
285 | </table> |
---|
286 | <a class="anchor" name="Ogre_1_1ConstVectorIteratora3" doxytag="Ogre::ConstVectorIterator::peekNext" ></a><p> |
---|
287 | <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
---|
288 | <tr> |
---|
289 | <td class="mdRow"> |
---|
290 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
291 | <tr> |
---|
292 | <td class="md" colspan="4"> |
---|
293 | template<class T> </td> |
---|
294 | </tr> |
---|
295 | <tr> |
---|
296 | <td class="md" nowrap valign="top"> T::value_type <a class="el" href="classOgre_1_1ConstVectorIterator.html">Ogre::ConstVectorIterator</a>< T >::peekNext </td> |
---|
297 | <td class="md" valign="top">( </td> |
---|
298 | <td class="md" nowrap valign="top">void </td> |
---|
299 | <td class="mdname1" valign="top" nowrap> </td> |
---|
300 | <td class="md" valign="top"> ) </td> |
---|
301 | <td class="md" nowrap> const</td> |
---|
302 | </tr> |
---|
303 | |
---|
304 | </table> |
---|
305 | </td> |
---|
306 | </tr> |
---|
307 | </table> |
---|
308 | <table cellspacing=5 cellpadding=0 border=0> |
---|
309 | <tr> |
---|
310 | <td> |
---|
311 | |
---|
312 | </td> |
---|
313 | <td> |
---|
314 | |
---|
315 | <p> |
---|
316 | Returns the next element in the collection, without advancing to the next. |
---|
317 | <p> |
---|
318 | |
---|
319 | <p> |
---|
320 | Definition at line <a class="el" href="OgreIteratorWrappers_8h-source.html#l00221">221</a> of file <a class="el" href="OgreIteratorWrappers_8h-source.html">OgreIteratorWrappers.h</a>. </td> |
---|
321 | </tr> |
---|
322 | </table> |
---|
323 | <a class="anchor" name="Ogre_1_1ConstVectorIteratora4" doxytag="Ogre::ConstVectorIterator::peekNextPtr" ></a><p> |
---|
324 | <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
---|
325 | <tr> |
---|
326 | <td class="mdRow"> |
---|
327 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
328 | <tr> |
---|
329 | <td class="md" colspan="4"> |
---|
330 | template<class T> </td> |
---|
331 | </tr> |
---|
332 | <tr> |
---|
333 | <td class="md" nowrap valign="top"> T::const_pointer <a class="el" href="classOgre_1_1ConstVectorIterator.html">Ogre::ConstVectorIterator</a>< T >::peekNextPtr </td> |
---|
334 | <td class="md" valign="top">( </td> |
---|
335 | <td class="md" nowrap valign="top">void </td> |
---|
336 | <td class="mdname1" valign="top" nowrap> </td> |
---|
337 | <td class="md" valign="top"> ) </td> |
---|
338 | <td class="md" nowrap> const</td> |
---|
339 | </tr> |
---|
340 | |
---|
341 | </table> |
---|
342 | </td> |
---|
343 | </tr> |
---|
344 | </table> |
---|
345 | <table cellspacing=5 cellpadding=0 border=0> |
---|
346 | <tr> |
---|
347 | <td> |
---|
348 | |
---|
349 | </td> |
---|
350 | <td> |
---|
351 | |
---|
352 | <p> |
---|
353 | Returns a pointer to the next element in the collection, without advancing to the next afterwards. |
---|
354 | <p> |
---|
355 | |
---|
356 | <p> |
---|
357 | Definition at line <a class="el" href="OgreIteratorWrappers_8h-source.html#l00226">226</a> of file <a class="el" href="OgreIteratorWrappers_8h-source.html">OgreIteratorWrappers.h</a>. </td> |
---|
358 | </tr> |
---|
359 | </table> |
---|
360 | <hr><h2>Member Data Documentation</h2> |
---|
361 | <a class="anchor" name="Ogre_1_1ConstVectorIteratorr0" doxytag="Ogre::ConstVectorIterator::mCurrent" ></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"> |
---|
368 | template<class T> </td> |
---|
369 | </tr> |
---|
370 | <tr> |
---|
371 | <td class="md" nowrap valign="top"> T::const_iterator <a class="el" href="classOgre_1_1ConstVectorIterator.html">Ogre::ConstVectorIterator</a>< T >::<a class="el" href="classOgre_1_1ConstVectorIterator.html#Ogre_1_1ConstVectorIteratorr0">mCurrent</a><code> [mutable, private]</code> |
---|
372 | </table> |
---|
373 | </td> |
---|
374 | </tr> |
---|
375 | </table> |
---|
376 | <table cellspacing=5 cellpadding=0 border=0> |
---|
377 | <tr> |
---|
378 | <td> |
---|
379 | |
---|
380 | </td> |
---|
381 | <td> |
---|
382 | |
---|
383 | <p> |
---|
384 | |
---|
385 | <p> |
---|
386 | Definition at line <a class="el" href="OgreIteratorWrappers_8h-source.html#l00193">193</a> of file <a class="el" href="OgreIteratorWrappers_8h-source.html">OgreIteratorWrappers.h</a>. </td> |
---|
387 | </tr> |
---|
388 | </table> |
---|
389 | <a class="anchor" name="Ogre_1_1ConstVectorIteratorr1" doxytag="Ogre::ConstVectorIterator::mEnd" ></a><p> |
---|
390 | <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
---|
391 | <tr> |
---|
392 | <td class="mdRow"> |
---|
393 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
394 | <tr> |
---|
395 | <td class="md" colspan="4"> |
---|
396 | template<class T> </td> |
---|
397 | </tr> |
---|
398 | <tr> |
---|
399 | <td class="md" nowrap valign="top"> T::const_iterator <a class="el" href="classOgre_1_1ConstVectorIterator.html">Ogre::ConstVectorIterator</a>< T >::<a class="el" href="classOgre_1_1ConstVectorIterator.html#Ogre_1_1ConstVectorIteratorr1">mEnd</a><code> [private]</code> |
---|
400 | </table> |
---|
401 | </td> |
---|
402 | </tr> |
---|
403 | </table> |
---|
404 | <table cellspacing=5 cellpadding=0 border=0> |
---|
405 | <tr> |
---|
406 | <td> |
---|
407 | |
---|
408 | </td> |
---|
409 | <td> |
---|
410 | |
---|
411 | <p> |
---|
412 | |
---|
413 | <p> |
---|
414 | Definition at line <a class="el" href="OgreIteratorWrappers_8h-source.html#l00194">194</a> of file <a class="el" href="OgreIteratorWrappers_8h-source.html">OgreIteratorWrappers.h</a>. </td> |
---|
415 | </tr> |
---|
416 | </table> |
---|
417 | <hr>The documentation for this class was generated from the following file:<ul> |
---|
418 | <li><a class="el" href="OgreIteratorWrappers_8h-source.html">OgreIteratorWrappers.h</a></ul> |
---|
419 | <hr> |
---|
420 | <p> |
---|
421 | Copyright © 2000-2005 by The OGRE Team<br /> |
---|
422 | <!--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/> |
---|
423 | This 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/> |
---|
424 | <!--/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#"> |
---|
425 | <Work rdf:about=""> |
---|
426 | <license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" /> |
---|
427 | <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" /> |
---|
428 | </Work> |
---|
429 | <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> --> |
---|
430 | |
---|
431 | Last modified Sun Mar 12 14:39:27 2006 |
---|
432 | </p> |
---|
433 | </body> |
---|
434 | </html> |
---|