r-type
0.0.0
R-Type main
Loading...
Searching...
No Matches
AppConfigServer.hpp
Go to the documentation of this file.
1
///
2
/// @file AppConfigServer.hpp
3
/// @brief This file contains the app config structure for server
4
/// @namespace utl
5
///
6
7
#pragma once
8
9
#include "
Utils/Common.hpp
"
10
11
namespace
utl
12
{
13
namespace
srv
14
{
15
struct
AppConfig
16
{
17
std::string
host
;
18
uint16_t
port
;
19
};
20
}
// namespace srv
21
}
// namespace utl
Common.hpp
This file contains common definitions and constants.
srv
utl
utl::srv::AppConfig
Definition
AppConfigServer.hpp:16
utl::srv::AppConfig::host
std::string host
Definition
AppConfigServer.hpp:17
utl::srv::AppConfig::port
uint16_t port
Definition
AppConfigServer.hpp:18
modules
Utils
include
Utils
AppConfigServer.hpp
Generated by
1.11.0