#include <BaseParameters.h>
|
| value () |
|
template<class T > |
| value (const T &val) |
|
std::string | get () const |
|
bool | empty () const |
|
Definition at line 46 of file BaseParameters.h.
parameters::value::value |
( |
| ) |
|
|
inline |
template<class T >
parameters::value::value |
( |
const T & |
val | ) |
|
|
inline |
Definition at line 51 of file BaseParameters.h.
52 : val_(boost::lexical_cast<std::string>(val))
bool parameters::value::empty |
( |
| ) |
const |
|
inline |
std::string parameters::value::get |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: