|
dune-typetree 2.9.1
|
Loading...
Searching...
No Matches
compositenode.hh
Go to the documentation of this file.
153 // * the first argument is not a valid flat index, i.e. either a std::size_t or an index_constant.
158 // We have to do a lazy lookup of the return type after SFINAE has succeeded, otherwise the return
220 template<typename... Args, typename = typename std::enable_if<(sizeof...(Args) == degree())>::type>
ImplementationDefined child(Node &&node, Indices... indices)
Extracts the child of a node given by a sequence of compile-time and run-time indices.
Definition childextraction.hh:126
STL namespace.
std::shared_ptr< T > stackobject_to_shared_ptr(T &t)
Base class for composite nodes based on variadic templates.
Definition compositenode.hh:26
static const bool isLeaf
Mark this class as non leaf in the dune-typetree.
Definition compositenode.hh:40
ImplementationDefined & child(Indices... indices)
Returns the child given by the list of indices.
Definition compositenode.hh:168
static const bool isComposite
Mark this class as a composite in the dune-typetree.
Definition compositenode.hh:46
static const std::size_t CHILDREN
The number of children.
Definition compositenode.hh:50
CompositeNode()
Default constructor.
Definition compositenode.hh:216
CompositeNodeTag NodeTag
The type tag that describes a CompositeNode.
Definition compositenode.hh:31
void setChild(typename Child< k >::Type &child, index_constant< k >={})
Sets the k-th child to the passed-in value.
Definition compositenode.hh:115
void setChild(typename Child< k >::Type &&child, index_constant< k >={})
Store the passed value in k-th child.
Definition compositenode.hh:122
const NodeStorage & nodeStorage() const
Definition compositenode.hh:134
CompositeNode(std::shared_ptr< Children >... children)
Initialize the CompositeNode with copies of the passed in Storage objects.
Definition compositenode.hh:226
std::shared_ptr< typename Child< k >::Type > childStorage(index_constant< k >={})
Returns the storage of the k-th child.
Definition compositenode.hh:98
std::tuple< Children... > ChildTypes
A tuple storing the types of all children.
Definition compositenode.hh:37
void setChild(std::shared_ptr< typename Child< k >::Type > child, index_constant< k >={})
Sets the storage of the k-th child to the passed-in value.
Definition compositenode.hh:129
const ImplementationDefined & child(Indices... indices)
Returns the child given by the list of indices.
Definition compositenode.hh:188
static const bool isPower
Mark this class as a non power in the dune-typetree.
Definition compositenode.hh:43
std::shared_ptr< const typename Child< k >::Type > childStorage(index_constant< k >={}) const
Returns the storage of the k-th child (const version).
Definition compositenode.hh:108
Child< k >::Type & child(index_constant< k >={})
Returns the k-th child.
Definition compositenode.hh:78
CompositeNode(const NodeStorage &children)
Initialize the CompositeNode with a copy of the passed-in storage type.
Definition compositenode.hh:231
std::tuple< std::shared_ptr< Children >... > NodeStorage
The type used for storing the children.
Definition compositenode.hh:34
const Child< k >::Type & child(index_constant< k >={}) const
Returns the k-th child (const version).
Definition compositenode.hh:88
Access to the type and storage type of the i-th child.
Definition compositenode.hh:59
std::tuple_element< k, ChildTypes >::type Type
The type of the child.
Definition compositenode.hh:64
std::tuple_element< k, ChildTypes >::type type
The type of the child.
Definition compositenode.hh:67
T reduce(T... args)
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8