OpenMW
Classes | Public Member Functions | Private Types | Private Attributes
FileFinder::FileFinderT< LESS > Class Template Reference

#include <file_finder.hpp>

List of all members.

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

template<typename LESS>
class FileFinder::FileFinderT< LESS >


Member Typedef Documentation

template<typename LESS >
typedef std::map<std::string, std::string, LESS> FileFinder::FileFinderT< LESS >::TableContainer [private]

Constructor & Destructor Documentation

template<typename LESS >
FileFinder::FileFinderT< LESS >::FileFinderT ( const boost::filesystem::path &  path,
bool  recurse = true 
) [inline]

Member Function Documentation

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

Member Data Documentation

template<typename LESS >
Inserter FileFinder::FileFinderT< LESS >::inserter [private]
template<typename LESS >
TableContainer FileFinder::FileFinderT< LESS >::table [private]

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