ROSE  0.11.145.0
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 <util/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. More...
 
parsed_values operator[] (const std::string &swName) const
 Saved values for a switch. More...
 

Public Attributes

Sawyer::CommandLine::ParserResult pr
 Wrapped ParserResult. More...
 

Member Function Documentation

size_t Sawyer::CommandLine::Boost::variables_map::count ( const std::string &  swName) const

Number of times a switch appeared.

parsed_values Sawyer::CommandLine::Boost::variables_map::operator[] ( const std::string &  swName) const

Saved values for a switch.

Member Data Documentation

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: