Frobby
0.9.5
|
A predicate that compares for equality. More...
#include <TermPredicate.h>
Public Member Functions | |
EqualsPredicate (size_t varCount=0) | |
Public Member Functions inherited from TermPredicate | |
TermPredicate (size_t varCount=0) | |
virtual | ~TermPredicate () |
bool | operator() (const Term &a, const Term &b) const |
bool | operator() (const Term &a, const Exponent *b) const |
bool | operator() (const Exponent *a, const Term &b) const |
bool | operator() (const Exponent *a, const Exponent *b) const |
size_t | getVarCount () const |
void | setVarCount (size_t varCount) |
Private Member Functions | |
virtual bool | doPredicate (const Exponent *a, const Exponent *b) const |
A predicate that compares for equality.
Definition at line 155 of file TermPredicate.h.
EqualsPredicate::EqualsPredicate | ( | size_t | varCount = 0 | ) |
Definition at line 114 of file TermPredicate.cpp.
|
inlineprivatevirtual |
Implements TermPredicate.
Definition at line 160 of file TermPredicate.h.