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.
Constructor & Destructor Documentation
Member Function Documentation
virtual string getName |
( |
|
) |
const [inline, virtual] |
|
|
Returns the string of the name of the binary predicate. |
|
The () operator. Must be overload by inherited classes. It evaluates a relation between 2 Interface0D. - Parameters:
-
- Returns:
- true or false.
|
The documentation for this class was generated from the following file: