|
MTMS main
Modern Turing Machine Simulator
|
Classes | |
| struct | Options |
Functions | |
| void | parse_args (int argc, char *argv[], Program::Options &options) |
| void | print_help () |
| void | print_usage () |
| void Program::parse_args | ( | int | argc, |
| char * | argv[], | ||
| Program::Options & | options | ||
| ) |
Definition at line 42 of file program.cpp.
References Program::Options::batch_exec, Program::Options::config_file, Program::Options::err_code, Program::Options::err_msg, Program::Options::input, Program::Options::output_file, and Program::Options::show_help.
Referenced by main().
| void Program::print_help | ( | ) |
Definition at line 25 of file program.cpp.
Referenced by main().
| void Program::print_usage | ( | ) |
Definition at line 17 of file program.cpp.
Referenced by main().