#include <ServerConfiguration.hpp>
◆ get_config_file_path()
const boost::filesystem::path & general_server_configuration::get_config_file_path |
( |
| ) |
const |
|
inline |
◆ get_db_database()
const std::string & general_server_configuration::get_db_database |
( |
| ) |
const |
|
inline |
◆ get_db_host()
const std::string & general_server_configuration::get_db_host |
( |
| ) |
const |
|
inline |
◆ get_db_pass()
const std::string & general_server_configuration::get_db_pass |
( |
| ) |
const |
|
inline |
◆ get_db_port()
const uint16_t & general_server_configuration::get_db_port |
( |
| ) |
const |
|
inline |
◆ get_db_threads()
const uint8_t & general_server_configuration::get_db_threads |
( |
| ) |
const |
|
inline |
uint8_t _db_threads
Definition: ServerConfiguration.hpp:96
References _db_threads.
◆ get_db_user()
const std::string & general_server_configuration::get_db_user |
( |
| ) |
const |
|
inline |
◆ get_listen_ip()
const std::string & general_server_configuration::get_listen_ip |
( |
| ) |
const |
|
inline |
std::string _listen_ip
Listen IP.
Definition: ServerConfiguration.hpp:91
References _listen_ip.
◆ get_listen_port()
uint16_t general_server_configuration::get_listen_port |
( |
| ) |
const |
|
inline |
uint16_t _listen_port
Listen Port Number.
Definition: ServerConfiguration.hpp:92
References _listen_port.
◆ get_shutdown_signal()
int general_server_configuration::get_shutdown_signal |
( |
| ) |
const |
|
inline |
int shutdown_signal
Shutdown signal.
Definition: ServerConfiguration.hpp:89
References shutdown_signal.
◆ get_test_run()
int general_server_configuration::get_test_run |
( |
| ) |
const |
|
inline |
int _test_run
Definition: ServerConfiguration.hpp:67
References _test_run.
◆ is_test_run()
bool general_server_configuration::is_test_run |
( |
| ) |
const |
|
inline |
◆ is_test_run_minimal()
bool general_server_configuration::is_test_run_minimal |
( |
| ) |
const |
|
inline |
◆ is_test_run_with_network()
bool general_server_configuration::is_test_run_with_network |
( |
| ) |
const |
|
inline |
◆ set_config_file_path()
void general_server_configuration::set_config_file_path |
( |
const boost::filesystem::path & |
path | ) |
|
|
inline |
◆ set_db_database()
void general_server_configuration::set_db_database |
( |
std::string && |
database | ) |
|
|
inline |
◆ set_db_host()
void general_server_configuration::set_db_host |
( |
std::string && |
host | ) |
|
|
inline |
◆ set_db_pass()
void general_server_configuration::set_db_pass |
( |
std::string && |
pass | ) |
|
|
inline |
◆ set_db_port()
void general_server_configuration::set_db_port |
( |
uint16_t |
port | ) |
|
|
inline |
◆ set_db_threads()
void general_server_configuration::set_db_threads |
( |
uint8_t |
threads | ) |
|
|
inline |
◆ set_db_user()
void general_server_configuration::set_db_user |
( |
std::string && |
user | ) |
|
|
inline |
◆ set_listen_ip()
void general_server_configuration::set_listen_ip |
( |
const std::string & |
listen_ip | ) |
|
|
inline |
◆ set_listen_port()
void general_server_configuration::set_listen_port |
( |
uint16_t |
listen_port | ) |
|
|
inline |
◆ set_shutdown_signal()
void general_server_configuration::set_shutdown_signal |
( |
int |
shutdown_signal | ) |
|
|
inline |
◆ set_test_run()
void general_server_configuration::set_test_run |
( |
test_run_type |
type | ) |
|
|
inline |
◆ unset_test_run()
void general_server_configuration::unset_test_run |
( |
test_run_type |
type | ) |
|
|
inline |
◆ _config_file_path
boost::filesystem::path general_server_configuration::_config_file_path {""} |
◆ _db_database
std::string general_server_configuration::_db_database |
◆ _db_host
std::string general_server_configuration::_db_host |
◆ _db_pass
std::string general_server_configuration::_db_pass |
◆ _db_port
uint16_t general_server_configuration::_db_port {3306} |
◆ _db_threads
uint8_t general_server_configuration::_db_threads {5} |
◆ _db_user
std::string general_server_configuration::_db_user |
◆ _listen_ip
std::string general_server_configuration::_listen_ip |
◆ _listen_port
uint16_t general_server_configuration::_listen_port |
◆ _test_run
◆ shutdown_signal
int general_server_configuration::shutdown_signal |
The documentation for this struct was generated from the following file: