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

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

added ogre dependencies and patched ogre sources

Line 
1<html>
2<head>
3<title>OgreStdHeaders.h Source File - 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>OgreStdHeaders.h</h1><a href="OgreStdHeaders_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="preprocessor">#ifndef __StdHeaders_H__</span>
1100002 <span class="preprocessor"></span><span class="preprocessor">#define __StdHeaders_H__</span>
1200003 <span class="preprocessor"></span>
1300004 <span class="preprocessor">#ifdef __BORLANDC__</span>
1400005 <span class="preprocessor"></span><span class="preprocessor">    #define __STD_ALGORITHM</span>
1500006 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
1600007 <span class="preprocessor"></span>
1700008 <span class="preprocessor">#include &lt;cassert&gt;</span>
1800009 <span class="preprocessor">#include &lt;cstdio&gt;</span>
1900010 <span class="preprocessor">#include &lt;cstdlib&gt;</span>
2000011 <span class="preprocessor">#include &lt;ctime&gt;</span>
2100012 <span class="preprocessor">#include &lt;cstring&gt;</span>
2200013 <span class="preprocessor">#include &lt;cstdarg&gt;</span>
2300014 <span class="preprocessor">#include &lt;cmath&gt;</span>
2400015
2500016 <span class="comment">// STL containers</span>
2600017 <span class="preprocessor">#include &lt;vector&gt;</span>
2700018 <span class="preprocessor">#include &lt;map&gt;</span>
2800019 <span class="preprocessor">#include &lt;string&gt;</span>
2900020 <span class="preprocessor">#include &lt;set&gt;</span>
3000021 <span class="preprocessor">#include &lt;list&gt;</span>
3100022 <span class="preprocessor">#include &lt;deque&gt;</span>
3200023 <span class="preprocessor">#include &lt;queue&gt;</span>
3300024
3400025 <span class="comment">// Note - not in the original STL, but exists in SGI STL and STLport</span>
3500026 <span class="preprocessor">#ifdef EXT_HASH</span>
3600027 <span class="preprocessor"></span><span class="preprocessor">#   include &lt;ext/hash_map&gt;</span>
3700028 <span class="preprocessor">#   include &lt;ext/hash_set&gt;</span>
3800029 <span class="preprocessor">#else</span>
3900030 <span class="preprocessor"></span><span class="preprocessor">#   include &lt;hash_set&gt;</span>
4000031 <span class="preprocessor">#   include &lt;hash_map&gt;</span>
4100032 <span class="preprocessor">#endif</span>
4200033 <span class="preprocessor"></span>
4300034 <span class="comment">// STL algorithms &amp; functions</span>
4400035 <span class="preprocessor">#include &lt;algorithm&gt;</span>
4500036 <span class="preprocessor">#include &lt;functional&gt;</span>
4600037 <span class="preprocessor">#include &lt;limits&gt;</span>
4700038
4800039 <span class="comment">// C++ Stream stuff</span>
4900040 <span class="preprocessor">#include &lt;fstream&gt;</span>
5000041 <span class="preprocessor">#include &lt;iostream&gt;</span>
5100042 <span class="preprocessor">#include &lt;iomanip&gt;</span>
5200043 <span class="preprocessor">#include &lt;sstream&gt;</span>
5300044
5400045 <span class="preprocessor">#ifdef __BORLANDC__</span>
5500046 <span class="preprocessor"></span><span class="keyword">namespace </span>Ogre
5600047 {
5700048     <span class="keyword">using</span> <span class="keyword">namespace </span>std;
5800049 }
5900050 <span class="preprocessor">#endif</span>
6000051 <span class="preprocessor"></span>
6100052 <span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
6200053
6300054 <span class="preprocessor">#   include &lt;sys/types.h&gt;</span>
6400055 <span class="preprocessor">#   include &lt;sys/stat.h&gt;</span>
6500056
6600057 }
6700058
6800059 <span class="preprocessor">#if OGRE_PLATFORM == OGRE_PLATFORM_WIN32</span>
6900060 <span class="preprocessor"></span>
7000061 <span class="preprocessor">#undef min</span>
7100062 <span class="preprocessor"></span><span class="preprocessor">#undef max</span>
7200063 <span class="preprocessor"></span>
7300064 <span class="preprocessor">#endif</span>
7400065 <span class="preprocessor"></span>
7500066 <span class="preprocessor">#if OGRE_PLATFORM == OGRE_PLATFORM_LINUX</span>
7600067 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
7700068
7800069 <span class="preprocessor">#   include &lt;unistd.h&gt;</span>
7900070 <span class="preprocessor">#   include &lt;dlfcn.h&gt;</span>
8000071
8100072 }
8200073 <span class="preprocessor">#endif</span>
8300074 <span class="preprocessor"></span>
8400075 <span class="preprocessor">#if OGRE_PLATFORM == OGRE_PLATFORM_APPLE</span>
8500076 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
8600077 <span class="preprocessor">#   include &lt;unistd.h&gt;</span>
8700078 <span class="preprocessor">#   include &lt;sys/param.h&gt;</span>
8800079 <span class="preprocessor">#   include &lt;CoreFoundation/CoreFoundation.h&gt;</span>
8900080 }
9000081 <span class="preprocessor">#endif</span>
9100082 <span class="preprocessor"></span>
9200083 <span class="preprocessor">#if OGRE_THREAD_SUPPORT</span>
9300084 <span class="preprocessor"></span><span class="preprocessor">#   include &lt;boost/thread/recursive_mutex.hpp&gt;</span>
9400085 <span class="preprocessor">#endif</span>
9500086 <span class="preprocessor"></span>
9600087 <span class="preprocessor">#endif</span>
97</pre></div><hr>
98<p>
99Copyright &copy; 2000-2005 by The OGRE Team<br />
100<!--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/>
101This 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/>
102                <!--/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#">
103                <Work rdf:about="">
104                        <license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" />
105        <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" />
106                </Work>
107                <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> -->
108
109Last modified Sun Feb 12 12:59:53 2006
110</p>
111</body>
112</html>
Note: See TracBrowser for help on using the repository browser.