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

#include <bsaarchive.hpp>

Inheritance diagram for VFS::BsaArchive:
Collaboration diagram for VFS::BsaArchive:

Public Member Functions

 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...
 
- Public Member Functions inherited from VFS::Archive
virtual ~Archive ()
 

Private Attributes

Bsa::BSAFile mFile
 
std::vector< BsaArchiveFilemResources
 

Constructor & Destructor Documentation

VFS::BsaArchive::BsaArchive ( const std::string &  filename)

Here is the call graph for this function:

Member Function Documentation

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.

Member Data Documentation

Bsa::BSAFile VFS::BsaArchive::mFile
private
std::vector<BsaArchiveFile> VFS::BsaArchive::mResources
private

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