|
| bool | operator== (const poly_sgn_inv &lhs, const poly_sgn_inv &rhs) |
| |
| bool | operator< (const poly_sgn_inv &lhs, const poly_sgn_inv &rhs) |
| |
| std::ostream & | operator<< (std::ostream &os, const poly_sgn_inv &data) |
| |
| bool | operator== (const poly_irreducible_sgn_inv &lhs, const poly_irreducible_sgn_inv &rhs) |
| |
| bool | operator< (const poly_irreducible_sgn_inv &lhs, const poly_irreducible_sgn_inv &rhs) |
| |
| std::ostream & | operator<< (std::ostream &os, const poly_irreducible_sgn_inv &data) |
| |
| bool | operator== (const poly_semi_sgn_inv &lhs, const poly_semi_sgn_inv &rhs) |
| |
| bool | operator< (const poly_semi_sgn_inv &lhs, const poly_semi_sgn_inv &rhs) |
| |
| std::ostream & | operator<< (std::ostream &os, const poly_semi_sgn_inv &data) |
| |
| bool | operator== (const poly_irreducible_semi_sgn_inv &lhs, const poly_irreducible_semi_sgn_inv &rhs) |
| |
| bool | operator< (const poly_irreducible_semi_sgn_inv &lhs, const poly_irreducible_semi_sgn_inv &rhs) |
| |
| std::ostream & | operator<< (std::ostream &os, const poly_irreducible_semi_sgn_inv &data) |
| |
| bool | operator== (const poly_ord_inv &lhs, const poly_ord_inv &rhs) |
| |
| bool | operator< (const poly_ord_inv &lhs, const poly_ord_inv &rhs) |
| |
| std::ostream & | operator<< (std::ostream &os, const poly_ord_inv &data) |
| |
| bool | operator== (const poly_del &lhs, const poly_del &rhs) |
| |
| bool | operator< (const poly_del &lhs, const poly_del &rhs) |
| |
| std::ostream & | operator<< (std::ostream &os, const poly_del &data) |
| |
| bool | operator== (const poly_proj_del &lhs, const poly_proj_del &rhs) |
| |
| bool | operator< (const poly_proj_del &lhs, const poly_proj_del &rhs) |
| |
| std::ostream & | operator<< (std::ostream &os, const poly_proj_del &data) |
| |
| bool | operator== (const cell_connected &lhs, const cell_connected &rhs) |
| |
| bool | operator< (const cell_connected &lhs, const cell_connected &rhs) |
| |
| std::ostream & | operator<< (std::ostream &os, const cell_connected &data) |
| |
| bool | operator== (const poly_ord_inv_base &lhs, const poly_ord_inv_base &rhs) |
| |
| bool | operator< (const poly_ord_inv_base &lhs, const poly_ord_inv_base &rhs) |
| |
| std::ostream & | operator<< (std::ostream &os, const poly_ord_inv_base &data) |
| |
| bool | operator== (const root_ordering_holds &lhs, const root_ordering_holds &rhs) |
| |
| bool | operator< (const root_ordering_holds &lhs, const root_ordering_holds &rhs) |
| |
| std::ostream & | operator<< (std::ostream &os, const root_ordering_holds &data) |
| |
| auto | get_level (const datastructures::IndexedRootOrdering &ordering) |
| |
| auto | get_level (const datastructures::RootFunction &function) |
| |
| template<typename P > |
| void | insert_root_ordering_holds (P &deriv, const datastructures::IndexedRootOrdering &ordering) |
| |
| template<typename P > |
| bool | contains_root_ordering_holds (P &deriv, const datastructures::IndexedRootOrdering &ordering) |
| |
Contains all properties that are stored in a derivation.
Note that not all properties have a representation here as not all of them are stored but resolved directly in the derivation rules.