1 #ifndef __EA4_STORAGE_DATA_FILE_REGISTRY_H
2 #define __EA4_STORAGE_DATA_FILE_REGISTRY_H
5 namespace ea4 {
namespace storage {
virtual unsigned int clear_cache()=0
Closes all data files that are fully released.
void setManager(DataFileManager *manager)
Registers a manager.
Registry the format-specific managers.
Definition: DataFileRegistry.h:23
Basic class of the format-specific managers of data files.
Definition: DataFileRegistry.h:8
static DataFileRegistry * getInstance()
Returns singleteton.
DataFileManager * getManager()
Returns a factory for the specified file.