FACT++  1.0
template<class T >
bool Configuration::HasDef ( const std::string &  var,
const T &  val 
)
inline

Definition at line 191 of file Configuration.h.

References Has().

Referenced by StateMachineFAD< T >::CheckConfigVal(), StateMachineFTM< T, S >::CheckConfigVal(), StateMachineRateScan::EvalOptions(), StateMachineFTM< T, S >::EvalOptions(), and StateMachineRateControl::GetConfig().

192  {
193  // Make sure the .default option is touched
194  const bool rc = Has(var+"default");
195 
196  return Has(var, val) ? true : rc;
197  }
po::typed_value< T > * var(T *ptr=0)
bool Has(const std::string &var)

+ Here is the call graph for this function:

+ Here is the caller graph for this function: