cae  0.0.0
Cross-API graphics engine
Loading...
Searching...
No Matches
cae::ArgsConfig Struct Reference

Struct for command line arguments configuration. More...

#include <ArgsHandler.hpp>

+ Collaboration diagram for cae::ArgsConfig:

Public Attributes

bool run = false
 
std::string config_path
 

Detailed Description

Struct for command line arguments configuration.

Definition at line 19 of file ArgsHandler.hpp.

Member Data Documentation

◆ config_path

std::string cae::ArgsConfig::config_path

Definition at line 22 of file ArgsHandler.hpp.

Referenced by cae::Application::Application(), and cae::ArgsHandler::ParseArgs().

◆ run

bool cae::ArgsConfig::run = false

Definition at line 21 of file ArgsHandler.hpp.

Referenced by main(), and cae::ArgsHandler::ParseArgs().


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