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

Definition at line 177 of file Configuration.h.

References Has(), and str.

178  {
179  std::ostringstream str;
180  str << var << val;
181  return Has(str.str());
182  }
char str[80]
Definition: test_client.c:7
po::typed_value< T > * var(T *ptr=0)
bool Has(const std::string &var)

+ Here is the call graph for this function: