#include <OgreZip.h>
Public Member Functions | ||||
virtual | ~ZipArchiveFactory () | |||
const String & | getType (void) const | |||
Returns the factory type.
| ||||
Archive * | createInstance (const String &name) | |||
Creates a new object.
| ||||
void | destroyInstance (Archive *arch) | |||
Destroys an object which was created by this factory.
| ||||
virtual void | destroyInstance (T *)=0 | |||
Destroys an object which was created by this factory. |
Definition at line 91 of file OgreZip.h.
virtual Ogre::ZipArchiveFactory::~ZipArchiveFactory | ( | ) | [virtual] |
const String& Ogre::ZipArchiveFactory::getType | ( | void | ) | const [virtual] |
Creates a new object.
name | Name of the object to create |
Implements Ogre::FactoryObj< T >.
void Ogre::ZipArchiveFactory::destroyInstance | ( | Archive * | arch | ) |
virtual void Ogre::FactoryObj< T >::destroyInstance | ( | T * | ) | [pure virtual, inherited] |
Destroys an object which was created by this factory.
ptr | Pointer to the object to destroy |
Copyright © 2000-2005 by The OGRE Team
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sat May 10 16:31:31 2008