penguins  1.0.0
Arguments Struct Reference

Detailed Description

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
 

Field Documentation

◆ action

ActionArg Arguments::action

Definition at line 31 of file arguments.h.

Referenced by main(), parse_arguments(), and run_autonomous_mode().

◆ penguins

int Arguments::penguins

Definition at line 32 of file arguments.h.

Referenced by parse_arguments(), and run_autonomous_mode().

◆ input_board_file

const char* Arguments::input_board_file

Definition at line 33 of file arguments.h.

Referenced by parse_arguments(), and run_autonomous_mode().

◆ output_board_file

const char* Arguments::output_board_file

Definition at line 34 of file arguments.h.

Referenced by parse_arguments(), and run_autonomous_mode().

◆ set_name

const char* Arguments::set_name

Definition at line 35 of file arguments.h.

Referenced by parse_arguments(), and run_autonomous_mode().

◆ bot

BotParameters Arguments::bot

Definition at line 36 of file arguments.h.

Referenced by parse_arguments(), and run_autonomous_mode().

◆ board_gen_width

int Arguments::board_gen_width

Definition at line 37 of file arguments.h.

Referenced by parse_arguments(), and run_autonomous_mode().

◆ board_gen_height

int Arguments::board_gen_height

Definition at line 38 of file arguments.h.

Referenced by parse_arguments(), and run_autonomous_mode().

◆ board_gen_type

GenerateArg Arguments::board_gen_type

Definition at line 39 of file arguments.h.

Referenced by parse_arguments(), and run_autonomous_mode().


The documentation for this struct was generated from the following file: