|
|
std::enable_if< lazy_enabled< k >::value, typename Child< k >::Type & >::type | child (Dune::index_constant< k >={}) |
| Returns the i-th child. More...
|
|
const Child< k >::Type & | child (Dune::index_constant< k >={}) const |
| Returns the i-th child (const version). More...
|
|
std::enable_if< lazy_enabled< k >::value, typename Child< k >::Storage >::type | childStorage () |
| Returns the storage of the i-th child. More...
|
|
void | setChild (typename Child< k >::type &child, typename std::enable_if< lazy_enabled< k >::value, void * >::type=0) |
| Sets the i-th child to the passed-in value. More...
|
|
void | setChild (typename Child< k >::storage_type child, typename std::enable_if< lazy_enabled< k >::value, void * >::type=0) |
| Sets the storage of the i-th child to the passed-in value. More...
|
|
const Node ::NodeStorage & | nodeStorage () const |
|
|
std::enable_if< lazy_enabled< k >::value, typename Child< k >::Type & >::type | child (Dune::index_constant< k >={}) |
| Returns the i-th child. More...
|
|
const Child< k >::Type & | child (Dune::index_constant< k >={}) const |
| Returns the i-th child (const version). More...
|
|
std::enable_if< lazy_enabled< k >::value, typename Child< k >::Storage >::type | childStorage () |
| Returns the storage of the i-th child. More...
|
|
Child< k >::ConstStorage | childStorage () const |
| Returns the storage of the i-th child (const version). More...
|
|
void | setChild (typename Child< k >::type &child, typename std::enable_if< lazy_enabled< k >::value, void * >::type=0) |
| Sets the i-th child to the passed-in value. More...
|
|
void | setChild (typename Child< k >::storage_type child, typename std::enable_if< lazy_enabled< k >::value, void * >::type=0) |
| Sets the storage of the i-th child to the passed-in value. More...
|
|
const Node ::NodeStorage & | nodeStorage () const |
|
|
std::enable_if< lazy_enabled< k >::value, typename Child< k >::Type & >::type | child (Dune::index_constant< k >={}) |
| Returns the i-th child. More...
|
|
const Child< k >::Type & | child (Dune::index_constant< k >={}) const |
| Returns the i-th child (const version). More...
|
|
std::enable_if< lazy_enabled< k >::value, typename Child< k >::Storage >::type | childStorage () |
| Returns the storage of the i-th child. More...
|
|
Child< k >::ConstStorage | childStorage () const |
| Returns the storage of the i-th child (const version). More...
|
|
void | setChild (typename Child< k >::type &child, typename std::enable_if< lazy_enabled< k >::value, void * >::type=0) |
| Sets the i-th child to the passed-in value. More...
|
|
void | setChild (typename Child< k >::storage_type child, typename std::enable_if< lazy_enabled< k >::value, void * >::type=0) |
| Sets the storage of the i-th child to the passed-in value. More...
|
|
const Node ::NodeStorage & | nodeStorage () const |
|
template<typename Node>
struct Dune::TypeTree::ProxyNodeBase< Node, CompositeNodeTag >
ProxyNode base class for CompositeNode.