|
Pakman
|


Go to the source code of this file.
Functions | |
| int | parse_integer (const std::string &raw_input) |
| unsigned long | parse_unsigned_long_integer (const std::string &raw_input) |
| Command | parse_command (const std::string &raw_input) |
| Epsilon | parse_epsilon (const std::string &raw_input) |
| std::vector< Epsilon > | parse_epsilons (const std::string &raw_input) |
| std::vector< ParameterName > | parse_parameter_names (const std::string &raw_input) |
This file contains functions to parse user input from command-line arguments.
Definition in file input.h.
| Command parse_command | ( | const std::string & | raw_input | ) |
| Epsilon parse_epsilon | ( | const std::string & | raw_input | ) |
| std::vector<Epsilon> parse_epsilons | ( | const std::string & | raw_input | ) |
| int parse_integer | ( | const std::string & | raw_input | ) |
| std::vector<ParameterName> parse_parameter_names | ( | const std::string & | raw_input | ) |