FACT++  1.0
MyDouble::MyDouble ( Configuration conf,
const string &  str 
)
inline

Definition at line 115 of file makeschedule.cc.

References Configuration::Get(), Configuration::Has(), and str.

115  : val(0)
116  {
117  valid = conf.Has(str);
118  if (valid)
119  val = conf.Get<double>(str);
120  }
char str[80]
Definition: test_client.c:7
T Get(const std::string &var)
bool Has(const std::string &var)
double val

+ Here is the call graph for this function: