OpenMW
Public Types | Public Member Functions | Private Types | Private Attributes
FileFinder::TreeFileFinder< LESS > Struct Template Reference

#include <file_finder.hpp>

List of all members.

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

template<class LESS>
struct FileFinder::TreeFileFinder< LESS >


Member Typedef Documentation

template<class LESS >
typedef TreeFileFinder<LESS> FileFinder::TreeFileFinder< LESS >::finder_t
template<class LESS >
typedef std::map<std::string, std::string, LESS> FileFinder::TreeFileFinder< LESS >::TableContainer [private]

Constructor & Destructor Documentation

template<class LESS >
FileFinder::TreeFileFinder< LESS >::TreeFileFinder ( const Files::PathContainer paths,
bool  recurse = true 
) [inline]

Member Function Documentation

template<class LESS >
bool FileFinder::TreeFileFinder< LESS >::has ( const std::string &  file) const [inline]
template<class LESS >
const std::string& FileFinder::TreeFileFinder< LESS >::lookup ( const std::string &  file) const [inline]

Member Data Documentation

template<class LESS >
TableContainer FileFinder::TreeFileFinder< LESS >::mTable [private]

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