Classes | Namespaces | Constant Groups | Enumerations | Functions
OgreSharedPtr.h File Reference
#include "OgrePrerequisites.h"
#include "OgreAtomicScalar.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...
 
struct  Ogre::SharedPtrInfo
 
class  Ogre::SharedPtrInfoDelete< T >
 
class  Ogre::SharedPtrInfoDeleteT< T >
 
class  Ogre::SharedPtrInfoFree< T >
 

Namespaces

 Ogre
 

Constant Groups

 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
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Wed Oct 16 2013 14:35:47