source: OGRE/trunk/ogrenew/Docs/api/html/classOgre_1_1VectorIterator.html @ 692

Revision 692, 20.7 KB checked in by mattausch, 19 years ago (diff)

adding ogre 1.2 and dependencies

Line 
1<html>
2<head>
3<title> TemplateOgre::VectorIterator&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::VectorIterator&lt; T &gt; Class Template Reference</h1>Wraps iteration over a vector. 
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_1VectorIterator-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&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1VectorIterator.html#Ogre_1_1VectorIteratorw0">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>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1VectorIterator.html#Ogre_1_1VectorIteratora0">VectorIterator</a> (typename T::iterator start, typename T::iterator end)</td></tr>
22
23<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Constructor.  <a href="#Ogre_1_1VectorIteratora0"></a><br><br></td></tr>
24<tr><td class="memItemLeft" nowrap align=right valign=top>bool&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1VectorIterator.html#Ogre_1_1VectorIteratora1">hasMoreElements</a> (void) const </td></tr>
25
26<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns true if there are more items in the collection.  <a href="#Ogre_1_1VectorIteratora1"></a><br><br></td></tr>
27<tr><td class="memItemLeft" nowrap align=right valign=top>T::value_type&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1VectorIterator.html#Ogre_1_1VectorIteratora2">getNext</a> (void)</td></tr>
28
29<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the next element in the collection, and advances to the next.  <a href="#Ogre_1_1VectorIteratora2"></a><br><br></td></tr>
30<tr><td class="memItemLeft" nowrap align=right valign=top>T::value_type&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1VectorIterator.html#Ogre_1_1VectorIteratora3">peekNext</a> (void)</td></tr>
31
32<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the next element in the collection, without advancing to the next.  <a href="#Ogre_1_1VectorIteratora3"></a><br><br></td></tr>
33<tr><td class="memItemLeft" nowrap align=right valign=top>T::pointer&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1VectorIterator.html#Ogre_1_1VectorIteratora4">peekNextPtr</a> (void)</td></tr>
34
35<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns a pointer to the next element in the collection, without advancing to the next afterwards.  <a href="#Ogre_1_1VectorIteratora4"></a><br><br></td></tr>
36<tr><td class="memItemLeft" nowrap align=right valign=top>void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1VectorIterator.html#Ogre_1_1VectorIteratora5">moveNext</a> (void)</td></tr>
37
38<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Moves the iterator on one element.  <a href="#Ogre_1_1VectorIteratora5"></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>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1VectorIterator.html#Ogre_1_1VectorIteratord0">VectorIterator</a> ()</td></tr>
41
42<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Private constructor since only the parameterised constructor should be used.  <a href="#Ogre_1_1VectorIteratord0"></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::iterator&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1VectorIterator.html#Ogre_1_1VectorIteratorr0">mCurrent</a></td></tr>
45
46<tr><td class="memItemLeft" nowrap align=right valign=top>T::iterator&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1VectorIterator.html#Ogre_1_1VectorIteratorr1">mEnd</a></td></tr>
47
48</table>
49<hr><a name="_details"></a><h2>Detailed Description</h2>
50<h3>template&lt;class T&gt;<br>
51 class Ogre::VectorIterator&lt; T &gt;</h3>
52
53Wraps iteration over a 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>
61Definition at line <a class="el" href="OgreIteratorWrappers_8h-source.html#l00047">47</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_1VectorIteratorw0" doxytag="Ogre::VectorIterator::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">
69template&lt;class T&gt; </td>
70        </tr>
71        <tr>
72          <td class="md" nowrap valign="top"> typedef T::value_type <a class="el" href="classOgre_1_1VectorIterator.html">Ogre::VectorIterator</a>&lt; T &gt;::<a class="el" href="classOgre_1_1VectorIterator.html#Ogre_1_1VectorIteratorw0">ValueType</a>
73      </table>
74    </td>
75  </tr>
76</table>
77<table cellspacing=5 cellpadding=0 border=0>
78  <tr>
79    <td>
80      &nbsp;
81    </td>
82    <td>
83
84<p>
85
86<p>
87Definition at line <a class="el" href="OgreIteratorWrappers_8h-source.html#l00055">55</a> of file <a class="el" href="OgreIteratorWrappers_8h-source.html">OgreIteratorWrappers.h</a>.    </td>
88  </tr>
89</table>
90<hr><h2>Constructor &amp; Destructor Documentation</h2>
91<a class="anchor" name="Ogre_1_1VectorIteratord0" doxytag="Ogre::VectorIterator::VectorIterator" ></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">
98template&lt;class T&gt; </td>
99        </tr>
100        <tr>
101          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1VectorIterator.html">Ogre::VectorIterator</a>&lt; T &gt;::<a class="el" href="classOgre_1_1VectorIterator.html">VectorIterator</a> </td>
102          <td class="md" valign="top">(&nbsp;</td>
103          <td class="mdname1" valign="top" nowrap>          </td>
104          <td class="md" valign="top">&nbsp;)&nbsp;</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      &nbsp;
116    </td>
117    <td>
118
119<p>
120Private constructor since only the parameterised constructor should be used.
121<p>
122
123<p>
124Definition at line <a class="el" href="OgreIteratorWrappers_8h-source.html#l00053">53</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_1VectorIteratora0" doxytag="Ogre::VectorIterator::VectorIterator" ></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_1VectorIterator.html">Ogre::VectorIterator</a>&lt; T &gt;::<a class="el" href="classOgre_1_1VectorIterator.html">VectorIterator</a> </td>
138          <td class="md" valign="top">(&nbsp;</td>
139          <td class="md" nowrap valign="top">typename T::iterator&nbsp;</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::iterator&nbsp;</td>
146          <td class="mdname" nowrap> <em>end</em></td>
147        </tr>
148        <tr>
149          <td></td>
150          <td class="md">)&nbsp;</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      &nbsp;
162    </td>
163    <td>
164
165<p>
166Constructor.
167<p>
168<dl compact><dt><b>Remarks:</b></dt><dd>Provide a start and end iterator to initialise. </dd></dl>
169
170<p>
171Definition at line <a class="el" href="OgreIteratorWrappers_8h-source.html#l00061">61</a> of file <a class="el" href="OgreIteratorWrappers_8h-source.html">OgreIteratorWrappers.h</a>.
172<p>
173References <a class="el" href="OgreIteratorWrappers_8h-source.html#l00050">Ogre::VectorIterator&lt; T &gt;::mCurrent</a>.    </td>
174  </tr>
175</table>
176<hr><h2>Member Function Documentation</h2>
177<a class="anchor" name="Ogre_1_1VectorIteratora2" doxytag="Ogre::VectorIterator::getNext" ></a><p>
178<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
179  <tr>
180    <td class="mdRow">
181      <table cellpadding="0" cellspacing="0" border="0">
182        <tr>
183          <td class="md" colspan="4">
184template&lt;class T&gt; </td>
185        </tr>
186        <tr>
187          <td class="md" nowrap valign="top"> T::value_type <a class="el" href="classOgre_1_1VectorIterator.html">Ogre::VectorIterator</a>&lt; T &gt;::getNext </td>
188          <td class="md" valign="top">(&nbsp;</td>
189          <td class="md" nowrap valign="top">void&nbsp;</td>
190          <td class="mdname1" valign="top" nowrap>          </td>
191          <td class="md" valign="top">&nbsp;)&nbsp;</td>
192          <td class="md" nowrap></td>
193        </tr>
194
195      </table>
196    </td>
197  </tr>
198</table>
199<table cellspacing=5 cellpadding=0 border=0>
200  <tr>
201    <td>
202      &nbsp;
203    </td>
204    <td>
205
206<p>
207Returns the next element in the collection, and advances to the next.
208<p>
209
210<p>
211Definition at line <a class="el" href="OgreIteratorWrappers_8h-source.html#l00073">73</a> of file <a class="el" href="OgreIteratorWrappers_8h-source.html">OgreIteratorWrappers.h</a>.
212<p>
213References <a class="el" href="OgreIteratorWrappers_8h-source.html#l00050">Ogre::VectorIterator&lt; T &gt;::mCurrent</a>.    </td>
214  </tr>
215</table>
216<a class="anchor" name="Ogre_1_1VectorIteratora1" doxytag="Ogre::VectorIterator::hasMoreElements" ></a><p>
217<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
218  <tr>
219    <td class="mdRow">
220      <table cellpadding="0" cellspacing="0" border="0">
221        <tr>
222          <td class="md" colspan="4">
223template&lt;class T&gt; </td>
224        </tr>
225        <tr>
226          <td class="md" nowrap valign="top"> bool <a class="el" href="classOgre_1_1VectorIterator.html">Ogre::VectorIterator</a>&lt; T &gt;::hasMoreElements </td>
227          <td class="md" valign="top">(&nbsp;</td>
228          <td class="md" nowrap valign="top">void&nbsp;</td>
229          <td class="mdname1" valign="top" nowrap>          </td>
230          <td class="md" valign="top">&nbsp;)&nbsp;</td>
231          <td class="md" nowrap> const</td>
232        </tr>
233
234      </table>
235    </td>
236  </tr>
237</table>
238<table cellspacing=5 cellpadding=0 border=0>
239  <tr>
240    <td>
241      &nbsp;
242    </td>
243    <td>
244
245<p>
246Returns true if there are more items in the collection.
247<p>
248
249<p>
250Definition at line <a class="el" href="OgreIteratorWrappers_8h-source.html#l00067">67</a> of file <a class="el" href="OgreIteratorWrappers_8h-source.html">OgreIteratorWrappers.h</a>.
251<p>
252References <a class="el" href="OgreIteratorWrappers_8h-source.html#l00050">Ogre::VectorIterator&lt; T &gt;::mCurrent</a>.    </td>
253  </tr>
254</table>
255<a class="anchor" name="Ogre_1_1VectorIteratora5" doxytag="Ogre::VectorIterator::moveNext" ></a><p>
256<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
257  <tr>
258    <td class="mdRow">
259      <table cellpadding="0" cellspacing="0" border="0">
260        <tr>
261          <td class="md" colspan="4">
262template&lt;class T&gt; </td>
263        </tr>
264        <tr>
265          <td class="md" nowrap valign="top"> void <a class="el" href="classOgre_1_1VectorIterator.html">Ogre::VectorIterator</a>&lt; T &gt;::moveNext </td>
266          <td class="md" valign="top">(&nbsp;</td>
267          <td class="md" nowrap valign="top">void&nbsp;</td>
268          <td class="mdname1" valign="top" nowrap>          </td>
269          <td class="md" valign="top">&nbsp;)&nbsp;</td>
270          <td class="md" nowrap></td>
271        </tr>
272
273      </table>
274    </td>
275  </tr>
276</table>
277<table cellspacing=5 cellpadding=0 border=0>
278  <tr>
279    <td>
280      &nbsp;
281    </td>
282    <td>
283
284<p>
285Moves the iterator on one element.
286<p>
287
288<p>
289Definition at line <a class="el" href="OgreIteratorWrappers_8h-source.html#l00088">88</a> of file <a class="el" href="OgreIteratorWrappers_8h-source.html">OgreIteratorWrappers.h</a>.
290<p>
291References <a class="el" href="OgreIteratorWrappers_8h-source.html#l00050">Ogre::VectorIterator&lt; T &gt;::mCurrent</a>.    </td>
292  </tr>
293</table>
294<a class="anchor" name="Ogre_1_1VectorIteratora3" doxytag="Ogre::VectorIterator::peekNext" ></a><p>
295<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
296  <tr>
297    <td class="mdRow">
298      <table cellpadding="0" cellspacing="0" border="0">
299        <tr>
300          <td class="md" colspan="4">
301template&lt;class T&gt; </td>
302        </tr>
303        <tr>
304          <td class="md" nowrap valign="top"> T::value_type <a class="el" href="classOgre_1_1VectorIterator.html">Ogre::VectorIterator</a>&lt; T &gt;::peekNext </td>
305          <td class="md" valign="top">(&nbsp;</td>
306          <td class="md" nowrap valign="top">void&nbsp;</td>
307          <td class="mdname1" valign="top" nowrap>          </td>
308          <td class="md" valign="top">&nbsp;)&nbsp;</td>
309          <td class="md" nowrap></td>
310        </tr>
311
312      </table>
313    </td>
314  </tr>
315</table>
316<table cellspacing=5 cellpadding=0 border=0>
317  <tr>
318    <td>
319      &nbsp;
320    </td>
321    <td>
322
323<p>
324Returns the next element in the collection, without advancing to the next.
325<p>
326
327<p>
328Definition at line <a class="el" href="OgreIteratorWrappers_8h-source.html#l00078">78</a> of file <a class="el" href="OgreIteratorWrappers_8h-source.html">OgreIteratorWrappers.h</a>.
329<p>
330References <a class="el" href="OgreIteratorWrappers_8h-source.html#l00050">Ogre::VectorIterator&lt; T &gt;::mCurrent</a>.    </td>
331  </tr>
332</table>
333<a class="anchor" name="Ogre_1_1VectorIteratora4" doxytag="Ogre::VectorIterator::peekNextPtr" ></a><p>
334<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
335  <tr>
336    <td class="mdRow">
337      <table cellpadding="0" cellspacing="0" border="0">
338        <tr>
339          <td class="md" colspan="4">
340template&lt;class T&gt; </td>
341        </tr>
342        <tr>
343          <td class="md" nowrap valign="top"> T::pointer <a class="el" href="classOgre_1_1VectorIterator.html">Ogre::VectorIterator</a>&lt; T &gt;::peekNextPtr </td>
344          <td class="md" valign="top">(&nbsp;</td>
345          <td class="md" nowrap valign="top">void&nbsp;</td>
346          <td class="mdname1" valign="top" nowrap>          </td>
347          <td class="md" valign="top">&nbsp;)&nbsp;</td>
348          <td class="md" nowrap></td>
349        </tr>
350
351      </table>
352    </td>
353  </tr>
354</table>
355<table cellspacing=5 cellpadding=0 border=0>
356  <tr>
357    <td>
358      &nbsp;
359    </td>
360    <td>
361
362<p>
363Returns a pointer to the next element in the collection, without advancing to the next afterwards.
364<p>
365
366<p>
367Definition at line <a class="el" href="OgreIteratorWrappers_8h-source.html#l00083">83</a> of file <a class="el" href="OgreIteratorWrappers_8h-source.html">OgreIteratorWrappers.h</a>.    </td>
368  </tr>
369</table>
370<hr><h2>Member Data Documentation</h2>
371<a class="anchor" name="Ogre_1_1VectorIteratorr0" doxytag="Ogre::VectorIterator::mCurrent" ></a><p>
372<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
373  <tr>
374    <td class="mdRow">
375      <table cellpadding="0" cellspacing="0" border="0">
376        <tr>
377          <td class="md" colspan="4">
378template&lt;class T&gt; </td>
379        </tr>
380        <tr>
381          <td class="md" nowrap valign="top"> T::iterator <a class="el" href="classOgre_1_1VectorIterator.html">Ogre::VectorIterator</a>&lt; T &gt;::<a class="el" href="classOgre_1_1VectorIterator.html#Ogre_1_1VectorIteratorr0">mCurrent</a><code> [private]</code>
382      </table>
383    </td>
384  </tr>
385</table>
386<table cellspacing=5 cellpadding=0 border=0>
387  <tr>
388    <td>
389      &nbsp;
390    </td>
391    <td>
392
393<p>
394
395<p>
396Definition at line <a class="el" href="OgreIteratorWrappers_8h-source.html#l00050">50</a> of file <a class="el" href="OgreIteratorWrappers_8h-source.html">OgreIteratorWrappers.h</a>.
397<p>
398Referenced by <a class="el" href="OgreIteratorWrappers_8h-source.html#l00073">Ogre::VectorIterator&lt; T &gt;::getNext()</a>, <a class="el" href="OgreIteratorWrappers_8h-source.html#l00067">Ogre::VectorIterator&lt; T &gt;::hasMoreElements()</a>, <a class="el" href="OgreIteratorWrappers_8h-source.html#l00088">Ogre::VectorIterator&lt; T &gt;::moveNext()</a>, <a class="el" href="OgreIteratorWrappers_8h-source.html#l00078">Ogre::VectorIterator&lt; T &gt;::peekNext()</a>, and <a class="el" href="OgreIteratorWrappers_8h-source.html#l00061">Ogre::VectorIterator&lt; T &gt;::VectorIterator()</a>.    </td>
399  </tr>
400</table>
401<a class="anchor" name="Ogre_1_1VectorIteratorr1" doxytag="Ogre::VectorIterator::mEnd" ></a><p>
402<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
403  <tr>
404    <td class="mdRow">
405      <table cellpadding="0" cellspacing="0" border="0">
406        <tr>
407          <td class="md" colspan="4">
408template&lt;class T&gt; </td>
409        </tr>
410        <tr>
411          <td class="md" nowrap valign="top"> T::iterator <a class="el" href="classOgre_1_1VectorIterator.html">Ogre::VectorIterator</a>&lt; T &gt;::<a class="el" href="classOgre_1_1VectorIterator.html#Ogre_1_1VectorIteratorr1">mEnd</a><code> [private]</code>
412      </table>
413    </td>
414  </tr>
415</table>
416<table cellspacing=5 cellpadding=0 border=0>
417  <tr>
418    <td>
419      &nbsp;
420    </td>
421    <td>
422
423<p>
424
425<p>
426Definition at line <a class="el" href="OgreIteratorWrappers_8h-source.html#l00051">51</a> of file <a class="el" href="OgreIteratorWrappers_8h-source.html">OgreIteratorWrappers.h</a>.    </td>
427  </tr>
428</table>
429<hr>The documentation for this class was generated from the following file:<ul>
430<li><a class="el" href="OgreIteratorWrappers_8h-source.html">OgreIteratorWrappers.h</a></ul>
431<hr>
432<p>
433Copyright &copy; 2000-2005 by The OGRE Team<br />
434<!--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/>
435This 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/>
436                <!--/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#">
437                <Work rdf:about="">
438                        <license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" />
439        <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" />
440                </Work>
441                <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> -->
442
443Last modified Sun Mar 12 14:39:26 2006
444</p>
445</body>
446</html>
Note: See TracBrowser for help on using the repository browser.