OpenMW
|
#include <file_finder.hpp>
Classes | |
struct | Inserter |
Public Member Functions | |
FileFinderT (const boost::filesystem::path &path, bool recurse=true) | |
bool | has (const std::string &file) const |
const std::string & | lookup (const std::string &file) const |
Private Types | |
typedef std::map< std::string, std::string, LESS > | TableContainer |
Private Attributes | |
TableContainer | table |
Inserter | inserter |
typedef std::map<std::string, std::string, LESS> FileFinder::FileFinderT< LESS >::TableContainer [private] |
FileFinder::FileFinderT< LESS >::FileFinderT | ( | const boost::filesystem::path & | path, |
bool | recurse = true |
||
) | [inline] |
bool FileFinder::FileFinderT< LESS >::has | ( | const std::string & | file | ) | const [inline] |
const std::string& FileFinder::FileFinderT< LESS >::lookup | ( | const std::string & | file | ) | const [inline] |
Inserter FileFinder::FileFinderT< LESS >::inserter [private] |
TableContainer FileFinder::FileFinderT< LESS >::table [private] |