#include <ArgsHandler.hpp>
Static Public Member Functions | |
static ArgsConfig | fromFile (const std::string &path) |
Public Attributes | |
bool | exit = false |
std::string | host = Config::Network::DEFAULT_NETWORK_HOST |
uint16_t | port = Config::Network::DEFAULT_NETWORK_PORT |
std::string | network_lib_path |
Definition at line 20 of file ArgsHandler.hpp.
|
static |
Definition at line 26 of file argsHandler.cpp.
References host, network_lib_path, and port.
Referenced by srv::ArgsHandler::ParseArgs().
bool srv::ArgsConfig::exit = false |
Definition at line 22 of file ArgsHandler.hpp.
Referenced by main().
std::string srv::ArgsConfig::host = Config::Network::DEFAULT_NETWORK_HOST |
Definition at line 23 of file ArgsHandler.hpp.
Referenced by fromFile(), and srv::Server::Server().
std::string srv::ArgsConfig::network_lib_path |
Definition at line 25 of file ArgsHandler.hpp.
Referenced by fromFile().
uint16_t srv::ArgsConfig::port = Config::Network::DEFAULT_NETWORK_PORT |
Definition at line 24 of file ArgsHandler.hpp.
Referenced by fromFile(), and srv::Server::Server().