|
Elements
5.8
A C++ base framework for the Euclid Software.
|
#include <string>#include <vector>#include <boost/filesystem.hpp>Go to the source code of this file.
Namespaces | |
| Elements | |
Macros | |
| #define | ELEMENTSKERNEL__IMPL_PATHSEARCH_ICPP_ |
Functions | |
| template<typename T , typename ITER > | |
| std::vector< T > | Elements::pathSearch (const std::string &searched_name, T directory) |
| template<typename T > | |
| std::vector< T > | Elements::searchOption (std::string searched_name, T directory, SearchType search_type) |
| template<typename T > | |
| std::vector< T > | Elements::pathSearch (const std::string &searched_name, T directory, SearchType search_type) |
| Searches for a file or a directory in a directory. The search can be recursive (SearchType.Recursive) and in that case more than one results can be return. More... | |
| #define ELEMENTSKERNEL__IMPL_PATHSEARCH_ICPP_ |
Definition at line 23 of file PathSearch.icpp.
1.8.5