loadable_libraries.h
Go to the documentation of this file.
1 #ifndef cetlib_loadable_libraries_h
2 #define cetlib_loadable_libraries_h
3 
4 #include <iosfwd>
5 #include <string>
6 
7 namespace cet {
8  void loadable_libraries(std::ostream& os,
9  std::string const& spec,
10  std::string const& suffix);
11 }
12 
13 #endif /* cetlib_loadable_libraries_h */
14 
15 // Local Variables:
16 // mode: c++
17 // End:
std::string string
Definition: nybbler.cc:12
void loadable_libraries(std::ostream &os, std::string const &spec, std::string const &suffix)