#include "cetlib/loadable_libraries.h"
#include <iostream>
#include <string>
Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 12 of file get-loadable-libraries.cc.
References message().
14 if (argc < 2 || argc > 3) {
17 std::string
const suffix{argv[1]};
18 std::string
const spec{argc == 2 ?
"" : argv[2]};
19 cet::loadable_libraries(std::cout, spec, suffix);
20 if (suffix.find(
"service") == std::string::npos)
26 std::cout <<
"message\n";
28 if (scheduler.find(spec) == 0) {
29 std::cout <<
"scheduler\n";
void message(RunManager *runmanager)