Elements  5.8
A C++ base framework for the Euclid Software.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Namespaces | Macros | Functions
PathSearch.icpp File Reference
#include <string>
#include <vector>
#include <boost/filesystem.hpp>
Include dependency graph for PathSearch.icpp:
This graph shows which files directly or indirectly include this file:

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...
 

Macro Definition Documentation

#define ELEMENTSKERNEL__IMPL_PATHSEARCH_ICPP_

Definition at line 23 of file PathSearch.icpp.