Represents the program's configuration settings. More...
#include <mod.h>
Public Attributes | |
char * | input_file |
char * | generations |
int | threads |
bool | decrypt |
bool | error |
bool | help |
Represents the program's configuration settings.
This struct holds all the options and flags parsed from the command-line arguments.
bool Config::decrypt |
Flag to indicate decryption mode.
bool Config::error |
Flag to indicate an error during parsing.
char* Config::generations |
String representing the sequence of mutations.
bool Config::help |
Flag to display help information.
char* Config::input_file |
Path to the input file.
int Config::threads |
Number of threads to be used.