PPL  1.2
Parma_Polyhedra_Library::Binary_Operator_Common< Target > Class Template Reference

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...
 

Detailed Description

template<typename Target>
class Parma_Polyhedra_Library::Binary_Operator_Common< Target >

Base class for binary operator applied to two concrete expressions.

Definition at line 152 of file Concrete_Expression_defs.hh.

Member Function Documentation

template<typename Target >
Concrete_Expression_BOP Parma_Polyhedra_Library::Binary_Operator_Common< Target >::binary_operator ( ) const

Returns a constant identifying the operator of *this.

template<typename Target >
const Concrete_Expression<Target>* Parma_Polyhedra_Library::Binary_Operator_Common< Target >::left_hand_side ( ) const

Returns the left-hand side of *this.

template<typename Target >
const Concrete_Expression<Target>* Parma_Polyhedra_Library::Binary_Operator_Common< Target >::right_hand_side ( ) const

Returns the right-hand side of *this.


The documentation for this class was generated from the following file: