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

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

adding ogre 1.2 and dependencies

Line 
1<html>
2<head>
3<title>Ogre::Any 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::Any Class Reference</h1>Variant type that can hold <a class="el" href="classOgre_1_1Any.html">Any</a> other type. 
11<a href="#_details">More...</a>
12<p>
13<code>#include &lt;<a class="el" href="OgreAny_8h-source.html">OgreAny.h</a>&gt;</code>
14<p>
15<p>Inheritance diagram for Ogre::Any:
16<p><center><img src="classOgre_1_1Any.png" usemap="#Ogre::Any_map" border="0" alt=""></center>
17<map name="Ogre::Any_map">
18<area href="classOgre_1_1AnyNumeric.html" alt="Ogre::AnyNumeric" shape="rect" coords="0,56,117,80">
19</map>
20<a href="classOgre_1_1Any-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
21<tr><td></td></tr>
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_1Any.html#Ogre_1_1Anya0">Any</a> ()</td></tr>
24
25<tr><td class="memItemLeft" nowrap align=right valign=top>template&lt;typename ValueType&gt; &nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1Any.html#Ogre_1_1Anya1">Any</a> (const ValueType &amp;value)</td></tr>
26
27<tr><td class="memItemLeft" nowrap align=right valign=top>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1Any.html#Ogre_1_1Anya2">Any</a> (const <a class="el" href="classOgre_1_1Any.html">Any</a> &amp;other)</td></tr>
28
29<tr><td class="memItemLeft" nowrap align=right valign=top>virtual&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1Any.html#Ogre_1_1Anya3">~Any</a> ()</td></tr>
30
31<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="classOgre_1_1Any.html">Any</a> &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1Any.html#Ogre_1_1AnyNumerica13">swap</a> (<a class="el" href="classOgre_1_1Any.html">Any</a> &amp;rhs)</td></tr>
32
33<tr><td class="memItemLeft" nowrap align=right valign=top>template&lt;typename ValueType&gt; <a class="el" href="classOgre_1_1Any.html">Any</a> &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1Any.html#Ogre_1_1Anya5">operator=</a> (const ValueType &amp;rhs)</td></tr>
34
35<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="classOgre_1_1Any.html">Any</a> &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1Any.html#Ogre_1_1Anya6">operator=</a> (const <a class="el" href="classOgre_1_1Any.html">Any</a> &amp;rhs)</td></tr>
36
37<tr><td class="memItemLeft" nowrap align=right valign=top>bool&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1Any.html#Ogre_1_1AnyNumerica14">isEmpty</a> () const </td></tr>
38
39<tr><td class="memItemLeft" nowrap align=right valign=top>const std::type_info &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1Any.html#Ogre_1_1AnyNumerica15">getType</a> () const </td></tr>
40
41<tr><td class="memItemLeft" nowrap align=right valign=top>template&lt;typename ValueType&gt; ValueType&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1Any.html#Ogre_1_1AnyNumerica16">operator()</a> () const </td></tr>
42
43<tr><td colspan=2><br><h2>Protected Attributes</h2></td></tr>
44<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="classOgre_1_1Any_1_1placeholder.html">placeholder</a> *&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1Any.html#Ogre_1_1AnyNumericp0">mContent</a></td></tr>
45
46<tr><td colspan=2><br><h2>Friends</h2></td></tr>
47<tr><td class="memItemLeft" nowrap align=right valign=top>std::ostream &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1Any.html#Ogre_1_1AnyNumericn0">operator&lt;&lt;</a> (std::ostream &amp;o, const <a class="el" href="classOgre_1_1Any.html">Any</a> &amp;v)</td></tr>
48
49<tr><td class="memItemLeft" nowrap align=right valign=top>template&lt;typename ValueType&gt; ValueType *&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1Any.html#Ogre_1_1AnyNumericn1">any_cast</a> (<a class="el" href="classOgre_1_1Any.html">Any</a> *)</td></tr>
50
51</table>
52<hr><a name="_details"></a><h2>Detailed Description</h2>
53Variant type that can hold <a class="el" href="classOgre_1_1Any.html">Any</a> other type.
54<p>
55
56<p>
57
58<p>
59Definition at line <a class="el" href="OgreAny_8h-source.html#l00047">47</a> of file <a class="el" href="OgreAny_8h-source.html">OgreAny.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
60<a class="anchor" name="Ogre_1_1Anya0" doxytag="Ogre::Any::Any" ></a><p>
61<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
62  <tr>
63    <td class="mdRow">
64      <table cellpadding="0" cellspacing="0" border="0">
65        <tr>
66          <td class="md" nowrap valign="top"> Ogre::Any::Any </td>
67          <td class="md" valign="top">(&nbsp;</td>
68          <td class="mdname1" valign="top" nowrap>          </td>
69          <td class="md" valign="top">&nbsp;)&nbsp;</td>
70          <td class="md" nowrap></td>
71        </tr>
72
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="OgreAny_8h-source.html#l00051">51</a> of file <a class="el" href="OgreAny_8h-source.html">OgreAny.h</a>.
88<p>
89References <a class="el" href="OgreAny_8h-source.html#l00171">mContent</a>.
90<p>
91Referenced by <a class="el" href="OgreAny_8h-source.html#l00081">operator=()</a>.    </td>
92  </tr>
93</table>
94<a class="anchor" name="Ogre_1_1Anya1" doxytag="Ogre::Any::Any" ></a><p>
95<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
96  <tr>
97    <td class="mdRow">
98      <table cellpadding="0" cellspacing="0" border="0">
99        <tr>
100          <td class="md" colspan="4">
101template&lt;typename ValueType&gt; </td>
102        </tr>
103        <tr>
104          <td class="md" nowrap valign="top"> Ogre::Any::Any </td>
105          <td class="md" valign="top">(&nbsp;</td>
106          <td class="md" nowrap valign="top">const ValueType &amp;&nbsp;</td>
107          <td class="mdname1" valign="top" nowrap> <em>value</em>          </td>
108          <td class="md" valign="top">&nbsp;)&nbsp;</td>
109          <td class="md" nowrap><code> [explicit]</code></td>
110        </tr>
111
112      </table>
113    </td>
114  </tr>
115</table>
116<table cellspacing=5 cellpadding=0 border=0>
117  <tr>
118    <td>
119      &nbsp;
120    </td>
121    <td>
122
123<p>
124
125<p>
126Definition at line <a class="el" href="OgreAny_8h-source.html#l00057">57</a> of file <a class="el" href="OgreAny_8h-source.html">OgreAny.h</a>.
127<p>
128References <a class="el" href="OgreAny_8h-source.html#l00171">mContent</a>.    </td>
129  </tr>
130</table>
131<a class="anchor" name="Ogre_1_1Anya2" doxytag="Ogre::Any::Any" ></a><p>
132<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
133  <tr>
134    <td class="mdRow">
135      <table cellpadding="0" cellspacing="0" border="0">
136        <tr>
137          <td class="md" nowrap valign="top"> Ogre::Any::Any </td>
138          <td class="md" valign="top">(&nbsp;</td>
139          <td class="md" nowrap valign="top">const <a class="el" href="classOgre_1_1Any.html">Any</a> &amp;&nbsp;</td>
140          <td class="mdname1" valign="top" nowrap> <em>other</em>          </td>
141          <td class="md" valign="top">&nbsp;)&nbsp;</td>
142          <td class="md" nowrap></td>
143        </tr>
144
145      </table>
146    </td>
147  </tr>
148</table>
149<table cellspacing=5 cellpadding=0 border=0>
150  <tr>
151    <td>
152      &nbsp;
153    </td>
154    <td>
155
156<p>
157
158<p>
159Definition at line <a class="el" href="OgreAny_8h-source.html#l00062">62</a> of file <a class="el" href="OgreAny_8h-source.html">OgreAny.h</a>.
160<p>
161References <a class="el" href="OgreAny_8h-source.html#l00171">mContent</a>.    </td>
162  </tr>
163</table>
164<a class="anchor" name="Ogre_1_1Anya3" doxytag="Ogre::Any::~Any" ></a><p>
165<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
166  <tr>
167    <td class="mdRow">
168      <table cellpadding="0" cellspacing="0" border="0">
169        <tr>
170          <td class="md" nowrap valign="top"> virtual Ogre::Any::~<a class="el" href="classOgre_1_1Any.html">Any</a> </td>
171          <td class="md" valign="top">(&nbsp;</td>
172          <td class="mdname1" valign="top" nowrap>          </td>
173          <td class="md" valign="top">&nbsp;)&nbsp;</td>
174          <td class="md" nowrap><code> [virtual]</code></td>
175        </tr>
176
177      </table>
178    </td>
179  </tr>
180</table>
181<table cellspacing=5 cellpadding=0 border=0>
182  <tr>
183    <td>
184      &nbsp;
185    </td>
186    <td>
187
188<p>
189
190<p>
191Definition at line <a class="el" href="OgreAny_8h-source.html#l00067">67</a> of file <a class="el" href="OgreAny_8h-source.html">OgreAny.h</a>.
192<p>
193References <a class="el" href="OgreAny_8h-source.html#l00171">mContent</a>.    </td>
194  </tr>
195</table>
196<hr><h2>Member Function Documentation</h2>
197<a class="anchor" name="Ogre_1_1AnyNumerica15" doxytag="Ogre::Any::getType" ></a><p>
198<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
199  <tr>
200    <td class="mdRow">
201      <table cellpadding="0" cellspacing="0" border="0">
202        <tr>
203          <td class="md" nowrap valign="top"> const std::type_info&amp; Ogre::Any::getType </td>
204          <td class="md" valign="top">(&nbsp;</td>
205          <td class="md" nowrap valign="top">void&nbsp;</td>
206          <td class="mdname1" valign="top" nowrap>          </td>
207          <td class="md" valign="top">&nbsp;)&nbsp;</td>
208          <td class="md" nowrap> const</td>
209        </tr>
210
211      </table>
212    </td>
213  </tr>
214</table>
215<table cellspacing=5 cellpadding=0 border=0>
216  <tr>
217    <td>
218      &nbsp;
219    </td>
220    <td>
221
222<p>
223
224<p>
225Definition at line <a class="el" href="OgreAny_8h-source.html#l00100">100</a> of file <a class="el" href="OgreAny_8h-source.html">OgreAny.h</a>.
226<p>
227References <a class="el" href="classOgre_1_1Any_1_1placeholder.html#Ogre_1_1AnyNumeric_1_1numplaceholdera6">Ogre::Any::placeholder::getType()</a>, and <a class="el" href="OgreAny_8h-source.html#l00171">mContent</a>.
228<p>
229Referenced by <a class="el" href="OgreAny_8h-source.html#l00368">Ogre::any_cast()</a>, and <a class="el" href="OgreAny_8h-source.html#l00180">operator()()</a>.    </td>
230  </tr>
231</table>
232<a class="anchor" name="Ogre_1_1AnyNumerica14" doxytag="Ogre::Any::isEmpty" ></a><p>
233<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
234  <tr>
235    <td class="mdRow">
236      <table cellpadding="0" cellspacing="0" border="0">
237        <tr>
238          <td class="md" nowrap valign="top"> bool Ogre::Any::isEmpty </td>
239          <td class="md" valign="top">(&nbsp;</td>
240          <td class="mdname1" valign="top" nowrap>          </td>
241          <td class="md" valign="top">&nbsp;)&nbsp;</td>
242          <td class="md" nowrap> const</td>
243        </tr>
244
245      </table>
246    </td>
247  </tr>
248</table>
249<table cellspacing=5 cellpadding=0 border=0>
250  <tr>
251    <td>
252      &nbsp;
253    </td>
254    <td>
255
256<p>
257
258<p>
259Definition at line <a class="el" href="OgreAny_8h-source.html#l00095">95</a> of file <a class="el" href="OgreAny_8h-source.html">OgreAny.h</a>.
260<p>
261References <a class="el" href="OgreAny_8h-source.html#l00171">mContent</a>.    </td>
262  </tr>
263</table>
264<a class="anchor" name="Ogre_1_1AnyNumerica16" doxytag="Ogre::Any::operator()" ></a><p>
265<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
266  <tr>
267    <td class="mdRow">
268      <table cellpadding="0" cellspacing="0" border="0">
269        <tr>
270          <td class="md" colspan="4">
271template&lt;typename ValueType&gt; </td>
272        </tr>
273        <tr>
274          <td class="md" nowrap valign="top"> ValueType Ogre::Any::operator() </td>
275          <td class="md" valign="top">(&nbsp;</td>
276          <td class="mdname1" valign="top" nowrap>          </td>
277          <td class="md" valign="top">&nbsp;)&nbsp;</td>
278          <td class="md" nowrap> const</td>
279        </tr>
280
281      </table>
282    </td>
283  </tr>
284</table>
285<table cellspacing=5 cellpadding=0 border=0>
286  <tr>
287    <td>
288      &nbsp;
289    </td>
290    <td>
291
292<p>
293
294<p>
295Definition at line <a class="el" href="OgreAny_8h-source.html#l00180">180</a> of file <a class="el" href="OgreAny_8h-source.html">OgreAny.h</a>.
296<p>
297References <a class="el" href="OgreAny_8h-source.html#l00100">getType()</a>, <a class="el" href="OgreAny_8h-source.html#l00171">mContent</a>, <a class="el" href="OgreException_8h-source.html#l00033">OGRE_EXCEPT</a>, and <a class="el" href="OgreString_8h-source.html#l00088">Ogre::StringUtil::StrStreamType</a>.    </td>
298  </tr>
299</table>
300<a class="anchor" name="Ogre_1_1Anya6" doxytag="Ogre::Any::operator=" ></a><p>
301<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
302  <tr>
303    <td class="mdRow">
304      <table cellpadding="0" cellspacing="0" border="0">
305        <tr>
306          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1Any.html">Any</a>&amp; Ogre::Any::operator= </td>
307          <td class="md" valign="top">(&nbsp;</td>
308          <td class="md" nowrap valign="top">const <a class="el" href="classOgre_1_1Any.html">Any</a> &amp;&nbsp;</td>
309          <td class="mdname1" valign="top" nowrap> <em>rhs</em>          </td>
310          <td class="md" valign="top">&nbsp;)&nbsp;</td>
311          <td class="md" nowrap></td>
312        </tr>
313
314      </table>
315    </td>
316  </tr>
317</table>
318<table cellspacing=5 cellpadding=0 border=0>
319  <tr>
320    <td>
321      &nbsp;
322    </td>
323    <td>
324
325<p>
326
327<p>
328Definition at line <a class="el" href="OgreAny_8h-source.html#l00087">87</a> of file <a class="el" href="OgreAny_8h-source.html">OgreAny.h</a>.
329<p>
330References <a class="el" href="OgreAny_8h-source.html#l00051">Any()</a>.    </td>
331  </tr>
332</table>
333<a class="anchor" name="Ogre_1_1Anya5" doxytag="Ogre::Any::operator=" ></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;typename ValueType&gt; </td>
341        </tr>
342        <tr>
343          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1Any.html">Any</a>&amp; Ogre::Any::operator= </td>
344          <td class="md" valign="top">(&nbsp;</td>
345          <td class="md" nowrap valign="top">const ValueType &amp;&nbsp;</td>
346          <td class="mdname1" valign="top" nowrap> <em>rhs</em>          </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>
363
364<p>
365Definition at line <a class="el" href="OgreAny_8h-source.html#l00081">81</a> of file <a class="el" href="OgreAny_8h-source.html">OgreAny.h</a>.
366<p>
367References <a class="el" href="OgreAny_8h-source.html#l00051">Any()</a>.    </td>
368  </tr>
369</table>
370<a class="anchor" name="Ogre_1_1AnyNumerica13" doxytag="Ogre::Any::swap" ></a><p>
371<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
372  <tr>
373    <td class="mdRow">
374      <table cellpadding="0" cellspacing="0" border="0">
375        <tr>
376          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1Any.html">Any</a>&amp; Ogre::Any::swap </td>
377          <td class="md" valign="top">(&nbsp;</td>
378          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1Any.html">Any</a> &amp;&nbsp;</td>
379          <td class="mdname1" valign="top" nowrap> <em>rhs</em>          </td>
380          <td class="md" valign="top">&nbsp;)&nbsp;</td>
381          <td class="md" nowrap></td>
382        </tr>
383
384      </table>
385    </td>
386  </tr>
387</table>
388<table cellspacing=5 cellpadding=0 border=0>
389  <tr>
390    <td>
391      &nbsp;
392    </td>
393    <td>
394
395<p>
396
397<p>
398Definition at line <a class="el" href="OgreAny_8h-source.html#l00074">74</a> of file <a class="el" href="OgreAny_8h-source.html">OgreAny.h</a>.
399<p>
400References <a class="el" href="OgreAny_8h-source.html#l00171">mContent</a>.    </td>
401  </tr>
402</table>
403<hr><h2>Friends And Related Function Documentation</h2>
404<a class="anchor" name="Ogre_1_1AnyNumericn1" doxytag="Ogre::Any::any_cast" ></a><p>
405<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
406  <tr>
407    <td class="mdRow">
408      <table cellpadding="0" cellspacing="0" border="0">
409        <tr>
410          <td class="md" colspan="4">
411template&lt;typename ValueType&gt; </td>
412        </tr>
413        <tr>
414          <td class="md" nowrap valign="top"> ValueType* any_cast </td>
415          <td class="md" valign="top">(&nbsp;</td>
416          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1Any.html">Any</a> *&nbsp;</td>
417          <td class="mdname1" valign="top" nowrap> <em>operand</em>          </td>
418          <td class="md" valign="top">&nbsp;)&nbsp;</td>
419          <td class="md" nowrap><code> [friend]</code></td>
420        </tr>
421
422      </table>
423    </td>
424  </tr>
425</table>
426<table cellspacing=5 cellpadding=0 border=0>
427  <tr>
428    <td>
429      &nbsp;
430    </td>
431    <td>
432
433<p>
434
435<p>
436Definition at line <a class="el" href="OgreAny_8h-source.html#l00368">368</a> of file <a class="el" href="OgreAny_8h-source.html">OgreAny.h</a>.    </td>
437  </tr>
438</table>
439<a class="anchor" name="Ogre_1_1AnyNumericn0" doxytag="Ogre::Any::operator<<" ></a><p>
440<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
441  <tr>
442    <td class="mdRow">
443      <table cellpadding="0" cellspacing="0" border="0">
444        <tr>
445          <td class="md" nowrap valign="top"> std::ostream&amp; operator&lt;&lt; </td>
446          <td class="md" valign="top">(&nbsp;</td>
447          <td class="md" nowrap valign="top">std::ostream &amp;&nbsp;</td>
448          <td class="mdname" nowrap> <em>o</em>, </td>
449        </tr>
450        <tr>
451          <td class="md" nowrap align="right"></td>
452          <td></td>
453          <td class="md" nowrap>const <a class="el" href="classOgre_1_1Any.html">Any</a> &amp;&nbsp;</td>
454          <td class="mdname" nowrap> <em>v</em></td>
455        </tr>
456        <tr>
457          <td></td>
458          <td class="md">)&nbsp;</td>
459          <td class="md" colspan="2"><code> [friend]</code></td>
460        </tr>
461
462      </table>
463    </td>
464  </tr>
465</table>
466<table cellspacing=5 cellpadding=0 border=0>
467  <tr>
468    <td>
469      &nbsp;
470    </td>
471    <td>
472
473<p>
474
475<p>
476Definition at line <a class="el" href="OgreAny_8h-source.html#l00106">106</a> of file <a class="el" href="OgreAny_8h-source.html">OgreAny.h</a>.    </td>
477  </tr>
478</table>
479<hr><h2>Member Data Documentation</h2>
480<a class="anchor" name="Ogre_1_1AnyNumericp0" doxytag="Ogre::Any::mContent" ></a><p>
481<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
482  <tr>
483    <td class="mdRow">
484      <table cellpadding="0" cellspacing="0" border="0">
485        <tr>
486          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1Any_1_1placeholder.html">placeholder</a>* <a class="el" href="classOgre_1_1Any.html#Ogre_1_1AnyNumericp0">Ogre::Any::mContent</a><code> [protected]</code>
487      </table>
488    </td>
489  </tr>
490</table>
491<table cellspacing=5 cellpadding=0 border=0>
492  <tr>
493    <td>
494      &nbsp;
495    </td>
496    <td>
497
498<p>
499
500<p>
501Definition at line <a class="el" href="OgreAny_8h-source.html#l00171">171</a> of file <a class="el" href="OgreAny_8h-source.html">OgreAny.h</a>.
502<p>
503Referenced by <a class="el" href="OgreAny_8h-source.html#l00051">Any()</a>, <a class="el" href="OgreAny_8h-source.html#l00368">Ogre::any_cast()</a>, <a class="el" href="OgreAny_8h-source.html#l00226">Ogre::AnyNumeric::AnyNumeric()</a>, <a class="el" href="OgreAny_8h-source.html#l00100">getType()</a>, <a class="el" href="OgreAny_8h-source.html#l00095">isEmpty()</a>, <a class="el" href="OgreAny_8h-source.html#l00321">Ogre::AnyNumeric::operator *()</a>, <a class="el" href="OgreAny_8h-source.html#l00348">Ogre::AnyNumeric::operator *=()</a>, <a class="el" href="OgreAny_8h-source.html#l00180">operator()()</a>, <a class="el" href="OgreAny_8h-source.html#l00311">Ogre::AnyNumeric::operator+()</a>, <a class="el" href="OgreAny_8h-source.html#l00336">Ogre::AnyNumeric::operator+=()</a>, <a class="el" href="OgreAny_8h-source.html#l00316">Ogre::AnyNumeric::operator-()</a>, <a class="el" href="OgreAny_8h-source.html#l00342">Ogre::AnyNumeric::operator-=()</a>, <a class="el" href="OgreAny_8h-source.html#l00331">Ogre::AnyNumeric::operator/()</a>, <a class="el" href="OgreAny_8h-source.html#l00354">Ogre::AnyNumeric::operator/=()</a>, <a class="el" href="OgreAny_8h-source.html#l00074">swap()</a>, and <a class="el" href="OgreAny_8h-source.html#l00067">~Any()</a>.    </td>
504  </tr>
505</table>
506<hr>The documentation for this class was generated from the following file:<ul>
507<li><a class="el" href="OgreAny_8h-source.html">OgreAny.h</a></ul>
508<hr>
509<p>
510Copyright &copy; 2000-2005 by The OGRE Team<br />
511<!--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/>
512This 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/>
513                <!--/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#">
514                <Work rdf:about="">
515                        <license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" />
516        <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" />
517                </Work>
518                <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> -->
519
520Last modified Sun Mar 12 14:38:06 2006
521</p>
522</body>
523</html>
Note: See TracBrowser for help on using the repository browser.