cluster::Cluster< F >::CE Union Reference

Data structure to hold a pointer to an element or a child cluster. More...

Public Attributes

Cluster< F > * chld
 
const concepts::Element< F > * elm
 

Detailed Description

template<class F>
union cluster::Cluster< F >::CE

Data structure to hold a pointer to an element or a child cluster.

Definition at line 174 of file tree.hh.

Member Data Documentation

◆ chld

template<class F >
Cluster<F>* cluster::Cluster< F >::CE::chld

Definition at line 175 of file tree.hh.

◆ elm

template<class F >
const concepts::Element<F>* cluster::Cluster< F >::CE::elm

Definition at line 176 of file tree.hh.


The documentation for this union was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich