|
EnigmaMachineCore 0.1.0
A modular Enigma Machine simulation in C++20
|
Public Attributes | |
| std::string | assetPath = resolveDefaultAssetPath() |
| std::string | configPath = "" |
| std::string | message = "HELLOWORLD" |
| bool | debug = false |
| bool | encode = false |
| bool | decode = false |
| std::string AppConfig::assetPath = resolveDefaultAssetPath() |
Definition at line 36 of file main.cpp.
Referenced by parseArguments(), and runApplication().
| std::string AppConfig::configPath = "" |
Definition at line 37 of file main.cpp.
Referenced by parseArguments(), and runApplication().
| bool AppConfig::debug = false |
Definition at line 39 of file main.cpp.
Referenced by parseArguments(), and runApplication().
| bool AppConfig::decode = false |
Definition at line 41 of file main.cpp.
Referenced by parseArguments(), and runApplication().
| bool AppConfig::encode = false |
Definition at line 40 of file main.cpp.
Referenced by parseArguments(), and runApplication().
| std::string AppConfig::message = "HELLOWORLD" |
Definition at line 38 of file main.cpp.
Referenced by parseArguments(), and runApplication().