OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | List of all members
VFS::Archive Class Referenceabstract

#include <archive.hpp>

Inheritance diagram for VFS::Archive:
Collaboration diagram for VFS::Archive:

Public Member Functions

virtual ~Archive ()
 
virtual void listResources (std::map< std::string, File * > &out, char(*normalize_function)(char))=0
 List all resources contained in this archive, and run the resource names through the given normalize function. More...
 

Constructor & Destructor Documentation

virtual VFS::Archive::~Archive ( )
inlinevirtual

Member Function Documentation

virtual void VFS::Archive::listResources ( std::map< std::string, File * > &  out,
char(*)(char)  normalize_function 
)
pure virtual

List all resources contained in this archive, and run the resource names through the given normalize function.

Implemented in VFS::BsaArchive, and VFS::FileSystemArchive.


The documentation for this class was generated from the following file: