1#ifndef DUNE_FEM_IO_PARAMETER_PARAMETERTREE_HH
2#define DUNE_FEM_IO_PARAMETER_PARAMETERTREE_HH
6#include <dune/fem/io/parameter/reader.hh>
17 inline static ParameterReader parameterReader (
const ParameterTree ¶meterTree )
19 return ParameterReader( [ ¶meterTree ] (
const std::string &key,
const std::string *defaultValue ) {
20 return (parameterTree.hasKey( key ) ? ¶meterTree[ key ] : defaultValue);
A hierarchical structure of string parameters.
Dune namespace.
Definition: alignedallocator.hh:13