value_container< R(T::*)(P1) > Class Template Reference
#include <option_parser.h>
Public Types | |
typedef P1 | value_type |
Public Member Functions | |
value_container (T *ptr_obj, function_pointer ptr_func) | |
void | set_value (const value_type &val) const |
std::string | get () const |
Detailed Description
template<typename T, typename R, typename P1>
class illumina::interop::util::value_container< R(T::*)(P1) >
Proxy for references to values
Member Typedef Documentation
typedef P1 value_type |
Type of value to parse
Constructor & Destructor Documentation
|
inline |
Constructor
- Parameters
-
ptr_obj pointer to object ptr_func pointer to object method
Member Function Documentation
|
inline |
Get an empty value
- Returns
- empty string
|
inline |
Set the value
- Parameters
-
val parsed value
The documentation for this class was generated from the following file:
- /io/interop/util/option_parser.h