![]() |
Scarab
v3.5.4
Project 8 C++ Utility Library
|
#include <nonoption_parser.hh>
Public Member Functions | |
| nonoption_parser (std::vector< std::string > an_args) | |
| virtual | ~nonoption_parser () |
| mv_referrable_const (param_array, ord_args) | |
| mv_referrable_const (param_node, kw_args) | |
Static Public Attributes | |
| static const char | f_value_separator = '=' |
| static const char | f_option_starter = '-' |
Private Member Functions | |
| void | parse (const std::string &an_arg) |
Definition at line 13 of file nonoption_parser.hh.
| nonoption_parser | ( | std::vector< std::string > | an_args | ) |
Definition at line 16 of file nonoption_parser.cc.
|
virtual |
Definition at line 26 of file nonoption_parser.cc.
| mv_referrable_const | ( | param_array | , |
| ord_args | |||
| ) |
| mv_referrable_const | ( | param_node | , |
| kw_args | |||
| ) |
|
private |
Definition at line 30 of file nonoption_parser.cc.
|
static |
Definition at line 27 of file nonoption_parser.hh.
|
static |
Definition at line 26 of file nonoption_parser.hh.
1.8.13