ldas-tools-frameAPI
3.0.3
|
Public Types | |
typedef std::list< std::string > | path_container_type |
Public Member Functions | |
Search () | |
void | AddPath (const std::string &Path) |
void | AddPathVar (const std::string &Var, const std::string &SubDir) |
void | Find (const base_filename_container_type &BaseNames, filename_container_type &Files) const |
Public Attributes | |
path_container_type | paths |
typedef std::list< std::string > Search::path_container_type |
Search::Search | ( | ) |
void Search::AddPath | ( | const std::string & | Path | ) |
void Search::AddPathVar | ( | const std::string & | Var, |
const std::string & | SubDir | ||
) |
void Search::Find | ( | const base_filename_container_type & | BaseNames, |
filename_container_type & | Files | ||
) | const |
path_container_type Search::paths |