FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
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
}
str
char str[80]
Definition:
test_client.c:7
var
po::typed_value< T > * var(T *ptr=0)
Definition:
Configuration.h:254
Configuration::Has
bool Has(const std::string &var)
Definition:
Configuration.h:163
Here is the call graph for this function:
Configuration
Generated on Sun Sep 18 2016 20:50:43 for FACT++ by
1.8.11