dune-typetree
2.4.1
|
Access to the type and storage type of the i-th child. More...
#include <dune/typetree/filteredcompositenode.hh>
Public Types | |
typedef OriginalChild::Type | Type |
The type of the child. More... | |
typedef OriginalChild::type | type |
The type of the child. More... | |
typedef OriginalChild::Storage | Storage |
The storage type of the child. More... | |
typedef OriginalChild::ConstStorage | ConstStorage |
The const storage type of the child. More... | |
Access to the type and storage type of the i-th child.
typedef OriginalChild::ConstStorage Dune::TypeTree::FilteredCompositeNode< Node, Filter >::Child< k >::ConstStorage |
The const storage type of the child.
typedef OriginalChild::Storage Dune::TypeTree::FilteredCompositeNode< Node, Filter >::Child< k >::Storage |
The storage type of the child.
typedef OriginalChild::Type Dune::TypeTree::FilteredCompositeNode< Node, Filter >::Child< k >::Type |
The type of the child.
typedef OriginalChild::type Dune::TypeTree::FilteredCompositeNode< Node, Filter >::Child< k >::type |
The type of the child.