PPL
1.2
|
This class is temporary and will be removed when template typedefs will be supported in C++. More...
#include <Partially_Reduced_Product_defs.hh>
Public Types | |
typedef Partially_Reduced_Product< D1, D2, No_Reduction< D1, D2 > > | Direct_Product |
typedef Partially_Reduced_Product< D1, D2, Smash_Reduction< D1, D2 > > | Smash_Product |
typedef Partially_Reduced_Product< D1, D2, Constraints_Reduction< D1, D2 > > | Constraints_Product |
typedef Partially_Reduced_Product< D1, D2, Congruences_Reduction< D1, D2 > > | Congruences_Product |
typedef Partially_Reduced_Product< D1, D2, Shape_Preserving_Reduction< D1, D2 > > | Shape_Preserving_Product |
This class is temporary and will be removed when template typedefs will be supported in C++.
When template typedefs will be supported in C++, what now is verbosely denoted by Domain_Product<Domain1, Domain2>::Direct_Product
will simply be denoted by Direct_Product<Domain1, Domain2>
.
Definition at line 1666 of file Partially_Reduced_Product_defs.hh.
typedef Partially_Reduced_Product<D1, D2, Congruences_Reduction<D1, D2> > Parma_Polyhedra_Library::Domain_Product< D1, D2 >::Congruences_Product |
Definition at line 1678 of file Partially_Reduced_Product_defs.hh.
typedef Partially_Reduced_Product<D1, D2, Constraints_Reduction<D1, D2> > Parma_Polyhedra_Library::Domain_Product< D1, D2 >::Constraints_Product |
Definition at line 1675 of file Partially_Reduced_Product_defs.hh.
typedef Partially_Reduced_Product<D1, D2, No_Reduction<D1, D2> > Parma_Polyhedra_Library::Domain_Product< D1, D2 >::Direct_Product |
Definition at line 1669 of file Partially_Reduced_Product_defs.hh.
typedef Partially_Reduced_Product<D1, D2, Shape_Preserving_Reduction<D1, D2> > Parma_Polyhedra_Library::Domain_Product< D1, D2 >::Shape_Preserving_Product |
Definition at line 1681 of file Partially_Reduced_Product_defs.hh.
typedef Partially_Reduced_Product<D1, D2, Smash_Reduction<D1, D2> > Parma_Polyhedra_Library::Domain_Product< D1, D2 >::Smash_Product |
Definition at line 1672 of file Partially_Reduced_Product_defs.hh.