h o m e d o c u m e n t a t i o n c l a s s h i e r a r c h y

BinaryPredicate0D Class Reference

#include <Predicates0D.h>

List of all members.


Detailed Description

Base class for Binary Predicates working on Interface0D. A BinaryPredicate0D is typically an ordering relation between two Interface0D. It evaluates a relation between 2 Interface0D and returns true or false. It is used by calling the () operator.


Public Member Functions

 BinaryPredicate0D ()
virtual ~BinaryPredicate0D ()
virtual string getName () const
virtual bool operator() (Interface0D &inter1, Interface0D &inter2)

Constructor & Destructor Documentation

BinaryPredicate0D  )  [inline]
 

Default constructor.

virtual ~BinaryPredicate0D  )  [inline, virtual]
 

Destructor.


Member Function Documentation

virtual string getName  )  const [inline, virtual]
 

Returns the string of the name of the binary predicate.

virtual bool operator() Interface0D inter1,
Interface0D inter2
[inline, virtual]
 

The () operator. Must be overload by inherited classes. It evaluates a relation between 2 Interface0D.

Parameters:
inter1 The first Interface0D.
inter2 The second Interface0D.
Returns:
true or false.

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