#include <ExpressionEngine.h>
Public Member Functions | |
ViewFunctorTag (const Domain &domain) | |
Public Attributes | |
const Domain & | domain_m |
To accomplish this, we use the ViewFunctorTag, which contains the domain. All classes that can appear as leaves in Expressions that can go into an Expression-Engine should specialize a version of LeafFunctor for this tag that takes a view the leaf using the domain provided. We provide a specialization of this sort here for Scalars.
ViewFunctorTag< Domain >::ViewFunctorTag | ( | const Domain & | domain | ) | [inline] |
const Domain& ViewFunctorTag< Domain >::domain_m |