dune-typetree  2.4-dev
Classes | Namespaces | Functions
childextraction.hh File Reference
#include <dune/common/documentation.hh>
#include <dune/common/typetraits.hh>
#include <dune/common/shared_ptr.hh>
#include <dune/typetree/treepath.hh>

Go to the source code of this file.

Classes

struct  Dune::TypeTree::extract_child_type< Node, TreePath >
 Extract the type of the child of Node at position TreePath. More...
 

Namespaces

 Dune
 
 Dune::TypeTree
 

Functions

template<typename Node , typename TreePath >
ImplementationDefined & Dune::TypeTree::extract_child (Node &node, Treepath tp)
 Extract the child of a node located at tp (non-const version). More...
 
template<typename Node , typename TreePath >
const ImplementationDefined & Dune::TypeTree::extract_child (const Node &node, Treepath tp)
 Extract the child of a node located at tp (const version). More...
 
template<typename Node , typename TreePath >
ImplementationDefined Dune::TypeTree::extract_child_storage (Node &node, Treepath tp)
 
template<typename Node , typename TreePath >
ImplementationDefined Dune::TypeTree::extract_child_storage (const Node &node, Treepath tp)