#include <IntFun.h>
Inheritance diagram for IntFunComp:
This class is the base class for the result of all comparisons like IntFun < IntFun. It allows to chain comparisons, i.e. write 1<x<2 instead of (1<x)&&(x<2).
Definition at line 79 of file IntFun.h.
Public Member Functions | |
IntFunComp (const std::string &name_) | |
virtual int | lhsValue () const=0 |
Returns value of left-hand side argument. | |
virtual int | rhsValue () const=0 |
Returns value of left-hand side argument. |