penguins
1.0.0
|
Definition at line 30 of file arguments.h.
Data Fields | |
ActionArg | action |
int | penguins |
const char * | input_board_file |
const char * | output_board_file |
const char * | set_name |
BotParameters | bot |
int | board_gen_width |
int | board_gen_height |
GenerateArg | board_gen_type |
ActionArg Arguments::action |
Definition at line 31 of file arguments.h.
Referenced by main(), parse_arguments(), and run_autonomous_mode().
int Arguments::penguins |
Definition at line 32 of file arguments.h.
Referenced by parse_arguments(), and run_autonomous_mode().
const char* Arguments::input_board_file |
Definition at line 33 of file arguments.h.
Referenced by parse_arguments(), and run_autonomous_mode().
const char* Arguments::output_board_file |
Definition at line 34 of file arguments.h.
Referenced by parse_arguments(), and run_autonomous_mode().
const char* Arguments::set_name |
Definition at line 35 of file arguments.h.
Referenced by parse_arguments(), and run_autonomous_mode().
BotParameters Arguments::bot |
Definition at line 36 of file arguments.h.
Referenced by parse_arguments(), and run_autonomous_mode().
int Arguments::board_gen_width |
Definition at line 37 of file arguments.h.
Referenced by parse_arguments(), and run_autonomous_mode().
int Arguments::board_gen_height |
Definition at line 38 of file arguments.h.
Referenced by parse_arguments(), and run_autonomous_mode().
GenerateArg Arguments::board_gen_type |
Definition at line 39 of file arguments.h.
Referenced by parse_arguments(), and run_autonomous_mode().