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 > > |
using config_array_view = std::vector<std::reference_wrapper<const config> > |
Definition at line 23 of file game_config_view.hpp.