The Battle for Wesnoth  1.19.0-dev
Classes | Typedefs
game_config_view.hpp File Reference
#include "config.hpp"
#include <functional>
#include <vector>
Include dependency graph for game_config_view.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  game_config_view
 A class grating read only view to a vector of config objects, viewed as one config with all children appended, used by the game_config class to read data from addons config, and from the main config. More...
 

Typedefs

using config_array_view = std::vector< std::reference_wrapper< const config > >
 

Typedef Documentation

◆ config_array_view

using config_array_view = std::vector<std::reference_wrapper<const config> >

Definition at line 23 of file game_config_view.hpp.