The Battle for Wesnoth  1.19.24+dev
Public Member Functions | Public Attributes | List of all members
mp_connect_fixture Struct Reference

Public Member Functions

 mp_connect_fixture ()
 
 ~mp_connect_fixture ()
 

Public Attributes

std::vector< std::string > dummy_args
 
commandline_options cmdline_opts
 
hotkey::manager hotkey_manager
 
game_config_manager config_manager
 
saved_game state
 
randomness::mt_rng rng
 

Detailed Description

Definition at line 39 of file test_mp_connect.cpp.

Constructor & Destructor Documentation

◆ mp_connect_fixture()

mp_connect_fixture::mp_connect_fixture ( )
inline

Definition at line 40 of file test_mp_connect.cpp.

◆ ~mp_connect_fixture()

mp_connect_fixture::~mp_connect_fixture ( )
inline

Definition at line 60 of file test_mp_connect.cpp.

Member Data Documentation

◆ cmdline_opts

commandline_options mp_connect_fixture::cmdline_opts

Definition at line 64 of file test_mp_connect.cpp.

◆ config_manager

game_config_manager mp_connect_fixture::config_manager

Definition at line 66 of file test_mp_connect.cpp.

◆ dummy_args

std::vector<std::string> mp_connect_fixture::dummy_args

Definition at line 63 of file test_mp_connect.cpp.

◆ hotkey_manager

hotkey::manager mp_connect_fixture::hotkey_manager

Definition at line 65 of file test_mp_connect.cpp.

◆ rng

randomness::mt_rng mp_connect_fixture::rng

Definition at line 68 of file test_mp_connect.cpp.

◆ state

saved_game mp_connect_fixture::state

Definition at line 67 of file test_mp_connect.cpp.


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