PPL
1.2
|
This class provides the reduction method for the Direct_Product domain. More...
#include <Partially_Reduced_Product_defs.hh>
Public Member Functions | |
No_Reduction () | |
Default constructor. More... | |
void | product_reduce (D1 &d1, D2 &d2) |
The null reduction operator. More... | |
~No_Reduction () | |
Destructor. More... | |
This class provides the reduction method for the Direct_Product domain.
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 289 of file Partially_Reduced_Product_defs.hh.
|
inline |
Default constructor.
Definition at line 757 of file Partially_Reduced_Product_inlines.hh.
|
inline |
void Parma_Polyhedra_Library::No_Reduction< D1, D2 >::product_reduce | ( | D1 & | d1, |
D2 & | d2 | ||
) |
The null reduction operator.
The parameters d1
and d2
are ignored.
Definition at line 761 of file Partially_Reduced_Product_inlines.hh.