ProxyNode base class for DynamicPowerNode.
More...
#include <dune/typetree/proxynode.hh>
|
| auto & | child (std::size_t i) |
| | Returns the i-th child.
|
| auto | childStorage (std::size_t i) |
| | Returns the storage of the i-th child.
|
| 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.
|
| auto & | child (index_constant< k >={}) |
| | Returns the i-th child.
|
| const auto & | child (index_constant< k >={}) const |
| | Returns the i-th child (const version).
|
| auto | childStorage (index_constant< k >={}) |
| | Returns the storage of the i-th child.
|
| auto | childStorage (index_constant< k >={}) const |
| | Returns the storage of the i-th child (const version).
|
| 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.
|
| const Node::NodeStorage & | nodeStorage () const |
template<typename Node>
struct Dune::TypeTree::ProxyNodeBase< Node, DynamicPowerNodeTag >
ProxyNode base class for DynamicPowerNode.
◆ ChildType
◆ NodeStorage
◆ child() [1/3]
Returns the i-th child.
- Returns
- a reference to the i-th child.
◆ child() [2/3]
Returns the i-th child (const version).
- Returns
- a const reference to the i-th child.
◆ child() [3/3]
Returns the i-th child.
- Returns
- a reference to the i-th child.
◆ childStorage() [1/3]
Returns the storage of the i-th child.
- Returns
- a copy of the object storing the i-th child.
◆ childStorage() [2/3]
Returns the storage of the i-th child (const version).
This method is only important if the child is stored as some kind of pointer, as this allows the pointee type to become const.
- Returns
- a copy of the object storing the i-th child.
◆ childStorage() [3/3]
Returns the storage of the i-th child.
- Returns
- a copy of the object storing the i-th child.
◆ nodeStorage()
◆ setChild() [1/2]
Sets the i-th child to the passed-in value.
◆ setChild() [2/2]
Sets the i-th child to the passed-in value.
The documentation for this struct was generated from the following file: