OpenMW
|
#include <file_finder.hpp>
Public Types | |
typedef TreeFileFinder< LESS > | finder_t |
Public Member Functions | |
TreeFileFinder (const Files::PathContainer &paths, 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 | mTable |
typedef TreeFileFinder<LESS> FileFinder::TreeFileFinder< LESS >::finder_t |
typedef std::map<std::string, std::string, LESS> FileFinder::TreeFileFinder< LESS >::TableContainer [private] |
FileFinder::TreeFileFinder< LESS >::TreeFileFinder | ( | const Files::PathContainer & | paths, |
bool | recurse = true |
||
) | [inline] |
bool FileFinder::TreeFileFinder< LESS >::has | ( | const std::string & | file | ) | const [inline] |
const std::string& FileFinder::TreeFileFinder< LESS >::lookup | ( | const std::string & | file | ) | const [inline] |
TableContainer FileFinder::TreeFileFinder< LESS >::mTable [private] |