FACT++  1.0
template<class T , class S >
int StateMachineGCN< T, S >::EvalOptions ( Configuration conf)
inline

Definition at line 529 of file gcn.cc.

References Configuration::Get(), and Configuration::Vec().

530  {
531  fGCN.SetVerbose(!conf.Get<bool>("quiet"));
532  fGCN.SetEndPoints(conf.Vec<string>("addr"));
533 
534  return -1;
535  }
T Get(const std::string &var)
std::vector< T > Vec(const std::string &var)

+ Here is the call graph for this function: