Implementation of equality. More...
#include <hpp/core/comparison-type.hh>
Public Member Functions | |
bool | operator() (vectorOut_t, matrixOut_t) const |
bool | operator() (vectorOut_t) const |
virtual bool | constantRightHandSide () const |
Return whether the right hand side of the comparison is constant. | |
Static Public Member Functions | |
static EqualityPtr_t | create () |
Static Public Attributes | |
static EqualityPtr_t | unique_ |
Implementation of equality.
virtual bool hpp::core::Equality::constantRightHandSide | ( | ) | const [inline, virtual] |
Return whether the right hand side of the comparison is constant.
Reimplemented from hpp::core::ComparisonType.
static EqualityPtr_t hpp::core::Equality::create | ( | ) | [inline, static] |
Referenced by hpp::core::ProblemSolver::comparisonType().
bool hpp::core::Equality::operator() | ( | vectorOut_t | , |
matrixOut_t | |||
) | const [inline, virtual] |
Implements hpp::core::ComparisonType.
bool hpp::core::Equality::operator() | ( | vectorOut_t | ) | const [inline, virtual] |
Implements hpp::core::ComparisonType.