#include <OgreFileSystem.h>
Public Member Functions | ||||
virtual | ~FileSystemArchiveFactory () | |||
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 93 of file OgreFileSystem.h.
virtual Ogre::FileSystemArchiveFactory::~FileSystemArchiveFactory | ( | ) | [virtual] |
Definition at line 96 of file OgreFileSystem.h.
const String& Ogre::FileSystemArchiveFactory::getType | ( | void | ) | const [virtual] |
Creates a new object.
name | Name of the object to create |
Implements Ogre::FactoryObj< T >.
Definition at line 100 of file OgreFileSystem.h.
void Ogre::FileSystemArchiveFactory::destroyInstance | ( | Archive * | arch | ) |
Destroys an object which was created by this factory.
ptr | Pointer to the object to destroy |
Definition at line 105 of file OgreFileSystem.h.
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 Mon Jun 16 12:49:41 2008