dune-typetree  2.4-dev
Classes | Static Public Member Functions | Static Public Attributes | List of all members
Dune::TypeTree::TemplatizedGenericCompositeNodeTransformation< SourceNode, Transformation, TransformedNodeTemplate > Struct Template Reference

#include <dune/typetree/generictransformationdescriptors.hh>

Inheritance diagram for Dune::TypeTree::TemplatizedGenericCompositeNodeTransformation< SourceNode, Transformation, TransformedNodeTemplate >:
Inheritance graph

Classes

struct  result
 

Static Public Member Functions

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

Static Public Attributes

static const bool recursive = true
 

Member Function Documentation

template<typename SourceNode, typename Transformation, template< typename...> class TransformedNodeTemplate>
template<typename... TC>
static result<TC...>::type Dune::TypeTree::TemplatizedGenericCompositeNodeTransformation< SourceNode, Transformation, TransformedNodeTemplate >::transform ( const SourceNode &  s,
const Transformation &  t,
shared_ptr< TC >...  children 
)
inlinestatic
template<typename SourceNode, typename Transformation, template< typename...> class TransformedNodeTemplate>
template<typename... TC>
static result<TC...>::type Dune::TypeTree::TemplatizedGenericCompositeNodeTransformation< SourceNode, Transformation, TransformedNodeTemplate >::transform ( shared_ptr< const SourceNode >  s,
const Transformation &  t,
shared_ptr< TC >...  children 
)
inlinestatic
template<typename SourceNode, typename Transformation, template< typename...> class TransformedNodeTemplate>
template<typename... TC>
static result<TC...>::storage_type Dune::TypeTree::TemplatizedGenericCompositeNodeTransformation< SourceNode, Transformation, TransformedNodeTemplate >::transform_storage ( shared_ptr< const SourceNode >  s,
const Transformation &  t,
shared_ptr< TC >...  children 
)
inlinestatic

Member Data Documentation

template<typename SourceNode, typename Transformation, template< typename...> class TransformedNodeTemplate>
const bool Dune::TypeTree::TemplatizedGenericCompositeNodeTransformation< SourceNode, Transformation, TransformedNodeTemplate >::recursive = true
static

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