|
dune-typetree 2.8.0
|
Loading...
Searching...
No Matches
proxynode.hh
Go to the documentation of this file.
30 static const bool proxiedNodeIsConst = std::is_const<typename std::remove_reference<ProxiedNode>::type>::value;
110 void setChild (ProxyChild&& child, typename std::enable_if<lazy_enabled<k>::value,void*>::type = 0)
135 static const bool proxiedNodeIsConst = std::is_const<typename std::remove_reference<ProxiedNode>::type>::value;
199 void setChild (std::size_t i, ProxyChild&& child, typename std::enable_if<enabled,void*>::type = 0)
246 static const bool proxiedNodeIsConst = std::is_const<typename std::remove_reference<Node>::type>::value;
typename std::decay_t< Node >::NodeTag NodeTag
Returns the node tag of the given Node.
Definition nodeinterface.hh:67
decltype(Node::degree()) StaticDegree
Returns the statically known degree of the given Node type as a std::integral_constant.
Definition nodeinterface.hh:104
STL namespace.
typename detected_or< nonesuch, Op, Args... >::value_t is_detected
static constexpr size_type N()
std::shared_ptr< T > stackobject_to_shared_ptr(T &t)
Base class for nodes acting as a proxy for an existing node.
Definition proxynode.hh:245
Dune::TypeTree::NodeTag< Node > NodeTag
Definition proxynode.hh:262
static const bool isComposite
Mark this class as a composite in the dune-typetree.
Definition proxynode.hh:271
static const bool isLeaf
Mark this class as non leaf in the dune-typetree.
Definition proxynode.hh:265
static const bool isPower
Mark this class as a non power in the dune-typetree.
Definition proxynode.hh:268
std::enable_if< enabled, Node & >::type proxiedNode()
Returns the proxied node.
Definition proxynode.hh:299
static const std::size_t CHILDREN
The number of children.
Definition proxynode.hh:274
std::shared_ptr< const Node > proxiedNodeStorage() const
Returns the storage of the proxied node (const version).
Definition proxynode.hh:319
std::enable_if< enabled, std::shared_ptr< Node > >::type proxiedNodeStorage()
Returns the storage of the proxied node.
Definition proxynode.hh:313
ProxyNode(std::shared_ptr< Node > node)
Definition proxynode.hh:333
const Node & proxiedNode() const
Returns the proxied node (const version).
Definition proxynode.hh:305
Mixin class providing methods for child access with compile-time parameter.
Definition proxynode.hh:28
auto & child(index_constant< k >={})
Returns the i-th child.
Definition proxynode.hh:69
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:110
const ProxiedNode::NodeStorage & nodeStorage() const
Definition proxynode.hh:115
auto childStorage(index_constant< k >={})
Returns the storage of the i-th child.
Definition proxynode.hh:90
const auto & child(index_constant< k >={}) const
Returns the i-th child (const version).
Definition proxynode.hh:79
auto childStorage(index_constant< k >={}) const
Returns the storage of the i-th child (const version).
Definition proxynode.hh:103
Access to the type and storage type of the i-th child.
Definition proxynode.hh:58
Mixin class providing methods for child access with run-time parameter.
Definition proxynode.hh:131
auto & child(std::size_t i)
Returns the i-th child.
Definition proxynode.hh:160
auto childStorage(std::size_t i) const
Returns the storage of the i-th child (const version).
Definition proxynode.hh:192
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:199
const auto & child(std::size_t i) const
Returns the i-th child (const version).
Definition proxynode.hh:169
auto childStorage(std::size_t i)
Returns the storage of the i-th child.
Definition proxynode.hh:180
Tag-based dispatch to appropriate base class that provides necessary functionality.
Definition proxynode.hh:208
Node::NodeStorage NodeStorage
Definition proxynode.hh:222
Node::ChildTypes ChildTypes
Definition proxynode.hh:221
Node::NodeStorage NodeStorage
Definition proxynode.hh:231
Node::ChildType ChildType
Definition proxynode.hh:230
T reduce(T... args)
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8