|
MTMS main
Modern Turing Machine Simulator
|
#include <program.hpp>
Public Attributes | |
| bool | batch_exec = false |
| std::string | config_file |
| int | err_code = EXIT_SUCCESS |
| std::string | err_msg |
| std::string | input |
| std::string | output_file |
| bool | show_help = false |
Definition at line 15 of file program.hpp.
| bool Program::Options::batch_exec = false |
Definition at line 17 of file program.hpp.
Referenced by main(), and Program::parse_args().
| std::string Program::Options::config_file |
Definition at line 21 of file program.hpp.
Referenced by main(), and Program::parse_args().
| int Program::Options::err_code = EXIT_SUCCESS |
Definition at line 19 of file program.hpp.
Referenced by main(), and Program::parse_args().
| std::string Program::Options::err_msg |
Definition at line 20 of file program.hpp.
Referenced by main(), and Program::parse_args().
| std::string Program::Options::input |
Definition at line 23 of file program.hpp.
Referenced by main(), and Program::parse_args().
| std::string Program::Options::output_file |
Definition at line 22 of file program.hpp.
Referenced by main(), and Program::parse_args().
| bool Program::Options::show_help = false |
Definition at line 18 of file program.hpp.
Referenced by main(), and Program::parse_args().