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

FloatFunComp Class Reference

#include <FloatFun.h>

Inheritance diagram for FloatFunComp:

Inheritance graph
[legend]
Collaboration diagram for FloatFunComp:

Collaboration graph
[legend]
List of all members.

Detailed Description

Abstract base class for comparisons between FloatFun objects.

This class is the base class for the result of all comparisons like FloatFun < FloatFun. It allows to chain comparisons, i.e. write 1<x<2 instead of (1<x)&&(x<2).

Definition at line 98 of file FloatFun.h.

Public Member Functions

 FloatFunComp (const std::string &name_)
virtual Float_FF lhsValue () const=0
 Returns value of left-hand side argument.

virtual Float_FF 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:36 2006 for SFH by doxygen 1.3.2