Functions
print_allowed_configuration_tableFragment_t.cc File Reference
#include "fhiclcpp/types/Atom.h"
#include "fhiclcpp/types/Sequence.h"
#include "fhiclcpp/types/Table.h"
#include "fhiclcpp/types/TableFragment.h"
#include <iostream>
#include <string>

Go to the source code of this file.

Functions

int main ()
 

Function Documentation

int main ( void  )

Definition at line 29 of file print_allowed_configuration_tableFragment_t.cc.

30 {
31  Table<Config> pset{Name("pset")};
32  pset.print_allowed_configuration(std::cout);
33 }
ChannelGroupService::Name Name