evo-crypter
 
Loading...
Searching...
No Matches
Config Struct Reference

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
 

Detailed Description

Represents the program's configuration settings.

This struct holds all the options and flags parsed from the command-line arguments.

Member Data Documentation

◆ decrypt

bool Config::decrypt

Flag to indicate decryption mode.

◆ error

bool Config::error

Flag to indicate an error during parsing.

◆ generations

char* Config::generations

String representing the sequence of mutations.

◆ help

bool Config::help

Flag to display help information.

◆ input_file

char* Config::input_file

Path to the input file.

◆ threads

int Config::threads

Number of threads to be used.


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