value_container< T > Class Template Reference
#include <option_parser.h>
Public Types | |
typedef T | value_type |
Public Member Functions | |
value_container (T *ptr) | |
void | set_value (const value_type &val) const |
const T & | get () const |
Detailed Description
template<typename T>
class illumina::interop::util::value_container< T >
Proxy for references to values
Member Typedef Documentation
typedef T value_type |
Type of value to parse
Constructor & Destructor Documentation
|
inline |
Constructor
- Parameters
-
ptr pointer to value
Member Function Documentation
|
inline |
Get the value pointed to by the container
- Returns
- value
|
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