#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 59 of file OgreSharedPtr.h. |
|
||||||||||
|
Definition at line 64 of file OgreSharedPtr.h. |
|
|||||||||
|
Definition at line 101 of file OgreSharedPtr.h. |
|
||||||||||
|
Binds rep to the SharedPtr.
Definition at line 114 of file OgreSharedPtr.h. |
|
||||||||||
|
Reimplemented in Ogre::MeshPtr. Definition at line 168 of file OgreSharedPtr.h. Referenced by Ogre::SharedPtr< Skeleton >::release(). |
|
|||||||||
|
Definition at line 108 of file OgreSharedPtr.h. Referenced by Ogre::operator!=(), and Ogre::operator==(). |
|
|||||||||
|
||||||||||
|
Definition at line 128 of file OgreSharedPtr.h. |
|
|||||||||
|
Definition at line 106 of file OgreSharedPtr.h. |
|
|||||||||
|
Definition at line 107 of file OgreSharedPtr.h. |
|
||||||||||
|
Definition at line 83 of file OgreSharedPtr.h. |
|
||||||||||
|
Definition at line 142 of file OgreSharedPtr.h. Referenced by Ogre::SharedPtr< Skeleton >::operator=(), Ogre::SharedPtr< Skeleton >::setNull(), and Ogre::SharedPtr< Skeleton >::~SharedPtr(). |
|
||||||||||
|
Definition at line 130 of file OgreSharedPtr.h. Referenced by Ogre::TerrainOptions::TerrainOptions(). |
|
|||||||||
|
Definition at line 122 of file OgreSharedPtr.h. |
|
|||||||||
|
Definition at line 123 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 Sun Jan 21 10:05:36 2007