Functions
BasicOptions_03_t.cc File Reference
#include "art/Framework/Art/detail/AllowedConfiguration.h"
#include "art/Utilities/PluginSuffixes.h"

Go to the source code of this file.

Functions

int main ()
 

Function Documentation

int main ( void  )

Definition at line 5 of file BasicOptions_03_t.cc.

5  {
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()
void print_available_plugins(std::string const &suffix, std::string const &spec, bool verbose)
void print_descriptions(std::vector< std::string > const &plugins)