#include <OgreArchiveFactory.h>
Inheritance diagram for Ogre::ArchiveFactory:

Public Member Functions | |
| virtual const String & | getType () const =0 |
| Returns the factory type. | |
| virtual Archive * | createInstance (const String &name)=0 |
| Creates a new object. | |
| virtual void | destroyInstance (Archive *)=0 |
| Destroys an object which was created by this factory. | |
Definition at line 54 of file OgreArchiveFactory.h.
|
|
Creates a new object.
Implemented in Ogre::FileSystemArchiveFactory, and Ogre::ZipArchiveFactory. |
|
|
Destroys an object which was created by this factory.
Implemented in Ogre::FileSystemArchiveFactory, and Ogre::ZipArchiveFactory. |
|
|
Returns the factory type.
Implemented in Ogre::FileSystemArchiveFactory, and Ogre::ZipArchiveFactory. |
Copyright © 2000-2005 by The OGRE Team

This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Sep 30 10:51:03 2007