Drake
Drake C++ Documentation
BinaryExpressionCell Member List

This is the complete list of members for BinaryExpressionCell, including all inherited members.

BinaryExpressionCell(ExpressionKind k, Expression e1, Expression e2, bool is_poly, bool is_expanded)BinaryExpressionCellprotected
Differentiate(const Variable &x) const =0ExpressionCellpure virtual
Display(std::ostream &os) const =0ExpressionCellpure virtual
DoEvaluate(double v1, double v2) const =0BinaryExpressionCellprotectedpure virtual
EqualTo(const ExpressionCell &e) const overrideBinaryExpressionCellvirtual
Evaluate(const Environment &env) const overrideBinaryExpressionCellvirtual
EvaluatePartial(const Environment &env) const =0ExpressionCellpure virtual
Expand() const =0ExpressionCellpure virtual
ExpressionCell(const ExpressionCell &)=deleteExpressionCell
ExpressionCell(ExpressionCell &&)=deleteExpressionCell
ExpressionCell(ExpressionKind k, bool is_poly, bool is_expanded)ExpressionCellprotected
get_first_argument() constBinaryExpressionCell
get_kind() constExpressionCell
get_second_argument() constBinaryExpressionCell
GetVariables() const overrideBinaryExpressionCellvirtual
HashAppendDetail(DelegatingHasher *) const overrideBinaryExpressionCellvirtual
is_expanded() constExpressionCell
is_polynomial() constExpressionCell
Less(const ExpressionCell &e) const overrideBinaryExpressionCellvirtual
operator=(const ExpressionCell &)=deleteExpressionCell
operator=(ExpressionCell &&)=deleteExpressionCell
set_expanded()ExpressionCell
Substitute(const Substitution &s) const =0ExpressionCellpure virtual
use_count() constExpressionCell
~ExpressionCell()ExpressionCellvirtual