OpenMW
Public Member Functions | Private Types | Private Attributes
MWWorld::GameContentLoader Struct Reference

List of all members.

Public Member Functions

 GameContentLoader (Loading::Listener &listener)
bool addLoader (const std::string &extension, ContentLoader *loader)
void load (const boost::filesystem::path &filepath, int &index)

Private Types

typedef
std::tr1::unordered_map
< std::string, ContentLoader * > 
LoadersContainer

Private Attributes

LoadersContainer mLoaders

Member Typedef Documentation

typedef std::tr1::unordered_map<std::string, ContentLoader*> MWWorld::GameContentLoader::LoadersContainer [private]

Constructor & Destructor Documentation


Member Function Documentation

bool MWWorld::GameContentLoader::addLoader ( const std::string &  extension,
ContentLoader loader 
) [inline]
void MWWorld::GameContentLoader::load ( const boost::filesystem::path &  filepath,
int &  index 
) [inline, virtual]

Reimplemented from MWWorld::ContentLoader.


Member Data Documentation


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