#include <OgreSharedPtr.h>
Public Methods | |
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 |
T * | getPointer () const |
bool | isNull (void) const |
void | setNull (void) |
Protected Methods | |
void | release (void) |
virtual void | destroy (void) |
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 72 of file OgreSharedPtr.h. |
|
Binds rep to the SharedPtr.
Definition at line 85 of file OgreSharedPtr.h. Referenced by Ogre::ControllerManager::createGpuProgramTimerParam(), Ogre::ControllerManager::createTextureRotater(), Ogre::ControllerManager::createTextureScroller(), and Ogre::ControllerManager::createTextureWaveTransformer(). |
|
Definition at line 115 of file OgreSharedPtr.h. Referenced by Ogre::SharedPtr< GpuProgramParameters >::release(). |
|
Definition at line 79 of file OgreSharedPtr.h. Referenced by Ogre::operator!=(), and Ogre::operator==(). |
|
Definition at line 94 of file OgreSharedPtr.h. |
|
Definition at line 96 of file OgreSharedPtr.h. |
|
Definition at line 77 of file OgreSharedPtr.h. |
|
Definition at line 78 of file OgreSharedPtr.h. |
|
Definition at line 60 of file OgreSharedPtr.h. |
|
Definition at line 106 of file OgreSharedPtr.h. Referenced by Ogre::SharedPtr< GpuProgramParameters >::operator=(), Ogre::SharedPtr< GpuProgramParameters >::setNull(), and Ogre::SharedPtr< GpuProgramParameters >::~SharedPtr(). |
|
Definition at line 98 of file OgreSharedPtr.h. |
|
Definition at line 91 of file OgreSharedPtr.h. |
|
Definition at line 92 of file OgreSharedPtr.h. |
|
|
Copyright © 2002-2003 by The OGRE Team
Last modified Sun Nov 28 19:51:38 2004