14 #ifndef ESYS_LSMPATHSEARCHER_H
15 #define ESYS_LSMPATHSEARCHER_H
17 #include <boost/filesystem/path.hpp>
27 PathSearcher(
const std::string &delimitedPathList,
const std::string &delim =
":");
31 boost::filesystem::path
findPath(
const std::string &fileName);
33 std::string
find(
const std::string &fileName);
Definition: PathSearcher.h:24
PathSearcher(const std::string &delimitedPathList, const std::string &delim=":")
Definition: PathSearcher.cpp:28
std::vector< boost::filesystem::path > PathVector
Definition: PathSearcher.h:36
Definition: CheckPointable.cpp:16
PathVector m_pathVector
Definition: PathSearcher.h:37
boost::filesystem::path findPath(const std::string &fileName)
Definition: PathSearcher.cpp:49
std::string find(const std::string &fileName)
Definition: PathSearcher.cpp:62