ゴミ箱
Public Attributes | List of all members
config::Config Class Reference

#include <config.hpp>

Public Attributes

unsigned int cpu_num = std::thread::hardware_concurrency()
 Number of available CPUs. More...
 
boost::asio::ip::address address = boost::asio::ip::address::from_string("0.0.0.0")
 IP Address to use. More...
 
unsigned short port = 3333
 Port to use. More...
 

Detailed Description

Application config.

Member Data Documentation

boost::asio::ip::address config::Config::address = boost::asio::ip::address::from_string("0.0.0.0")

IP Address to use.

unsigned int config::Config::cpu_num = std::thread::hardware_concurrency()

Number of available CPUs.

unsigned short config::Config::port = 3333

Port to use.


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