Util--  1.1
configuration_finder.hh
Go to the documentation of this file.
1 #ifndef _UTILMM_CONFIGURATION_FINDER_H_
2 #define _UTILMM_CONFIGURATION_FINDER_H_
3 
4 #include <string>
5 #include <vector>
6 
7 namespace utilmm {
8 
15 {
16 
17 public:
23  static std::string find(const std::string& file);
24 
29  static std::string find(const std::string& file, const std::string& packagename);
30 
35  static std::string search(const std::string& file, const std::vector<std::string>& searchDirectories);
36 
45  static std::string findSystemConfig(const std::string& file, const std::string& systemId);
46 
47 
48 
49 };
50 
51 }
52 
53 #endif // _UTILMM_CONFIGURATION_FINDER_H_
static std::string find(const std::string &file)
Definition: auto_flag.hh:6
Definition: configuration_finder.hh:14
static std::string findSystemConfig(const std::string &file, const std::string &systemId)
static std::string search(const std::string &file, const std::vector< std::string > &searchDirectories)

Generated on Wed Oct 17 2018 09:34:19 for Util-- by doxygen 1.8.13
SourceForge.net Project Page