Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
cetlib
cetlib
plugin_libpath.h
Go to the documentation of this file.
1
#ifndef cetlib_plugin_libpath_h
2
#define cetlib_plugin_libpath_h
3
4
namespace
cet
{
5
// Return the name of the environment variable that defines the
6
// search path for the dynamic library loader on this operating
7
// system.
8
constexpr
char
const
*
plugin_libpath
();
9
}
10
11
inline
constexpr
char
const
*
12
cet::plugin_libpath
()
13
{
14
return
"CET_PLUGIN_PATH"
;
15
}
16
17
#endif
/* cetlib_plugin_libpath_h */
18
19
// Local Variables:
20
// mode: c++
21
// End:
cet::plugin_libpath
constexpr char const * plugin_libpath()
Definition:
plugin_libpath.h:12
cet
Definition:
PluginSymbolResolvers.h:8
Generated by
1.8.11