The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
game_config::server_info Struct Reference

#include <game_config.hpp>

Public Member Functions

 server_info ()
 

Public Attributes

std::string name
 
std::string address
 may include ':' followed by port number More...
 

Detailed Description

Definition at line 63 of file game_config.hpp.

Constructor & Destructor Documentation

game_config::server_info::server_info ( )
inline

Definition at line 64 of file game_config.hpp.

Member Data Documentation

std::string game_config::server_info::address

may include ':' followed by port number

Definition at line 66 of file game_config.hpp.

Referenced by game_config::load_config(), and preferences::server_list().

std::string game_config::server_info::name

Definition at line 65 of file game_config.hpp.

Referenced by game_config::load_config(), and preferences::server_list().


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