Go to the documentation of this file.
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);
StringVector splitStrings(const std::string &str, const std::string &delim)
Definition: StringUtil.h:169
Definition: PathSearcher.h:25
Definition: BondInteractionGroupPy.h:20
std::string find(const std::string &fileName)
Definition: PathSearcher.cpp:62
Definition: CheckPointable.cpp:17
std::vector< boost::filesystem::path > PathVector
Definition: PathSearcher.h:36
esys::lsm::StringVector StringVector
Definition: StringUtil.h:31
PathSearcher(const std::string &delimitedPathList, const std::string &delim=":")
Definition: PathSearcher.cpp:28
PathVector m_pathVector
Definition: PathSearcher.h:37
boost::filesystem::path findPath(const std::string &fileName)
Definition: PathSearcher.cpp:49