#include <OgreSharedPtr.h>
Collaboration diagram for Ogre::SharedPtr< T >:

Public Methods | |
| SharedPtr () | |
| Constructor, does not initialise the SharedPtr. | |
| SharedPtr (T *rep) | |
| SharedPtr (const SharedPtr &r) | |
| SharedPtr & | operator= (const SharedPtr &r) |
| virtual | ~SharedPtr () |
| virtual void | destroy (void) |
| 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 |
| T * | getPointer () |
| bool | isNull (void) const |
Protected Attributes | |
| T * | pRep |
| unsigned int * | pUseCount |
Definition at line 42 of file OgreSharedPtr.h.
|
|||||||||
|
Constructor, does not initialise the SharedPtr.
Definition at line 51 of file OgreSharedPtr.h. |
|
||||||||||
|
Definition at line 52 of file OgreSharedPtr.h. |
|
||||||||||
|
Definition at line 53 of file OgreSharedPtr.h. |
|
|||||||||
|
Definition at line 77 of file OgreSharedPtr.h. |
|
||||||||||
|
Binds rep to the SharedPtr.
Definition at line 101 of file OgreSharedPtr.h. Referenced by Ogre::ControllerManager::createGpuProgramTimerParam(), Ogre::ControllerManager::createTextureRotater(), Ogre::ControllerManager::createTextureScroller(), and Ogre::ControllerManager::createTextureWaveTransformer(). |
|
||||||||||
|
Definition at line 86 of file OgreSharedPtr.h. Referenced by Ogre::SharedPtr< GpuProgramParameters >::operator=(), and Ogre::SharedPtr< GpuProgramParameters >::~SharedPtr(). |
|
|||||||||
|
Definition at line 95 of file OgreSharedPtr.h. Referenced by Ogre::operator!=(), and Ogre::operator==(). |
|
|||||||||
|
Definition at line 110 of file OgreSharedPtr.h. |
|
||||||||||
|
Definition at line 112 of file OgreSharedPtr.h. |
|
|||||||||
|
Definition at line 93 of file OgreSharedPtr.h. |
|
|||||||||
|
Definition at line 94 of file OgreSharedPtr.h. |
|
||||||||||
|
Definition at line 60 of file OgreSharedPtr.h. |
|
|||||||||
|
Definition at line 107 of file OgreSharedPtr.h. |
|
|||||||||
|
Definition at line 108 of file OgreSharedPtr.h. |
|
|||||
|
|||||
Copyright © 2002-2003 by The OGRE Team
Last modified Wed Jan 21 00:20:21 2004