ensureTable.h
Go to the documentation of this file.
1 #ifndef art_Utilities_ensureTable_h
2 #define art_Utilities_ensureTable_h
3 
4 #include "fhiclcpp/fwd.h"
5 
6 #include <string>
7 
8 namespace art {
10  std::string const& fhicl_spec);
11 }
12 
13 #endif /* art_Utilities_ensureTable_h */
14 
15 // Local Variables:
16 // mode: c++
17 // End:
std::string string
Definition: nybbler.cc:12
void ensureTable(fhicl::intermediate_table &table, std::string const &fhicl_spec)
Definition: ensureTable.cc:6