biu::PullMoveSet::RelativeInt::StdOps Class Reference
Inheritance diagram for biu::PullMoveSet::RelativeInt::StdOps:Detailed Description
This subclass of Operators implements all funtions with their standard meaning.
Definition at line 139 of file PullMoveSet.hh.
Public 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::StdOps::add | ( | const int & | a, | |
const int & | b | |||
) | const [inline, 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 141 of file PullMoveSet.hh.
virtual const bool biu::PullMoveSet::RelativeInt::StdOps::largerEq | ( | const int & | a, | |
const int & | b | |||
) | const [inline, 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 145 of file PullMoveSet.hh.
virtual const bool biu::PullMoveSet::RelativeInt::StdOps::smallerEq | ( | const int & | a, | |
const int & | b | |||
) | const [inline, 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 147 of file PullMoveSet.hh.
virtual const int biu::PullMoveSet::RelativeInt::StdOps::sub | ( | const int & | a, | |
const int & | b | |||
) | const [inline, 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 143 of file PullMoveSet.hh.
The documentation for this class was generated from the following file:
- src/biu/PullMoveSet.hh