#include <OgreArchiveManager.h>
Inheritance diagram for Ogre::ArchiveManager:
Public Types | |
typedef MapIterator< ArchiveMap > | ArchiveMapIterator |
Public Member Functions | |
ArchiveManager () | |
Default constructor - should never get called by a client app. | |
virtual | ~ArchiveManager () |
Default destructor. | |
Archive * | load (const String &filename, const String &archiveType) |
Opens an archive for file reading. | |
void | unload (Archive *arch) |
Unloads an archive. | |
void | unload (const String &filename) |
Unloads an archive by name. | |
ArchiveMapIterator | getArchiveIterator (void) |
Get an iterator over the Archives in this Manager. | |
void | addArchiveFactory (ArchiveFactory *factory) |
Adds a new ArchiveFactory to the list of available factories. | |
Singleton (void) | |
AllocatedObject () | |
void * | operator new (size_t sz, const char *file, int line, const char *func) |
operator new, with debug line info | |
void * | operator new (size_t sz) |
void * | operator new (size_t sz, void *ptr) |
placement operator new | |
void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
array operator new, with debug line info | |
void * | operator new[] (size_t sz) |
void | operator delete (void *ptr) |
void | operator delete (void *ptr, void *) |
void | operator delete (void *ptr, const char *, int, const char *) |
void | operator delete[] (void *ptr) |
void | operator delete[] (void *ptr, const char *, int, const char *) |
Static Public Member Functions | |
static ArchiveManager & | getSingleton (void) |
Override standard Singleton retrieval. | |
static ArchiveManager * | getSingletonPtr (void) |
Override standard Singleton retrieval. | |
Protected Types | |
typedef std::map< String, ArchiveFactory * > | ArchiveFactoryMap |
typedef std::map< String, Archive * > | ArchiveMap |
Currently loaded archives. | |
Protected Attributes | |
ArchiveFactoryMap | mArchFactories |
Factories available to create archives, indexed by archive type (String identifier e.g. 'Zip'). | |
ArchiveMap | mArchives |
Static Protected Attributes | |
static ArchiveManager * | ms_Singleton |
Definition at line 41 of file OgreArchiveManager.h.
|
Definition at line 44 of file OgreArchiveManager.h. |
|
Currently loaded archives.
Definition at line 48 of file OgreArchiveManager.h. |
|
Definition at line 85 of file OgreArchiveManager.h. |
|
Default constructor - should never get called by a client app.
Definition at line 54 of file OgreArchiveManager.h. |
|
Default destructor.
|
|
Adds a new ArchiveFactory to the list of available factories.
|
|
Definition at line 55 of file OgreMemoryAllocatedObject.h. |
|
Get an iterator over the Archives in this Manager.
|
|
Override standard Singleton retrieval.
Reimplemented from Ogre::Singleton< ArchiveManager >. |
|
Override standard Singleton retrieval.
Reimplemented from Ogre::Singleton< ArchiveManager >. |
|
Opens an archive for file reading.
|
|
Definition at line 101 of file OgreMemoryAllocatedObject.h. |
|
Definition at line 95 of file OgreMemoryAllocatedObject.h. |
|
Definition at line 89 of file OgreMemoryAllocatedObject.h. |
|
Definition at line 112 of file OgreMemoryAllocatedObject.h. |
|
Definition at line 106 of file OgreMemoryAllocatedObject.h. |
|
placement operator new
Definition at line 73 of file OgreMemoryAllocatedObject.h. |
|
Definition at line 67 of file OgreMemoryAllocatedObject.h. |
|
operator new, with debug line info
Definition at line 62 of file OgreMemoryAllocatedObject.h. |
|
Definition at line 84 of file OgreMemoryAllocatedObject.h. |
|
array operator new, with debug line info
Definition at line 79 of file OgreMemoryAllocatedObject.h. |
|
Definition at line 64 of file OgreSingleton.h. |
|
Unloads an archive by name.
|
|
Unloads an archive.
|
|
Factories available to create archives, indexed by archive type (String identifier e.g. 'Zip').
Definition at line 46 of file OgreArchiveManager.h. |
|
Definition at line 49 of file OgreArchiveManager.h. |
|
Definition at line 61 of file OgreSingleton.h. |
Copyright © 2008 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sat Apr 11 13:46:57 2009