PPL
1.2
|
Base class for binary operator applied to two concrete expressions. More...
#include <Concrete_Expression_defs.hh>
Public Member Functions | |
Concrete_Expression_BOP | binary_operator () const |
Returns a constant identifying the operator of *this . More... | |
const Concrete_Expression< Target > * | left_hand_side () const |
Returns the left-hand side of *this . More... | |
const Concrete_Expression< Target > * | right_hand_side () const |
Returns the right-hand side of *this . More... | |
Base class for binary operator applied to two concrete expressions.
Definition at line 152 of file Concrete_Expression_defs.hh.
Concrete_Expression_BOP Parma_Polyhedra_Library::Binary_Operator_Common< Target >::binary_operator | ( | ) | const |
Returns a constant identifying the operator of *this
.
const Concrete_Expression<Target>* Parma_Polyhedra_Library::Binary_Operator_Common< Target >::left_hand_side | ( | ) | const |
Returns the left-hand side of *this
.
const Concrete_Expression<Target>* Parma_Polyhedra_Library::Binary_Operator_Common< Target >::right_hand_side | ( | ) | const |
Returns the right-hand side of *this
.