Zappy GUI
C++ graphic client: renderer, camera, network
Loading...
Searching...
No Matches
AppConfig Struct Reference

Represents the configuration for the application, including the port, machine, and headless mode. More...

#include <Args.hpp>

+ Collaboration diagram for AppConfig:

Public Attributes

int port
 
std::string machine
 
bool headless
 
bool dev = false
 
I18n::Language language = I18n::Language::EN
 

Detailed Description

Represents the configuration for the application, including the port, machine, and headless mode.

Definition at line 11 of file Args.hpp.

Member Data Documentation

◆ dev

bool AppConfig::dev = false

Definition at line 15 of file Args.hpp.

Referenced by App::run().

◆ headless

bool AppConfig::headless

Definition at line 14 of file Args.hpp.

Referenced by App::run().

◆ language

I18n::Language AppConfig::language = I18n::Language::EN

Definition at line 16 of file Args.hpp.

Referenced by App::run().

◆ machine

std::string AppConfig::machine

Definition at line 13 of file Args.hpp.

Referenced by App::run().

◆ port

int AppConfig::port

Definition at line 12 of file Args.hpp.

Referenced by App::run().


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