Definition at line 1999 of file fadctrl.cc.
References Error(), Configuration::GetDef(), Configuration::HasDef(), and str.
2001 if (!conf.
HasDef(name, sub))
2003 T::Error(
"Neither "+name+
"default nor "+name+sub+
" found.");
2007 const V val = conf.
GetDef<V>(name, sub);
2013 str << name << sub <<
"=" << val <<
" exceeds allowed maximum of " << max <<
"!";
T GetDef(const std::string &var, const S &val)
bool HasDef(const std::string &var, const T &val)