Skip to content

Feature/dotdict

Dominic Kempf requested to merge feature/dotdict into master

the branch introduces a class DotDict which is a dictionary, which internally stores in a nested dictionary. Access is possible through dots in the (string) keys. Using this dictionary to represnt ini files with subgroups makes the implementation of the metaini expander so much easier and more readable.

The branch applies the changes to all modules!

Merge request reports