#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) |
virtual void | swap (SharedPtr< T > &other) |
Protected Attributes | |
T * | pRep |
unsigned int * | pUseCount |
Definition at line 44 of file OgreSharedPtr.h.
|
Constructor, does not initialise the SharedPtr.
Definition at line 54 of file OgreSharedPtr.h. |
|
Definition at line 60 of file OgreSharedPtr.h. |
|
Definition at line 65 of file OgreSharedPtr.h. |
|
Definition at line 95 of file OgreSharedPtr.h. |
|
Definition at line 124 of file OgreSharedPtr.h. |
|
Binds rep to the SharedPtr.
Definition at line 137 of file OgreSharedPtr.h. |
|
Reimplemented in Ogre::MeshPtr. Definition at line 191 of file OgreSharedPtr.h. Referenced by Ogre::SharedPtr< Skeleton >::release(). |
|
Definition at line 131 of file OgreSharedPtr.h. Referenced by Ogre::operator!=(), and Ogre::operator==(). |
|
Definition at line 149 of file OgreSharedPtr.h. Referenced by Ogre::SharedPtr< Skeleton >::SharedPtr(). |
|
Definition at line 151 of file OgreSharedPtr.h. |
|
Definition at line 129 of file OgreSharedPtr.h. |
|
Definition at line 130 of file OgreSharedPtr.h. |
|
Definition at line 115 of file OgreSharedPtr.h. |
|
Definition at line 84 of file OgreSharedPtr.h. |
|
Definition at line 165 of file OgreSharedPtr.h. Referenced by Ogre::SharedPtr< Skeleton >::setNull(), and Ogre::SharedPtr< Skeleton >::~SharedPtr(). |
|
Definition at line 153 of file OgreSharedPtr.h. |
|
Definition at line 202 of file OgreSharedPtr.h. Referenced by Ogre::SharedPtr< Skeleton >::operator=(). |
|
Definition at line 145 of file OgreSharedPtr.h. |
|
Definition at line 146 of file OgreSharedPtr.h. |
|
Definition at line 147 of file OgreSharedPtr.h. Referenced by Ogre::SharedPtr< Skeleton >::SharedPtr(). |
|
Definition at line 46 of file OgreSharedPtr.h. |
|
Definition at line 47 of file OgreSharedPtr.h. |
Copyright © 2000-2005 by The OGRE Team
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Thu Dec 27 15:21:54 2007