ROSE 0.11.145.147
|
Wrapper around parsed values.
Sawyer not only stores the parsed switch value, but also much information about where the value came from, it's original string form, etc.
Definition at line 137 of file CommandLineBoost.h.
#include <Sawyer/CommandLineBoost.h>
Public Member Functions | |
parsed_values () | |
Wrap nothing. | |
parsed_values (const Sawyer::CommandLine::ParsedValues &pv) | |
Wrap ParsedValues. | |
Public Attributes | |
Sawyer::CommandLine::ParsedValues | pv |
Wrapped ParsedValues. | |
template<class T > | |
T | as () |
Convert parsed value to another type. | |
|
inline |
Wrap nothing.
Definition at line 141 of file CommandLineBoost.h.
|
inlineexplicit |
Wrap ParsedValues.
Definition at line 144 of file CommandLineBoost.h.
|
inline |
Convert parsed value to another type.
Definition at line 150 of file CommandLineBoost.h.
Sawyer::CommandLine::ParsedValues Sawyer::CommandLine::Boost::parsed_values::pv |
Wrapped ParsedValues.
Definition at line 138 of file CommandLineBoost.h.