#include <OgreSharedPtr.h>
Public Member Functions | |
OGRE_AUTO_SHARED_MUTEX | SharedPtr () |
Constructor, does not initialise the SharedPtr. | |
SharedPtr (T *rep) | |
SharedPtr (const SharedPtr &r) | |
SharedPtr & | operator= (const SharedPtr &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 44 of file OgreSharedPtr.h.
|
Constructor, does not initialise the SharedPtr.
Definition at line 54 of file OgreSharedPtr.h. |
|
Definition at line 55 of file OgreSharedPtr.h. |
|
Definition at line 59 of file OgreSharedPtr.h. |
|
Definition at line 87 of file OgreSharedPtr.h. |
|
Binds rep to the SharedPtr.
Definition at line 100 of file OgreSharedPtr.h. |
|
Reimplemented in Ogre::MeshPtr. Definition at line 146 of file OgreSharedPtr.h. Referenced by Ogre::SharedPtr< Skeleton >::release(). |
|
Definition at line 94 of file OgreSharedPtr.h. Referenced by Ogre::operator!=(), and Ogre::operator==(). |
|
|
Definition at line 114 of file OgreSharedPtr.h. Referenced by Ogre::ResourceManager::resourceExists(). |
|
Definition at line 92 of file OgreSharedPtr.h. |
|
Definition at line 93 of file OgreSharedPtr.h. |
|
Definition at line 72 of file OgreSharedPtr.h. |
|
Definition at line 129 of file OgreSharedPtr.h. Referenced by Ogre::SharedPtr< Skeleton >::operator=(), Ogre::SharedPtr< Skeleton >::setNull(), and Ogre::SharedPtr< Skeleton >::~SharedPtr(). |
|
Definition at line 116 of file OgreSharedPtr.h. |
|
Definition at line 108 of file OgreSharedPtr.h. |
|
Definition at line 109 of file OgreSharedPtr.h. |
|
|
Definition at line 46 of file OgreSharedPtr.h. Referenced by Ogre::SharedPtr< Skeleton >::operator=(), and Ogre::SharedPtr< Skeleton >::SharedPtr(). |
|
Definition at line 47 of file OgreSharedPtr.h. Referenced by Ogre::SharedPtr< Skeleton >::operator=(), and Ogre::SharedPtr< Skeleton >::SharedPtr(). |
Copyright © 2000-2005 by The OGRE Team
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Mar 12 14:44:10 2006