#include <parameter_proxy.h>
Definition at line 97 of file parameter_proxy.h.
parameters::proxy::proxy |
( |
std::string & |
val | ) |
|
|
inline |
template<typename T >
T parameters::proxy::as |
( |
| ) |
const |
|
inline |
const char* parameters::proxy::c_str |
( |
| ) |
const |
|
inline |
bool parameters::proxy::empty |
( |
| ) |
const |
|
inline |
template<typename T >
parameters::proxy::operator T |
( |
| ) |
const |
|
inline |
bool parameters::proxy::operator!= |
( |
const char * |
rhs | ) |
const |
|
inline |
template<typename T >
proxy& parameters::proxy::operator= |
( |
T const & |
new_val | ) |
|
|
inline |
Definition at line 130 of file parameter_proxy.h.
132 val_ = boost::lexical_cast<std::string>(new_val);
bool parameters::proxy::operator== |
( |
proxy const & |
rhs | ) |
const |
|
inline |
bool parameters::proxy::operator== |
( |
const char * |
rhs | ) |
const |
|
inline |
std::string const& parameters::proxy::str |
( |
| ) |
const |
|
inline |
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
proxy const & |
p |
|
) |
| |
|
friend |
The documentation for this class was generated from the following file: