#include "OgrePrerequisites.h"
Go to the source code of this file.
Classes | |
class | Ogre::SharedPtr< T > |
Reference-counted shared pointer, used for objects where implicit destruction is required. More... | |
Namespaces | |
namespace | Ogre |
Enumerations | |
enum | Ogre::SharedPtrFreeMethod { Ogre::SPFM_DELETE, Ogre::SPFM_DELETE_T, Ogre::SPFM_FREE } |
The method to use to free memory on destruction. More... | |
Functions | |
template<class T , class U > | |
bool | Ogre::operator== (SharedPtr< T > const &a, SharedPtr< U > const &b) |
template<class T , class U > | |
bool | Ogre::operator!= (SharedPtr< T > const &a, SharedPtr< U > const &b) |
template<class T , class U > | |
bool | Ogre::operator< (SharedPtr< T > const &a, SharedPtr< U > const &b) |
Copyright © 2012 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Fri May 25 23:36:29 2012