Ogre::FontPtr Class Reference
[Resources]

Specialisation of SharedPtr to allow SharedPtr to be assigned to FontPtr. More...

#include <OgreFont.h>

Inheritance diagram for Ogre::FontPtr:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 FontPtr ()
 FontPtr (Font *rep)
 FontPtr (const FontPtr &r)
 FontPtr (const ResourcePtr &r)
FontPtroperator= (const ResourcePtr &r)
 Operator used to convert a ResourcePtr to a FontPtr.
T & operator* () const
T * operator-> () const
T * get () const
void bind (T *rep, SharedPtrFreeMethod freeMethod=SPFM_DELETE)
 Binds rep to the SharedPtr.
bool unique () const
unsigned int useCount () const
unsigned int * useCountPointer () const
T * 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< T > &other)

Protected Attributes

T * pRep
unsigned int * pUseCount
SharedPtrFreeMethod useFreeMethod


Detailed Description

Specialisation of SharedPtr to allow SharedPtr to be assigned to FontPtr.

Note:
Has to be a subclass since we need operator=. We could templatise this instead of repeating per Resource subclass, except to do so requires a form VC6 does not support i.e. ResourceSubclassPtr<T> : public SharedPtr<T>

Definition at line 400 of file OgreFont.h.


Constructor & Destructor Documentation

Ogre::FontPtr::FontPtr (  ) 

Definition at line 403 of file OgreFont.h.

Ogre::FontPtr::FontPtr ( Font rep  )  [explicit]

Definition at line 404 of file OgreFont.h.

Ogre::FontPtr::FontPtr ( const FontPtr r  ) 

Definition at line 405 of file OgreFont.h.

Ogre::FontPtr::FontPtr ( const ResourcePtr r  ) 


Member Function Documentation

FontPtr& Ogre::FontPtr::operator= ( const ResourcePtr r  ) 

template<class T>
T& Ogre::SharedPtr< T >::operator* (  )  const [inherited]

Definition at line 156 of file OgreSharedPtr.h.

template<class T>
T* Ogre::SharedPtr< T >::operator-> (  )  const [inherited]

Definition at line 157 of file OgreSharedPtr.h.

template<class T>
T* Ogre::SharedPtr< T >::get ( void   )  const [inherited]

Definition at line 158 of file OgreSharedPtr.h.

Referenced by Ogre::operator!=(), and Ogre::operator==().

template<class T>
void Ogre::SharedPtr< T >::bind ( T *  rep,
SharedPtrFreeMethod  freeMethod = SPFM_DELETE 
) [inherited]

Binds rep to the SharedPtr.

Remarks:
Assumes that the SharedPtr is uninitialised!

Definition at line 164 of file OgreSharedPtr.h.

template<class T>
bool Ogre::SharedPtr< T >::unique (  )  const [inherited]

Definition at line 173 of file OgreSharedPtr.h.

template<class T>
unsigned int Ogre::SharedPtr< T >::useCount (  )  const [inherited]

Definition at line 174 of file OgreSharedPtr.h.

template<class T>
unsigned int* Ogre::SharedPtr< T >::useCountPointer (  )  const [inherited]

template<class T>
T* Ogre::SharedPtr< T >::getPointer (  )  const [inherited]

template<class T>
SharedPtrFreeMethod Ogre::SharedPtr< T >::freeMethod (  )  const [inherited]

template<class T>
bool Ogre::SharedPtr< T >::isNull ( void   )  const [inherited]

template<class T>
void Ogre::SharedPtr< T >::setNull ( void   )  [inherited]

Definition at line 182 of file OgreSharedPtr.h.

template<class T>
void Ogre::SharedPtr< T >::release ( void   )  [protected, inherited]

template<class T>
virtual void Ogre::SharedPtr< T >::destroy ( void   )  [protected, virtual, inherited]

Reimplemented in Ogre::MeshPtr.

Definition at line 220 of file OgreSharedPtr.h.

Referenced by Ogre::SharedPtr< Ogre::Resource >::release().

template<class T>
virtual void Ogre::SharedPtr< T >::swap ( SharedPtr< T > &  other  )  [protected, virtual, inherited]

Definition at line 244 of file OgreSharedPtr.h.

Referenced by Ogre::SharedPtr< Ogre::Resource >::operator=().


Member Data Documentation

template<class T>
T* Ogre::SharedPtr< T >::pRep [protected, inherited]

template<class T>
unsigned int* Ogre::SharedPtr< T >::pUseCount [protected, inherited]

template<class T>
SharedPtrFreeMethod Ogre::SharedPtr< T >::useFreeMethod [protected, inherited]


The documentation for this class was generated from the following file:

Copyright © 2008 Torus Knot Software Ltd
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Feb 28 21:12:13 2010