FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
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
}
StateMachineGCN::fGCN
S fGCN
Definition:
gcn.cc:418
Configuration::Get
T Get(const std::string &var)
Definition:
Configuration.h:162
Configuration::Vec
std::vector< T > Vec(const std::string &var)
Definition:
Configuration.h:166
Here is the call graph for this function:
StateMachineGCN
Generated on Sun Sep 18 2016 20:51:00 for FACT++ by
1.8.11