Specialisation of SharedPtr to allow SharedPtr to be assigned to GLTexturePtr. More...
#include <OgreGLTexture.h>
Public Member Functions | |
GLTexturePtr () | |
GLTexturePtr (GLTexture *rep) | |
GLTexturePtr (const GLTexturePtr &r) | |
GLTexturePtr (const ResourcePtr &r) | |
GLTexturePtr (const TexturePtr &r) | |
GLTexturePtr & | operator= (const ResourcePtr &r) |
Operator used to convert a ResourcePtr to a GLTexturePtr. | |
GLTexturePtr & | operator= (const TexturePtr &r) |
Operator used to convert a TexturePtr to a GLTexturePtr. | |
GLTexture & | operator* () const |
GLTexture * | operator-> () const |
GLTexture * | get () const |
void | bind (GLTexture *rep, SharedPtrFreeMethod inFreeMethod=SPFM_DELETE) |
Binds rep to the SharedPtr. | |
bool | unique () const |
unsigned int | useCount () const |
unsigned int * | useCountPointer () const |
GLTexture * | getPointer () const |
SharedPtrFreeMethod | freeMethod () const |
bool | isNull (void) const |
void | setNull (void) |
Protected Member Functions | |
void | release (void) |
virtual void | destroy (void) |
virtual void | swap (SharedPtr< GLTexture > &other) |
Protected Attributes | |
GLTexture * | pRep |
unsigned int * | pUseCount |
SharedPtrFreeMethod | useFreeMethod |
Specialisation of SharedPtr to allow SharedPtr to be assigned to GLTexturePtr.
Definition at line 110 of file OgreGLTexture.h.
Definition at line 113 of file OgreGLTexture.h.
Ogre::GLTexturePtr::GLTexturePtr | ( | GLTexture * | rep | ) | [explicit] |
Definition at line 114 of file OgreGLTexture.h.
Ogre::GLTexturePtr::GLTexturePtr | ( | const GLTexturePtr & | r | ) |
Definition at line 115 of file OgreGLTexture.h.
Ogre::GLTexturePtr::GLTexturePtr | ( | const ResourcePtr & | r | ) |
Definition at line 116 of file OgreGLTexture.h.
References Ogre::SharedPtr< T >::getPointer(), OGRE_COPY_AUTO_SHARED_MUTEX, OGRE_LOCK_MUTEX, OGRE_MUTEX_CONDITIONAL, and Ogre::SharedPtr< T >::useCountPointer().
Ogre::GLTexturePtr::GLTexturePtr | ( | const TexturePtr & | r | ) |
Definition at line 131 of file OgreGLTexture.h.
void Ogre::SharedPtr< GLTexture >::bind | ( | GLTexture * | rep, |
SharedPtrFreeMethod | inFreeMethod = SPFM_DELETE |
||
) | [inherited] |
Binds rep to the SharedPtr.
Definition at line 167 of file OgreSharedPtr.h.
virtual void Ogre::SharedPtr< GLTexture >::destroy | ( | void | ) | [protected, virtual, inherited] |
Definition at line 223 of file OgreSharedPtr.h.
SharedPtrFreeMethod Ogre::SharedPtr< GLTexture >::freeMethod | ( | ) | const [inherited] |
Definition at line 181 of file OgreSharedPtr.h.
GLTexture * Ogre::SharedPtr< GLTexture >::get | ( | void | ) | const [inherited] |
Definition at line 161 of file OgreSharedPtr.h.
GLTexture * Ogre::SharedPtr< GLTexture >::getPointer | ( | ) | const [inherited] |
Definition at line 180 of file OgreSharedPtr.h.
bool Ogre::SharedPtr< GLTexture >::isNull | ( | void | ) | const [inherited] |
Definition at line 183 of file OgreSharedPtr.h.
GLTexture & Ogre::SharedPtr< GLTexture >::operator* | ( | ) | const [inherited] |
Definition at line 159 of file OgreSharedPtr.h.
GLTexture * Ogre::SharedPtr< GLTexture >::operator-> | ( | ) | const [inherited] |
Definition at line 160 of file OgreSharedPtr.h.
GLTexturePtr& Ogre::GLTexturePtr::operator= | ( | const ResourcePtr & | r | ) |
Operator used to convert a ResourcePtr to a GLTexturePtr.
Definition at line 137 of file OgreGLTexture.h.
References Ogre::SharedPtr< T >::getPointer(), Ogre::SharedPtr< T >::isNull(), OGRE_COPY_AUTO_SHARED_MUTEX, OGRE_LOCK_MUTEX, OGRE_MUTEX_CONDITIONAL, and Ogre::SharedPtr< T >::useCountPointer().
GLTexturePtr& Ogre::GLTexturePtr::operator= | ( | const TexturePtr & | r | ) |
Operator used to convert a TexturePtr to a GLTexturePtr.
Definition at line 163 of file OgreGLTexture.h.
References Ogre::SharedPtr< T >::getPointer(), Ogre::SharedPtr< T >::isNull(), OGRE_COPY_AUTO_SHARED_MUTEX, OGRE_LOCK_MUTEX, OGRE_MUTEX_CONDITIONAL, and Ogre::SharedPtr< T >::useCountPointer().
void Ogre::SharedPtr< GLTexture >::release | ( | void | ) | [protected, inherited] |
Definition at line 197 of file OgreSharedPtr.h.
void Ogre::SharedPtr< GLTexture >::setNull | ( | void | ) | [inherited] |
Definition at line 185 of file OgreSharedPtr.h.
virtual void Ogre::SharedPtr< GLTexture >::swap | ( | SharedPtr< GLTexture > & | other | ) | [protected, virtual, inherited] |
Definition at line 247 of file OgreSharedPtr.h.
bool Ogre::SharedPtr< GLTexture >::unique | ( | ) | const [inherited] |
Definition at line 176 of file OgreSharedPtr.h.
unsigned int Ogre::SharedPtr< GLTexture >::useCount | ( | ) | const [inherited] |
Definition at line 177 of file OgreSharedPtr.h.
unsigned int* Ogre::SharedPtr< GLTexture >::useCountPointer | ( | ) | const [inherited] |
Definition at line 178 of file OgreSharedPtr.h.
GLTexture * Ogre::SharedPtr< GLTexture >::pRep [protected, inherited] |
Definition at line 63 of file OgreSharedPtr.h.
unsigned int* Ogre::SharedPtr< GLTexture >::pUseCount [protected, inherited] |
Definition at line 64 of file OgreSharedPtr.h.
SharedPtrFreeMethod Ogre::SharedPtr< GLTexture >::useFreeMethod [protected, inherited] |
Definition at line 65 of file OgreSharedPtr.h.
Copyright © 2012 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Sun Sep 2 2012 07:27:53