Main Page | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members | Related Pages

IntFunComp Class Reference

#include <IntFun.h>

Inheritance diagram for IntFunComp:

Inheritance graph
[legend]
Collaboration diagram for IntFunComp:

Collaboration graph
[legend]
List of all members.

Detailed Description

Abstract base class for comparisons between IntFun objects.

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.


The documentation for this class was generated from the following file:
Generated on Thu Oct 26 12:54:40 2006 for SFH by doxygen 1.3.2