#include <OgreCompositor.h>
Inheritance diagram for Ogre::CompositorPtr:
Public Member Functions | |
CompositorPtr () | |
CompositorPtr (Compositor *rep) | |
CompositorPtr (const CompositorPtr &r) | |
CompositorPtr (const ResourcePtr &r) | |
CompositorPtr & | operator= (const ResourcePtr &r) |
Operator used to convert a ResourcePtr to a CompositorPtr. | |
OGRE_AUTO_SHARED_MUTEX | SharedPtr () |
Constructor, does not initialise the SharedPtr. | |
SharedPtr (Y *rep, SharedPtrFreeMethod freeMethod=SPFM_DELETE) | |
Constructor. | |
SharedPtr (const SharedPtr &r) | |
SharedPtr (const SharedPtr< Y > &r) | |
Compositor & | operator * () const |
Compositor * | operator-> () const |
Compositor * | get () const |
void | bind (Compositor *rep, SharedPtrFreeMethod freeMethod=SPFM_DELETE) |
Binds rep to the SharedPtr. | |
bool | unique () const |
unsigned int | useCount () const |
unsigned int * | useCountPointer () const |
Compositor * | 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< Compositor > &other) |
Protected Attributes | |
Compositor * | pRep |
unsigned int * | pUseCount |
SharedPtrFreeMethod | useFreeMethod |
Definition at line 128 of file OgreCompositor.h.
|
Definition at line 131 of file OgreCompositor.h. |
|
Definition at line 132 of file OgreCompositor.h. |
|
Definition at line 133 of file OgreCompositor.h. |
|
Definition at line 134 of file OgreCompositor.h. References Ogre::SharedPtr< T >::getPointer(), OGRE_COPY_AUTO_SHARED_MUTEX, OGRE_LOCK_MUTEX, OGRE_MUTEX_CONDITIONAL, and Ogre::SharedPtr< T >::useCountPointer(). |
|
Binds rep to the SharedPtr.
Definition at line 159 of file OgreSharedPtr.h. |
|
Definition at line 215 of file OgreSharedPtr.h. |
|
Definition at line 173 of file OgreSharedPtr.h. |
|
Definition at line 153 of file OgreSharedPtr.h. |
|
Definition at line 172 of file OgreSharedPtr.h. |
|
Definition at line 175 of file OgreSharedPtr.h. |
|
Definition at line 151 of file OgreSharedPtr.h. |
|
Definition at line 152 of file OgreSharedPtr.h. |
|
Operator used to convert a ResourcePtr to a CompositorPtr.
Definition at line 151 of file OgreCompositor.h. References OGRE_COPY_AUTO_SHARED_MUTEX, OGRE_LOCK_MUTEX, and OGRE_MUTEX_CONDITIONAL. |
|
Definition at line 189 of file OgreSharedPtr.h. |
|
Definition at line 177 of file OgreSharedPtr.h. |
|
Definition at line 116 of file OgreSharedPtr.h. |
|
Definition at line 85 of file OgreSharedPtr.h. |
|
Constructor.
Definition at line 77 of file OgreSharedPtr.h. |
|
Constructor, does not initialise the SharedPtr.
Definition at line 67 of file OgreSharedPtr.h. |
|
Definition at line 239 of file OgreSharedPtr.h. |
|
Definition at line 168 of file OgreSharedPtr.h. |
|
Definition at line 169 of file OgreSharedPtr.h. |
|
Definition at line 170 of file OgreSharedPtr.h. |
|
Definition at line 58 of file OgreSharedPtr.h. |
|
Definition at line 59 of file OgreSharedPtr.h. |
|
Definition at line 60 of file OgreSharedPtr.h. |
Copyright © 2008 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sat Apr 11 13:47:21 2009