Ogre::RenderTarget::Impl Class Reference

RenderSystem specific interface for a RenderTarget; this should be subclassed by RenderSystems. More...

#include <OgreRenderTarget.h>

List of all members.

Protected Member Functions

 ~Impl ()
 Declared protected as interface is never used for destruction.


Detailed Description

RenderSystem specific interface for a RenderTarget; this should be subclassed by RenderSystems.

Definition at line 357 of file OgreRenderTarget.h.


Constructor & Destructor Documentation

Ogre::RenderTarget::Impl::~Impl (  )  [protected]

Declared protected as interface is never used for destruction.

gcc will issue a warning here: `class Impl' has virtual functions but non-virtual destructor. This is no problem because this interface is never used to delete an object.

Definition at line 365 of file OgreRenderTarget.h.


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 Sep 27 22:05:38 2009