#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 50 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
Last modified Sun Apr 10 23:21:36 2005