3 #ifndef DUNE_PARAMETER_PARSER_HH
4 #define DUNE_PARAMETER_PARSER_HH
24 static std::string ltrim(
const std::string& s);
25 static std::string rtrim(
const std::string& s);
104 const std::string srcname =
"stream",
105 bool overwrite =
true);
139 #endif // DUNE_PARAMETER_PARSER_HH
Dune namespace.
Definition: alignment.hh:13
Hierarchical structure of string parameters.
Definition: parametertree.hh:33
Parsers to set up a ParameterTree from various input sources.
Definition: parametertreeparser.hh:21
A hierarchical structure of string parameters.
static void readOptions(int argc, char *argv[], ParameterTree &pt)
parse command line options and build hierarchical ParameterTree structure
Definition: parametertreeparser.cc:136
static void readINITree(std::istream &in, ParameterTree &pt, bool overwrite)
parse C++ stream
Definition: parametertreeparser.cc:53