Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
cetlib
cetlib
detail
plugin_search_path.h
Go to the documentation of this file.
1
#ifndef cetlib_detail_plugin_search_path_h
2
#define cetlib_detail_plugin_search_path_h
3
////////////////////////////////////////////////////////////////////////
4
// plugin_search_path
5
//
6
// Return a validated search path, prepending entries to os_libpath() in
7
// the environment and removing duplicates. If the provided search path
8
// is based on the default plugin path (plugin_libpath()) and said
9
// environment variable is not present, we fall back to os_libpath(). In
10
// all other cases, we return an empty search path if warranted.
11
////////////////////////////////////////////////////////////////////////
12
#include "
cetlib/search_path.h
"
13
14
namespace
cet::detail
{
15
search_path
plugin_search_path
();
16
search_path
plugin_search_path
(search_path sp);
17
}
18
#endif
/* cetlib_detail_plugin_search_path_h */
19
20
// Local Variables:
21
// mode: c++
22
// End:
cet::detail
Definition:
canonical_string.h:33
cet::detail::plugin_search_path
search_path plugin_search_path()
Definition:
plugin_search_path.cc:41
search_path.h
Generated by
1.8.11