FreePOOMA  2.4.1
Public Member Functions
ConformTag< D > Class Template Reference

When evaluating expressions, we need to check to make sure that the left hand side has the same domain as the right. More...

#include <Conform.h>

List of all members.

Public Member Functions

template<class Domain >
 ConformTag (const Domain &domain)
int length (int i) const

Detailed Description

template<int D>
class ConformTag< D >

When evaluating expressions, we need to check to make sure that the left hand side has the same domain as the right.

To do that, we build a ConformTag functor with the domain from the lhs, and drop it down the rhs tree. It makes sure that the lengths of the domains are all the same.


Constructor & Destructor Documentation

template<int D>
template<class Domain >
ConformTag< D >::ConformTag ( const Domain domain) [inline]

Member Function Documentation

template<int D>
int ConformTag< D >::length ( int  i) const [inline]

The documentation for this class was generated from the following file: