#include <bsaarchive.hpp>
|
| BsaArchive (const std::string &filename) |
|
virtual void | listResources (std::map< std::string, File * > &out, char(*normalize_function)(char)) |
| List all resources contained in this archive, and run the resource names through the given normalize function. More...
|
|
virtual | ~Archive () |
|
VFS::BsaArchive::BsaArchive |
( |
const std::string & |
filename | ) |
|
void VFS::BsaArchive::listResources |
( |
std::map< std::string, File * > & |
out, |
|
|
char(*)(char) |
normalize_function |
|
) |
| |
|
virtual |
List all resources contained in this archive, and run the resource names through the given normalize function.
Implements VFS::Archive.
The documentation for this class was generated from the following files: