BasicOptions_03_t.cc
Go to the documentation of this file.
3 
4 int
5 main() try {
6  for (auto const& suffix : art::Suffixes::all()) {
7  art::detail::print_available_plugins(suffix, "Dummy.*", true);
8  }
9 
10  // Message facility is special
12 }
13 catch (...) {
14  std::cout << " Exception thrown.";
15  return 1;
16 }
static std::vector< std::string > const & all()
int main()
void print_available_plugins(std::string const &suffix, std::string const &spec, bool verbose)
void print_descriptions(std::vector< std::string > const &plugins)