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

Definition at line 169 of file Configuration.h.

References str.

170  {
171  std::ostringstream str;
172  str << var << val;
173  return Get<T>(str.str());
174  }
char str[80]
Definition: test_client.c:7
po::typed_value< T > * var(T *ptr=0)