Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
art
art
Utilities
ensureTable.cc
Go to the documentation of this file.
1
#include "
art/Utilities/ensureTable.h
"
2
3
#include "
fhiclcpp/intermediate_table.h
"
4
5
void
6
art::ensureTable
(
fhicl::intermediate_table
& table,
std::string
const
&
name
)
7
{
8
if
(!table.
exists
(name)) {
9
table.
putEmptyTable
(name);
10
}
11
}
name
static QCString name
Definition:
declinfo.cpp:673
intermediate_table.h
string
std::string string
Definition:
nybbler.cc:12
art::ensureTable
void ensureTable(fhicl::intermediate_table &table, std::string const &fhicl_spec)
Definition:
ensureTable.cc:6
fhicl::intermediate_table::exists
bool exists(std::string const &key) const
Definition:
intermediate_table.cc:143
fhicl::intermediate_table::putEmptyTable
bool putEmptyTable(std::string const &name, bool in_prolog=false)
Definition:
intermediate_table.h:351
ensureTable.h
fhicl::intermediate_table
Definition:
intermediate_table.h:65
Generated by
1.8.11