DUNE PDELab (git)
proxynode.hh
3// SPDX-FileCopyrightInfo: Copyright © DUNE Project contributors, see file LICENSE.md in module root
32 static const bool proxiedNodeIsConst = std::is_const<typename std::remove_reference<ProxiedNode>::type>::value;
112 void setChild (ProxyChild&& child, typename std::enable_if<lazy_enabled<k>::value,void*>::type = 0)
137 static const bool proxiedNodeIsConst = std::is_const<typename std::remove_reference<ProxiedNode>::type>::value;
201 void setChild (std::size_t i, ProxyChild&& child, typename std::enable_if<enabled,void*>::type = 0)
256 static const bool proxiedNodeIsConst = std::is_const<typename std::remove_reference<Node>::type>::value;
Mixin class providing methods for child access with run-time parameter.
Definition: proxynode.hh:133
auto & child(std::size_t i)
Returns the i-th child.
Definition: proxynode.hh:162
auto childStorage(std::size_t i) const
Returns the storage of the i-th child (const version).
Definition: proxynode.hh:194
void setChild(std::size_t i, ProxyChild &&child, typename std::enable_if< enabled, void * >::type=0)
Sets the i-th child to the passed-in value.
Definition: proxynode.hh:201
const auto & child(std::size_t i) const
Returns the i-th child (const version).
Definition: proxynode.hh:171
auto childStorage(std::size_t i)
Returns the storage of the i-th child.
Definition: proxynode.hh:182
Base class for nodes acting as a proxy for an existing node.
Definition: proxynode.hh:255
static const bool isComposite
Mark this class as a composite in the dune-typetree.
Definition: proxynode.hh:281
static const bool isLeaf
Mark this class as non leaf in the dune-typetree.
Definition: proxynode.hh:275
static const bool isPower
Mark this class as a non power in the dune-typetree.
Definition: proxynode.hh:278
std::enable_if< enabled, Node & >::type proxiedNode()
Returns the proxied node.
Definition: proxynode.hh:306
std::shared_ptr< const Node > proxiedNodeStorage() const
Returns the storage of the proxied node (const version).
Definition: proxynode.hh:326
std::enable_if< enabled, std::shared_ptr< Node > >::type proxiedNodeStorage()
Returns the storage of the proxied node.
Definition: proxynode.hh:320
const Node & proxiedNode() const
Returns the proxied node (const version).
Definition: proxynode.hh:312
Mixin class providing methods for child access with compile-time parameter.
Definition: proxynode.hh:30
auto & child(index_constant< k >={})
Returns the i-th child.
Definition: proxynode.hh:71
void setChild(ProxyChild &&child, typename std::enable_if< lazy_enabled< k >::value, void * >::type=0)
Sets the i-th child to the passed-in value.
Definition: proxynode.hh:112
auto childStorage(index_constant< k >={})
Returns the storage of the i-th child.
Definition: proxynode.hh:92
const auto & child(index_constant< k >={}) const
Returns the i-th child (const version).
Definition: proxynode.hh:81
auto childStorage(index_constant< k >={}) const
Returns the storage of the i-th child (const version).
Definition: proxynode.hh:105
std::integral_constant< std::size_t, i > index_constant
An index constant with value i.
Definition: indices.hh:29
typename detected_or< nonesuch, Op, Args... >::value_t is_detected
Detects whether Op<Args...> is valid.
Definition: type_traits.hh:145
std::size_t degree(const Node &node)
Returns the degree of node as run time information.
Definition: nodeinterface.hh:79
typename std::decay_t< Node >::NodeTag NodeTag
Returns the node tag of the given Node.
Definition: nodeinterface.hh:70
std::shared_ptr< T > stackobject_to_shared_ptr(T &t)
Create a shared_ptr for a stack-allocated object.
Definition: shared_ptr.hh:72
STL namespace.
Tag designating a power node with runtime degree.
Definition: nodetags.hh:24
Tag-based dispatch to appropriate base class that provides necessary functionality.
Definition: proxynode.hh:210
Access to the type and storage type of the i-th child.
Definition: proxynode.hh:60
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)