|
dune-fem
2.8-git
|
#include <dune/fem/io/parameter.hh>
Public Types | |
| typedef std::function< std::string()> | LambdaType |
| typedef std::unordered_map< std::string, LambdaType > | DictType |
Public Member Functions | |
| template<class... KeyValues> | |
| ParameterDict (const std::string &rmPrefix, KeyValues... keyValues) | |
| const std::string * | operator() (const std::string &key, const std::string *def) |
| typedef std::unordered_map<std::string,LambdaType> Dune::Fem::ParameterDict::DictType |
| typedef std::function<std::string()> Dune::Fem::ParameterDict::LambdaType |
|
inline |
|
inline |