ensureTable.cc
Go to the documentation of this file.
2 
4 
5 void
7 {
8  if (!table.exists(name)) {
9  table.putEmptyTable(name);
10  }
11 }
static QCString name
Definition: declinfo.cpp:673
std::string string
Definition: nybbler.cc:12
void ensureTable(fhicl::intermediate_table &table, std::string const &fhicl_spec)
Definition: ensureTable.cc:6
bool exists(std::string const &key) const
bool putEmptyTable(std::string const &name, bool in_prolog=false)