#include <Partially_Reduced_Product.defs.hh>
Public Member Functions | |
No_Reduction () | |
Default constructor. | |
void | product_reduce (D1 &d1, D2 &d2) |
The null reduction operator. | |
~No_Reduction () | |
Destructor. |
The reduction classes are used to instantiate the Partially_Reduced_Product domain template parameter R
. This class does no reduction at all.
Definition at line 167 of file Partially_Reduced_Product.defs.hh.
Parma_Polyhedra_Library::No_Reduction< D1, D2 >::No_Reduction | ( | ) | [inline] |
Parma_Polyhedra_Library::No_Reduction< D1, D2 >::~No_Reduction | ( | ) | [inline] |
void Parma_Polyhedra_Library::No_Reduction< D1, D2 >::product_reduce | ( | D1 & | d1, | |
D2 & | d2 | |||
) | [inline] |
The null reduction operator.
The parameters d1
and d2
are ignored.
Definition at line 720 of file Partially_Reduced_Product.inlines.hh.