biu::PullMoveSet::RelativeInt::InvOps Class Reference
Inheritance diagram for biu::PullMoveSet::RelativeInt::InvOps:Detailed Description
This sublcass of Operators implements all functions with their ivnerted meaning.
Definition at line 157 of file PullMoveSet.hh.
Private Member Functions | |
virtual const int | add (const int &a, const int &b) const |
virtual const bool | largerEq (const int &a, const int &b) const |
virtual const bool | smallerEq (const int &a, const int &b) const |
virtual const int | sub (const int &a, const int &b) const |
Member Function Documentation
virtual const int biu::PullMoveSet::RelativeInt::InvOps::add | ( | const int & | a, | |
const int & | b | |||
) | const [inline, private, virtual] |
- Parameters:
-
a first argument of addition/subtraction b second argument of addition/subtraction
- Returns:
- sum/subtraction of a and b depending on implementation
Implements biu::PullMoveSet::RelativeInt::Operators.
Definition at line 158 of file PullMoveSet.hh.
virtual const bool biu::PullMoveSet::RelativeInt::InvOps::largerEq | ( | const int & | a, | |
const int & | b | |||
) | const [inline, private, virtual] |
- Parameters:
-
a first argument of comparison b second argument of comparison
- Returns:
- logical value of implemented comparison
Implements biu::PullMoveSet::RelativeInt::Operators.
Definition at line 162 of file PullMoveSet.hh.
virtual const bool biu::PullMoveSet::RelativeInt::InvOps::smallerEq | ( | const int & | a, | |
const int & | b | |||
) | const [inline, private, virtual] |
- Parameters:
-
a first argument of comparison b second argument of comparison
- Returns:
- logical value of implemented comparison
Implements biu::PullMoveSet::RelativeInt::Operators.
Definition at line 164 of file PullMoveSet.hh.
virtual const int biu::PullMoveSet::RelativeInt::InvOps::sub | ( | const int & | a, | |
const int & | b | |||
) | const [inline, private, virtual] |
- Parameters:
-
a first argument of addition/subtraction b second argument of addition/subtraction
- Returns:
- sum/subtraction of a and b depending on implementation
Implements biu::PullMoveSet::RelativeInt::Operators.
Definition at line 160 of file PullMoveSet.hh.
The documentation for this class was generated from the following file:
- src/biu/PullMoveSet.hh