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

Description

Wrapper around ParserResult.

Definition at line 176 of file CommandLineBoost.h.

#include <Sawyer/CommandLineBoost.h>

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

Public Member Functions

size_t count (const std::string &swName) const
 Number of times a switch appeared.
 
parsed_values operator[] (const std::string &swName) const
 Saved values for a switch.
 

Public Attributes

Sawyer::CommandLine::ParserResult pr
 Wrapped ParserResult.
 

Member Data Documentation

◆ pr

Sawyer::CommandLine::ParserResult Sawyer::CommandLine::Boost::variables_map::pr

Wrapped ParserResult.

Definition at line 177 of file CommandLineBoost.h.


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