I am looking for a simple and efficient container of parameters that will act as a representation of an in-memory-xml file (or ini-file, as another example).
I mean, basically, it can store sections and parameter sets for each section, have simple accessors like GetValue("ParameterName") and a simple return value.
It would be great if it were serializable.
I wrote something similar yesterday and, well, it fits my needs, but maybe there is something more convenient and flexible available?
Maybe some kind of parameter map in boost ?
thanks
source share