dune-typetree 2.9
Loading...
Searching...
No Matches
Classes | Static Public Member Functions | Static Public Attributes | List of all members
Dune::TypeTree::SimpleDynamicPowerNodeTransformation< SourceNode, Transformation, TransformedNode > Struct Template Reference

#include <dune/typetree/simpletransformationdescriptors.hh>

Classes

struct  result
 

Static Public Member Functions

template<typename TC >
static result< TC >::type transform (const SourceNode &s, const Transformation &t, const std::vector< std::shared_ptr< TC > > &children)
 
template<typename TC >
static result< TC >::storage_type transform_storage (std::shared_ptr< const SourceNode > s, const Transformation &t, const std::vector< std::shared_ptr< TC > > &children)
 

Static Public Attributes

static const bool recursive = true
 

Member Function Documentation

◆ transform()

template<typename SourceNode , typename Transformation , template< typename Child > class TransformedNode>
template<typename TC >
static result< TC >::type Dune::TypeTree::SimpleDynamicPowerNodeTransformation< SourceNode, Transformation, TransformedNode >::transform ( const SourceNode &  s,
const Transformation &  t,
const std::vector< std::shared_ptr< TC > > &  children 
)
inlinestatic

◆ transform_storage()

template<typename SourceNode , typename Transformation , template< typename Child > class TransformedNode>
template<typename TC >
static result< TC >::storage_type Dune::TypeTree::SimpleDynamicPowerNodeTransformation< SourceNode, Transformation, TransformedNode >::transform_storage ( std::shared_ptr< const SourceNode >  s,
const Transformation &  t,
const std::vector< std::shared_ptr< TC > > &  children 
)
inlinestatic

Member Data Documentation

◆ recursive

template<typename SourceNode , typename Transformation , template< typename Child > class TransformedNode>
const bool Dune::TypeTree::SimpleDynamicPowerNodeTransformation< SourceNode, Transformation, TransformedNode >::recursive = true
static

The documentation for this struct was generated from the following file: