EnigmaMachineCore 0.1.0
A modular Enigma Machine simulation in C++20
Loading...
Searching...
No Matches
Public Attributes | List of all members
AppConfig Struct Reference

Public Attributes

std::string assetPath = resolveDefaultAssetPath()
 
std::string configPath = ""
 
std::string message = "HELLOWORLD"
 
bool debug = false
 
bool encode = false
 
bool decode = false
 

Detailed Description

Definition at line 35 of file main.cpp.

Member Data Documentation

◆ assetPath

std::string AppConfig::assetPath = resolveDefaultAssetPath()

Definition at line 36 of file main.cpp.

Referenced by parseArguments(), and runApplication().

◆ configPath

std::string AppConfig::configPath = ""

Definition at line 37 of file main.cpp.

Referenced by parseArguments(), and runApplication().

◆ debug

bool AppConfig::debug = false

Definition at line 39 of file main.cpp.

Referenced by parseArguments(), and runApplication().

◆ decode

bool AppConfig::decode = false

Definition at line 41 of file main.cpp.

Referenced by parseArguments(), and runApplication().

◆ encode

bool AppConfig::encode = false

Definition at line 40 of file main.cpp.

Referenced by parseArguments(), and runApplication().

◆ message

std::string AppConfig::message = "HELLOWORLD"

Definition at line 38 of file main.cpp.

Referenced by parseArguments(), and runApplication().


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