#include <OgreSharedPtr.h>
Public Member Functions | |
OGRE_AUTO_SHARED_MUTEX | SharedPtr () |
Constructor, does not initialise the SharedPtr. | |
template<class Y> | |
SharedPtr (Y *rep) | |
SharedPtr (const SharedPtr &r) | |
SharedPtr & | operator= (const SharedPtr &r) |
template<class Y> | |
SharedPtr (const SharedPtr< Y > &r) | |
template<class Y> | |
SharedPtr & | operator= (const SharedPtr< Y > &r) |
virtual | ~SharedPtr () |
T & | operator * () const |
T * | operator-> () const |
T * | get () const |
void | bind (T *rep) |
Binds rep to the SharedPtr. | |
bool | unique () const |
unsigned int | useCount () const |
unsigned int * | useCountPointer () const |
T * | getPointer () const |
bool | isNull (void) const |
void | setNull (void) |
Protected Member Functions | |
void | release (void) |
virtual void | destroy (void) |
Protected Attributes | |
T * | pRep |
unsigned int * | pUseCount |
Definition at line 48 of file OgreSharedPtr.h.
|
Constructor, does not initialise the SharedPtr.
Definition at line 58 of file OgreSharedPtr.h. |
|
Definition at line 64 of file OgreSharedPtr.h. |
|
Definition at line 69 of file OgreSharedPtr.h. |
|
Definition at line 114 of file OgreSharedPtr.h. |
|
Definition at line 152 of file OgreSharedPtr.h. |
|
Binds rep to the SharedPtr.
Definition at line 165 of file OgreSharedPtr.h. |
|
Reimplemented in Ogre::MeshPtr. Definition at line 219 of file OgreSharedPtr.h. Referenced by Ogre::SharedPtr< Skeleton >::release(). |
|
Definition at line 159 of file OgreSharedPtr.h. Referenced by Ogre::operator!=(), and Ogre::operator==(). |
|
Definition at line 177 of file OgreSharedPtr.h. Referenced by Ogre::SharedPtr< Skeleton >::operator=(), and Ogre::SharedPtr< Skeleton >::SharedPtr(). |
|
Definition at line 179 of file OgreSharedPtr.h. |
|
Definition at line 157 of file OgreSharedPtr.h. |
|
Definition at line 158 of file OgreSharedPtr.h. |
|
Definition at line 134 of file OgreSharedPtr.h. |
|
Definition at line 88 of file OgreSharedPtr.h. |
|
Definition at line 193 of file OgreSharedPtr.h. Referenced by Ogre::SharedPtr< Skeleton >::operator=(), Ogre::SharedPtr< Skeleton >::setNull(), and Ogre::SharedPtr< Skeleton >::~SharedPtr(). |
|
Definition at line 181 of file OgreSharedPtr.h. Referenced by Ogre::SharedPtr< Skeleton >::operator=(). |
|
Definition at line 173 of file OgreSharedPtr.h. |
|
Definition at line 174 of file OgreSharedPtr.h. |
|
Definition at line 175 of file OgreSharedPtr.h. Referenced by Ogre::SharedPtr< Skeleton >::operator=(), and Ogre::SharedPtr< Skeleton >::SharedPtr(). |
|
Definition at line 50 of file OgreSharedPtr.h. Referenced by Ogre::SharedPtr< Skeleton >::operator=(). |
|
Definition at line 51 of file OgreSharedPtr.h. Referenced by Ogre::SharedPtr< Skeleton >::operator=(). |
Copyright © 2000-2005 by The OGRE Team
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun May 6 10:58:32 2007