Skip to content
Snippets Groups Projects
Commit b920a3e4 authored by Oliver Sander's avatar Oliver Sander
Browse files

Provide the existing parsing facilities for ParameterTrees in a separate file

This code used to be in ConfigParser, which I will deprecate in a second.
The new implementation is inspired by boost: each parser is a global method
in a namespace.  In our case, that namespace is a class ParameterTreeParser,
because it needs to have some private methods (ltrim and rtrim, to be
precise).  On demand, parsers for more formats can be added to this class/file.

I do not insist on any of the details of this new code. However, I wanted
to have the many architectural change before the creation of the 2.2 release
branch.

[[Imported from SVN: r6346]]
parent 17e55c83
Branches
Tags
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment