#include <filesystemarchive.hpp>
|
| FileSystemArchive (const std::string &path) |
|
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::FileSystemArchive::FileSystemArchive |
( |
const std::string & |
path | ) |
|
void VFS::FileSystemArchive::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.
bool VFS::FileSystemArchive::mBuiltIndex |
|
private |
index VFS::FileSystemArchive::mIndex |
|
private |
std::string VFS::FileSystemArchive::mPath |
|
private |
The documentation for this class was generated from the following files: