Sophie

Sophie

distrib > Mandriva > 10.2 > i586 > media > contrib > by-pkgid > 04e5d8c10ae76748689b4e7f48e0fa33 > files > 705

libogre5-devel-1.0.0-1mdk.i586.rpm

<html>
<head>
<title>OgrePrerequisites.h File Reference - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 
<link type="text/css" rel="stylesheet" href="style.css">
</head>

<body>
<!-- Generated by Doxygen 1.3.6 -->
<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>
<h1>OgrePrerequisites.h File Reference</h1><code>#include "<a class="el" href="OgrePlatform_8h-source.html">OgrePlatform.h</a>"</code><br>
<code>#include "<a class="el" href="OgreStdHeaders_8h-source.html">OgreStdHeaders.h</a>"</code><br>
<code>#include "<a class="el" href="OgreMemoryManager_8h-source.html">OgreMemoryManager.h</a>"</code><br>

<p>
<a href="OgrePrerequisites_8h-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0>
<tr><td></td></tr>
<tr><td colspan=2><br><h2>Namespaces</h2></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>namespace &nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="namespaceOgre.html">Ogre</a></td></tr>

<tr><td colspan=2><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="OgrePrerequisites_8h.html#a0">OGRE_FORCE_ANGLE_TYPES</a></td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="OgrePrerequisites_8h.html#a1">OGRE_VERSION_MAJOR</a>&nbsp;&nbsp;&nbsp;1</td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="OgrePrerequisites_8h.html#a2">OGRE_VERSION_MINOR</a>&nbsp;&nbsp;&nbsp;0</td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="OgrePrerequisites_8h.html#a3">OGRE_VERSION_PATCH</a>&nbsp;&nbsp;&nbsp;0</td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="OgrePrerequisites_8h.html#a4">OGRE_VERSION_NAME</a>&nbsp;&nbsp;&nbsp;"Azathoth"</td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="OgrePrerequisites_8h.html#a5">OgreChar</a>&nbsp;&nbsp;&nbsp;char</td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="OgrePrerequisites_8h.html#a6">_TO_CHAR</a>(x)&nbsp;&nbsp;&nbsp;x</td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="OgrePrerequisites_8h.html#a7">HashMap</a>&nbsp;&nbsp;&nbsp;::std::hash_map</td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="OgrePrerequisites_8h.html#a8">OGRE_DELETE</a>(p)&nbsp;&nbsp;&nbsp;{ if(p) { delete (p);     (p)=NULL; } }</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Useful macros.  <a href="#a8"></a><br><br></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="OgrePrerequisites_8h.html#a9">OGRE_DELETE_ARRAY</a>(p)&nbsp;&nbsp;&nbsp;{ if(p) { delete[] (p);   (p)=NULL; } }</td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="OgrePrerequisites_8h.html#a10">OGRE_AUTO_MUTEX_NAME</a>&nbsp;&nbsp;&nbsp;mutex</td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="OgrePrerequisites_8h.html#a11">OGRE_AUTO_MUTEX</a></td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="OgrePrerequisites_8h.html#a12">OGRE_LOCK_AUTO_MUTEX</a></td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="OgrePrerequisites_8h.html#a13">OGRE_MUTEX</a>(name)</td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="OgrePrerequisites_8h.html#a14">OGRE_LOCK_MUTEX</a>(name)</td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="OgrePrerequisites_8h.html#a15">OGRE_AUTO_SHARED_MUTEX</a></td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="OgrePrerequisites_8h.html#a16">OGRE_LOCK_AUTO_SHARED_MUTEX</a></td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="OgrePrerequisites_8h.html#a17">OGRE_NEW_AUTO_SHARED_MUTEX</a></td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="OgrePrerequisites_8h.html#a18">OGRE_DELETE_AUTO_SHARED_MUTEX</a></td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="OgrePrerequisites_8h.html#a19">OGRE_COPY_AUTO_SHARED_MUTEX</a>(from)</td></tr>

</table>
<hr><h2>Define Documentation</h2>
<a class="anchor" name="a6" doxytag="OgrePrerequisites.h::_TO_CHAR" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define _TO_CHAR</td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">x&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap>&nbsp;&nbsp;&nbsp;x
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgrePrerequisites_8h-source.html#l00120">120</a> of file <a class="el" href="OgrePrerequisites_8h-source.html">OgrePrerequisites.h</a>.    </td>
  </tr>
</table>
<a class="anchor" name="a7" doxytag="OgrePrerequisites.h::HashMap" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define HashMap&nbsp;&nbsp;&nbsp;::std::hash_map
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgrePrerequisites_8h-source.html#l00133">133</a> of file <a class="el" href="OgrePrerequisites_8h-source.html">OgrePrerequisites.h</a>.    </td>
  </tr>
</table>
<a class="anchor" name="a11" doxytag="OgrePrerequisites.h::OGRE_AUTO_MUTEX" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define OGRE_AUTO_MUTEX
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgrePrerequisites_8h-source.html#l00170">170</a> of file <a class="el" href="OgrePrerequisites_8h-source.html">OgrePrerequisites.h</a>.    </td>
  </tr>
</table>
<a class="anchor" name="a10" doxytag="OgrePrerequisites.h::OGRE_AUTO_MUTEX_NAME" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define OGRE_AUTO_MUTEX_NAME&nbsp;&nbsp;&nbsp;mutex
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgrePrerequisites_8h-source.html#l00157">157</a> of file <a class="el" href="OgrePrerequisites_8h-source.html">OgrePrerequisites.h</a>.    </td>
  </tr>
</table>
<a class="anchor" name="a15" doxytag="OgrePrerequisites.h::OGRE_AUTO_SHARED_MUTEX" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define OGRE_AUTO_SHARED_MUTEX
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgrePrerequisites_8h-source.html#l00174">174</a> of file <a class="el" href="OgrePrerequisites_8h-source.html">OgrePrerequisites.h</a>.    </td>
  </tr>
</table>
<a class="anchor" name="a19" doxytag="OgrePrerequisites.h::OGRE_COPY_AUTO_SHARED_MUTEX" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define OGRE_COPY_AUTO_SHARED_MUTEX</td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">from&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgrePrerequisites_8h-source.html#l00178">178</a> of file <a class="el" href="OgrePrerequisites_8h-source.html">OgrePrerequisites.h</a>.
<p>
Referenced by <a class="el" href="OgreBspLevel_8h-source.html#l00221">Ogre::BspLevelPtr::BspLevelPtr()</a>, <a class="el" href="OgreD3D9GpuProgram_8h-source.html#l00107">Ogre::D3D9GpuProgramPtr::D3D9GpuProgramPtr()</a>, <a class="el" href="OgreD3D9Texture_8h-source.html#l00182">Ogre::D3D9TexturePtr::D3D9TexturePtr()</a>, <a class="el" href="OgreD3D7Texture_8h-source.html#l00109">Ogre::D3DTexturePtr::D3DTexturePtr()</a>, <a class="el" href="OgreFont_8h-source.html#l00320">Ogre::FontPtr::FontPtr()</a>, <a class="el" href="OgreGLTexture_8h-source.html#l00095">Ogre::GLTexturePtr::GLTexturePtr()</a>, <a class="el" href="OgreHighLevelGpuProgram_8h-source.html#l00111">Ogre::HighLevelGpuProgramPtr::HighLevelGpuProgramPtr()</a>, <a class="el" href="OgreMaterial_8h-source.html#l00571">Ogre::MaterialPtr::MaterialPtr()</a>, <a class="el" href="OgreTexture_8h-source.html#l00284">Ogre::TexturePtr::operator=()</a>, <a class="el" href="OgreSkeleton_8h-source.html#l00326">Ogre::SkeletonPtr::operator=()</a>, <a class="el" href="OgreSharedPtr_8h-source.html#l00072">Ogre::SharedPtr&lt; Skeleton &gt;::operator=()</a>, <a class="el" href="OgrePatchMesh_8h-source.html#l00095">Ogre::PatchMeshPtr::operator=()</a>, <a class="el" href="OgreMaterial_8h-source.html#l00585">Ogre::MaterialPtr::operator=()</a>, <a class="el" href="OgreHighLevelGpuProgram_8h-source.html#l00125">Ogre::HighLevelGpuProgramPtr::operator=()</a>, <a class="el" href="OgreGpuProgram_8h-source.html#l00723">Ogre::GpuProgramPtr::operator=()</a>, <a class="el" href="OgreGLTexture_8h-source.html#l00109">Ogre::GLTexturePtr::operator=()</a>, <a class="el" href="OgreFont_8h-source.html#l00334">Ogre::FontPtr::operator=()</a>, <a class="el" href="OgreD3D9Texture_8h-source.html#l00196">Ogre::D3D9TexturePtr::operator=()</a>, <a class="el" href="OgreD3D9GpuProgram_8h-source.html#l00121">Ogre::D3D9GpuProgramPtr::operator=()</a>, <a class="el" href="OgreD3D7Texture_8h-source.html#l00123">Ogre::D3DTexturePtr::operator=()</a>, <a class="el" href="OgreBspLevel_8h-source.html#l00235">Ogre::BspLevelPtr::operator=()</a>, <a class="el" href="OgrePatchMesh_8h-source.html#l00081">Ogre::PatchMeshPtr::PatchMeshPtr()</a>, <a class="el" href="OgreSharedPtr_8h-source.html#l00116">Ogre::SharedPtr&lt; Skeleton &gt;::setNull()</a>, <a class="el" href="OgreSharedPtr_8h-source.html#l00059">Ogre::SharedPtr&lt; Skeleton &gt;::SharedPtr()</a>, <a class="el" href="OgreSkeleton_8h-source.html#l00312">Ogre::SkeletonPtr::SkeletonPtr()</a>, and <a class="el" href="OgreTexture_8h-source.html#l00270">Ogre::TexturePtr::TexturePtr()</a>.    </td>
  </tr>
</table>
<a class="anchor" name="a8" doxytag="OgrePrerequisites.h::OGRE_DELETE" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define OGRE_DELETE</td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">p&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap>&nbsp;&nbsp;&nbsp;{ if(p) { delete (p);     (p)=NULL; } }
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Useful macros. 
<p>

<p>
Definition at line <a class="el" href="OgrePrerequisites_8h-source.html#l00145">145</a> of file <a class="el" href="OgrePrerequisites_8h-source.html">OgrePrerequisites.h</a>.    </td>
  </tr>
</table>
<a class="anchor" name="a9" doxytag="OgrePrerequisites.h::OGRE_DELETE_ARRAY" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define OGRE_DELETE_ARRAY</td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">p&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap>&nbsp;&nbsp;&nbsp;{ if(p) { delete[] (p);   (p)=NULL; } }
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgrePrerequisites_8h-source.html#l00146">146</a> of file <a class="el" href="OgrePrerequisites_8h-source.html">OgrePrerequisites.h</a>.    </td>
  </tr>
</table>
<a class="anchor" name="a18" doxytag="OgrePrerequisites.h::OGRE_DELETE_AUTO_SHARED_MUTEX" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define OGRE_DELETE_AUTO_SHARED_MUTEX
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgrePrerequisites_8h-source.html#l00177">177</a> of file <a class="el" href="OgrePrerequisites_8h-source.html">OgrePrerequisites.h</a>.
<p>
Referenced by <a class="el" href="OgreSharedPtr_8h-source.html#l00143">Ogre::SharedPtr&lt; Skeleton &gt;::destroy()</a>.    </td>
  </tr>
</table>
<a class="anchor" name="a0" doxytag="OgrePrerequisites.h::OGRE_FORCE_ANGLE_TYPES" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define OGRE_FORCE_ANGLE_TYPES
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgrePrerequisites_8h-source.html#l00029">29</a> of file <a class="el" href="OgrePrerequisites_8h-source.html">OgrePrerequisites.h</a>.    </td>
  </tr>
</table>
<a class="anchor" name="a12" doxytag="OgrePrerequisites.h::OGRE_LOCK_AUTO_MUTEX" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define OGRE_LOCK_AUTO_MUTEX
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgrePrerequisites_8h-source.html#l00171">171</a> of file <a class="el" href="OgrePrerequisites_8h-source.html">OgrePrerequisites.h</a>.
<p>
Referenced by <a class="el" href="OgreResource_8h-source.html#l00188">Ogre::Resource::isLoaded()</a>.    </td>
  </tr>
</table>
<a class="anchor" name="a16" doxytag="OgrePrerequisites.h::OGRE_LOCK_AUTO_SHARED_MUTEX" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define OGRE_LOCK_AUTO_SHARED_MUTEX
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgrePrerequisites_8h-source.html#l00175">175</a> of file <a class="el" href="OgrePrerequisites_8h-source.html">OgrePrerequisites.h</a>.
<p>
Referenced by <a class="el" href="OgreSharedPtr_8h-source.html#l00100">Ogre::SharedPtr&lt; Skeleton &gt;::bind()</a>, <a class="el" href="OgreSharedPtr_8h-source.html#l00126">Ogre::SharedPtr&lt; Skeleton &gt;::release()</a>, <a class="el" href="OgreSharedPtr_8h-source.html#l00108">Ogre::SharedPtr&lt; Skeleton &gt;::unique()</a>, and <a class="el" href="OgreSharedPtr_8h-source.html#l00109">Ogre::SharedPtr&lt; Skeleton &gt;::useCount()</a>.    </td>
  </tr>
</table>
<a class="anchor" name="a14" doxytag="OgrePrerequisites.h::OGRE_LOCK_MUTEX" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define OGRE_LOCK_MUTEX</td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">name&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgrePrerequisites_8h-source.html#l00173">173</a> of file <a class="el" href="OgrePrerequisites_8h-source.html">OgrePrerequisites.h</a>.
<p>
Referenced by <a class="el" href="OgreBspLevel_8h-source.html#l00221">Ogre::BspLevelPtr::BspLevelPtr()</a>, <a class="el" href="OgreD3D9GpuProgram_8h-source.html#l00107">Ogre::D3D9GpuProgramPtr::D3D9GpuProgramPtr()</a>, <a class="el" href="OgreD3D9Texture_8h-source.html#l00182">Ogre::D3D9TexturePtr::D3D9TexturePtr()</a>, <a class="el" href="OgreD3D7Texture_8h-source.html#l00109">Ogre::D3DTexturePtr::D3DTexturePtr()</a>, <a class="el" href="OgreFont_8h-source.html#l00320">Ogre::FontPtr::FontPtr()</a>, <a class="el" href="OgreGLTexture_8h-source.html#l00095">Ogre::GLTexturePtr::GLTexturePtr()</a>, <a class="el" href="OgreHighLevelGpuProgram_8h-source.html#l00111">Ogre::HighLevelGpuProgramPtr::HighLevelGpuProgramPtr()</a>, <a class="el" href="OgreMaterial_8h-source.html#l00571">Ogre::MaterialPtr::MaterialPtr()</a>, <a class="el" href="OgreTexture_8h-source.html#l00284">Ogre::TexturePtr::operator=()</a>, <a class="el" href="OgreSkeleton_8h-source.html#l00326">Ogre::SkeletonPtr::operator=()</a>, <a class="el" href="OgreSharedPtr_8h-source.html#l00072">Ogre::SharedPtr&lt; Skeleton &gt;::operator=()</a>, <a class="el" href="OgrePatchMesh_8h-source.html#l00095">Ogre::PatchMeshPtr::operator=()</a>, <a class="el" href="OgreMaterial_8h-source.html#l00585">Ogre::MaterialPtr::operator=()</a>, <a class="el" href="OgreHighLevelGpuProgram_8h-source.html#l00125">Ogre::HighLevelGpuProgramPtr::operator=()</a>, <a class="el" href="OgreGpuProgram_8h-source.html#l00723">Ogre::GpuProgramPtr::operator=()</a>, <a class="el" href="OgreGLTexture_8h-source.html#l00109">Ogre::GLTexturePtr::operator=()</a>, <a class="el" href="OgreFont_8h-source.html#l00334">Ogre::FontPtr::operator=()</a>, <a class="el" href="OgreD3D9Texture_8h-source.html#l00196">Ogre::D3D9TexturePtr::operator=()</a>, <a class="el" href="OgreD3D9GpuProgram_8h-source.html#l00121">Ogre::D3D9GpuProgramPtr::operator=()</a>, <a class="el" href="OgreD3D7Texture_8h-source.html#l00123">Ogre::D3DTexturePtr::operator=()</a>, <a class="el" href="OgreBspLevel_8h-source.html#l00235">Ogre::BspLevelPtr::operator=()</a>, <a class="el" href="OgrePatchMesh_8h-source.html#l00081">Ogre::PatchMeshPtr::PatchMeshPtr()</a>, <a class="el" href="OgreSharedPtr_8h-source.html#l00059">Ogre::SharedPtr&lt; Skeleton &gt;::SharedPtr()</a>, <a class="el" href="OgreSkeleton_8h-source.html#l00312">Ogre::SkeletonPtr::SkeletonPtr()</a>, and <a class="el" href="OgreTexture_8h-source.html#l00270">Ogre::TexturePtr::TexturePtr()</a>.    </td>
  </tr>
</table>
<a class="anchor" name="a13" doxytag="OgrePrerequisites.h::OGRE_MUTEX" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define OGRE_MUTEX</td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">name&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgrePrerequisites_8h-source.html#l00172">172</a> of file <a class="el" href="OgrePrerequisites_8h-source.html">OgrePrerequisites.h</a>.    </td>
  </tr>
</table>
<a class="anchor" name="a17" doxytag="OgrePrerequisites.h::OGRE_NEW_AUTO_SHARED_MUTEX" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define OGRE_NEW_AUTO_SHARED_MUTEX
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgrePrerequisites_8h-source.html#l00176">176</a> of file <a class="el" href="OgrePrerequisites_8h-source.html">OgrePrerequisites.h</a>.
<p>
Referenced by <a class="el" href="OgreSharedPtr_8h-source.html#l00100">Ogre::SharedPtr&lt; Skeleton &gt;::bind()</a>, and <a class="el" href="OgreSharedPtr_8h-source.html#l00055">Ogre::SharedPtr&lt; Skeleton &gt;::SharedPtr()</a>.    </td>
  </tr>
</table>
<a class="anchor" name="a1" doxytag="OgrePrerequisites.h::OGRE_VERSION_MAJOR" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define OGRE_VERSION_MAJOR&nbsp;&nbsp;&nbsp;1
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgrePrerequisites_8h-source.html#l00097">97</a> of file <a class="el" href="OgrePrerequisites_8h-source.html">OgrePrerequisites.h</a>.    </td>
  </tr>
</table>
<a class="anchor" name="a2" doxytag="OgrePrerequisites.h::OGRE_VERSION_MINOR" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define OGRE_VERSION_MINOR&nbsp;&nbsp;&nbsp;0
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgrePrerequisites_8h-source.html#l00098">98</a> of file <a class="el" href="OgrePrerequisites_8h-source.html">OgrePrerequisites.h</a>.    </td>
  </tr>
</table>
<a class="anchor" name="a4" doxytag="OgrePrerequisites.h::OGRE_VERSION_NAME" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define OGRE_VERSION_NAME&nbsp;&nbsp;&nbsp;"Azathoth"
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgrePrerequisites_8h-source.html#l00100">100</a> of file <a class="el" href="OgrePrerequisites_8h-source.html">OgrePrerequisites.h</a>.    </td>
  </tr>
</table>
<a class="anchor" name="a3" doxytag="OgrePrerequisites.h::OGRE_VERSION_PATCH" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define OGRE_VERSION_PATCH&nbsp;&nbsp;&nbsp;0
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgrePrerequisites_8h-source.html#l00099">99</a> of file <a class="el" href="OgrePrerequisites_8h-source.html">OgrePrerequisites.h</a>.    </td>
  </tr>
</table>
<a class="anchor" name="a5" doxytag="OgrePrerequisites.h::OgreChar" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define OgreChar&nbsp;&nbsp;&nbsp;char
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgrePrerequisites_8h-source.html#l00119">119</a> of file <a class="el" href="OgrePrerequisites_8h-source.html">OgrePrerequisites.h</a>.
<p>
Referenced by <a class="el" href="OgreFont_8h-source.html#l00248">Ogre::Font::getGlyphAspectRatio()</a>, <a class="el" href="OgreFont_8h-source.html#l00223">Ogre::Font::getGlyphTexCoords()</a>, <a class="el" href="OgreFont_8h-source.html#l00258">Ogre::Font::setGlyphAspectRatio()</a>, and <a class="el" href="OgreFont_8h-source.html#l00238">Ogre::Font::setGlyphTexCoords()</a>.    </td>
  </tr>
</table>
<p>
Copyright &copy; 2000-2005 by The OGRE Team<br />
Last modified Wed Feb 23 00:19:17 2005
</p>
</body>
</html>