dune-common 2.9.0
Loading...
Searching...
No Matches
Classes | Namespaces
parametertree.hh File Reference

A hierarchical structure of string parameters. More...

#include <array>
#include <cstddef>
#include <iostream>
#include <istream>
#include <iterator>
#include <locale>
#include <map>
#include <ostream>
#include <sstream>
#include <string>
#include <typeinfo>
#include <vector>
#include <algorithm>
#include <bitset>
#include <dune/common/exceptions.hh>
#include <dune/common/fvector.hh>
#include <dune/common/classname.hh>

Go to the source code of this file.

Classes

class  Dune::ParameterTree
 Hierarchical structure of string parameters. More...
 
struct  Dune::ParameterTree::Parser< std::basic_string< char, traits, Allocator > >
 
struct  Dune::ParameterTree::Parser< bool >
 
struct  Dune::ParameterTree::Parser< bool >::ToLower
 
struct  Dune::ParameterTree::Parser< FieldVector< T, n > >
 
struct  Dune::ParameterTree::Parser< std::array< T, n > >
 
struct  Dune::ParameterTree::Parser< std::bitset< n > >
 
struct  Dune::ParameterTree::Parser< std::vector< T, A > >
 

Namespaces

namespace  Dune
 Dune namespace.
 

Detailed Description

A hierarchical structure of string parameters.