#include <dune/typetree/simpletransformationdescriptors.hh>
|
template<typename TC > |
static result< TC >::type | transform (const SourceNode &s, const Transformation &t, const std::array< shared_ptr< TC >, result< TC >::type::CHILDREN > &children) |
|
template<typename TC > |
static result< TC >::storage_type | transform_storage (shared_ptr< const SourceNode > s, const Transformation &t, const std::array< shared_ptr< TC >, result< TC >::type::CHILDREN > &children) |
|
template<typename SourceNode , typename Transformation , template< typename Child, std::size_t > class TransformedNode>
template<typename TC >
template<typename SourceNode , typename Transformation , template< typename Child, std::size_t > class TransformedNode>
template<typename TC >
static result<TC>::storage_type Dune::TypeTree::SimplePowerNodeTransformation< SourceNode, Transformation, TransformedNode >::transform_storage |
( |
shared_ptr< const SourceNode > |
s, |
|
|
const Transformation & |
t, |
|
|
const std::array< shared_ptr< TC >, result< TC >::type::CHILDREN > & |
children |
|
) |
| |
|
inlinestatic |
template<typename SourceNode , typename Transformation , template< typename Child, std::size_t > class TransformedNode>
The documentation for this struct was generated from the following file: