Struct for command line arguments configuration. More...
#include <ArgsHandler.hpp>
Collaboration diagram for cae::ArgsConfig:Public Attributes | |
| bool | run = false |
| std::string | config_path |
Struct for command line arguments configuration.
Definition at line 19 of file ArgsHandler.hpp.
| std::string cae::ArgsConfig::config_path |
Definition at line 22 of file ArgsHandler.hpp.
Referenced by cae::Application::Application(), and cae::ArgsHandler::ParseArgs().
| bool cae::ArgsConfig::run = false |
Definition at line 21 of file ArgsHandler.hpp.
Referenced by main(), and cae::ArgsHandler::ParseArgs().