LogiXpr
Loading...
Searching...
No Matches
Expression Member List

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

clone()Expression
cloneTree()Expression
compare(std::shared_ptr< Expression > other)Expression
compareTree(std::shared_ptr< Expression > other)Expression
Expression(std::string value)Expression
getLeft()Expression
getParent()Expression
getRight()Expression
getValue()Expression
getVariables()Expression
hasLeft()Expression
hasRight()Expression
isBinary()Expression
isVar()Expression
leftExpressionprivate
parentExpressionprivate
rightExpressionprivate
setLeft(std::shared_ptr< Expression > left, std::shared_ptr< Expression > parent)Expression
setParent(std::shared_ptr< Expression > parent)Expression
setRight(std::shared_ptr< Expression > right, std::shared_ptr< Expression > parent)Expression
toString()Expression
toStringMinimal()Expression
toStringTree()Expression
valueExpressionprivate