|
Arkanjo 0.2
A tool for find code duplicated functions in codebases
|
#include <parser_options.hpp>
Public Attributes | |
| std::map< std::string, std::string > | args |
| Map from option name to value. | |
| std::vector< std::string > | extra_args |
| List of extra arguments that are not options. | |
Definition at line 28 of file parser_options.hpp.
| std::map<std::string, std::string> ParsedOptions::args |
Map from option name to value.
"true".Definition at line 36 of file parser_options.hpp.
| std::vector<std::string> ParsedOptions::extra_args |
List of extra arguments that are not options.
Definition at line 41 of file parser_options.hpp.