This is the complete list of members for ExpressionCell, including all inherited members.
| Differentiate(const Variable &x) const =0 | ExpressionCell | pure virtual | 
| Display(std::ostream &os) const =0 | ExpressionCell | pure virtual | 
| EqualTo(const ExpressionCell &c) const =0 | ExpressionCell | pure virtual | 
| Evaluate(const Environment &env) const =0 | ExpressionCell | pure virtual | 
| EvaluatePartial(const Environment &env) const =0 | ExpressionCell | pure virtual | 
| Expand() const =0 | ExpressionCell | pure virtual | 
| ExpressionCell(const ExpressionCell &)=delete | ExpressionCell | |
| ExpressionCell(ExpressionCell &&)=delete | ExpressionCell | |
| ExpressionCell(ExpressionKind k, bool is_poly, bool is_expanded) | ExpressionCell | protected | 
| get_kind() const | ExpressionCell | |
| GetVariables() const =0 | ExpressionCell | pure virtual | 
| HashAppendDetail(DelegatingHasher *) const =0 | ExpressionCell | pure virtual | 
| is_expanded() const | ExpressionCell | |
| is_polynomial() const | ExpressionCell | |
| Less(const ExpressionCell &c) const =0 | ExpressionCell | pure virtual | 
| operator=(const ExpressionCell &)=delete | ExpressionCell | |
| operator=(ExpressionCell &&)=delete | ExpressionCell | |
| set_expanded() | ExpressionCell | |
| Substitute(const Substitution &s) const =0 | ExpressionCell | pure virtual | 
| use_count() const | ExpressionCell | |
| ~ExpressionCell() | ExpressionCell | virtual |