28 #ifndef _ArchiveManager_H__
29 #define _ArchiveManager_H__
90 void unload(
const String& filename);
93 ArchiveMapIterator getArchiveIterator(
void);
Concrete IteratorWrapper for nonconst access to the underlying key-value container.
Abstract factory class, archive codec plugins can register concrete subclasses of this...
This class manages the available ArchiveFactory plugins.
ArchiveFactoryMap mArchFactories
Factories available to create archives, indexed by archive type (String identifier e...
MapIterator< ArchiveMap > ArchiveMapIterator
Template class for creating single-instance global classes.
map< String, ArchiveFactory * >::type ArchiveFactoryMap
Superclass for all objects that wish to use custom memory allocators when their new / delete operator...
map< String, Archive * >::type ArchiveMap
Currently loaded archives.