35 #ifndef IE_CORE_SEARCHPATH_H
36 #define IE_CORE_SEARCHPATH_H
40 #include "boost/filesystem/path.hpp"
42 #include "IECore/Export.h"
56 SearchPath(
const std::string &paths,
const std::string &separators );
58 bool operator == (
const SearchPath &s )
const;
59 bool operator != (
const SearchPath &s )
const;
62 std::list<boost::filesystem::path>
paths;
65 void setPaths(
const std::string &paths,
const std::string &separators );
67 std::string getPaths(
const std::string &separator )
const;
71 boost::filesystem::path find(
const boost::filesystem::path &file )
const;
77 #endif // IE_CORE_SEARCHPATH_H
std::list< boost::filesystem::path > paths
A list of paths to search on. This is public and can be manipulated at will.
Definition: SearchPath.h:62
Definition: SearchPath.h:49
This namespace contains all components of the core library.
Definition: AddSmoothSkinningInfluencesOp.h:43