Definition at line 209 of file latticeFull.h.
|
| FiniteProductLattice (const std::vector< Lattice * > &lattices) |
|
| FiniteProductLattice (const FiniteProductLattice &that) |
|
void | verifyFinite () |
|
Lattice * | copy () const |
|
| ProductLattice (const std::vector< Lattice * > &lattices) |
|
void | init (const std::vector< Lattice * > &lattices) |
|
void | initialize () |
|
const std::vector< Lattice * > & | getLattices () |
|
void | copy_lattices (std::vector< Lattice * > &newLattices) const |
|
virtual void | copy (Lattice *that) |
|
virtual bool | meetUpdate (Lattice *that) |
|
virtual bool | operator== (Lattice *that) |
|
int | getLevel () |
|
virtual std::string | str (std::string indent="") |
|
virtual void | remapVars (const std::map< varID, varID > &varNameMap, const Function &newFunc) |
|
virtual void | incorporateVars (Lattice *that) |
|
virtual Lattice * | project (SgExpression *expr) |
|
virtual bool | unProject (SgExpression *expr, Lattice *exprState) |
|
bool | operator!= (Lattice *that) |
|
bool | operator== (Lattice &that) |
|
bool | operator!= (Lattice &that) |
|
bool | finiteLattice () |
| Check if this lattice is finite or not.
|
|
|
short | level |
|
static const int | uninitialized =0 |
|
static const int | initialized =1 |
|
std::vector< Lattice * > | lattices |
|
The documentation for this class was generated from the following file: