ROSE  0.11.96.11
Public Member Functions | Public Attributes | List of all members
Sawyer::CommandLine::Boost::parsed_values Struct Reference

Description

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 <CommandLineBoost.h>

Collaboration diagram for Sawyer::CommandLine::Boost::parsed_values:
Collaboration graph
[legend]

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 >
as ()
 Convert parsed value to another type.
 

The documentation for this struct was generated from the following file: