biu::PullMoveSet::RelativeInt Class Reference
Detailed Description
This Class implements some basic functions on int. The "direction" of those functions can be skipped for all objects of this class.
Definition at line 92 of file PullMoveSet.hh.
Public Member Functions | |
const int | getValue () const |
const int | operator+ (const int &y) const |
void | operator++ (int) |
const int | operator- (const int &y) const |
void | operator-- (int) |
const bool | operator<= (const int &y) const |
const bool | operator>= (const int &y) const |
RelativeInt (int _value, bool direction) | |
~RelativeInt () | |
Private Attributes | |
Operators * | ops |
int | value |
Data Structures | |
class | InvOps |
class | Operators |
class | StdOps |
Constructor & Destructor Documentation
biu::PullMoveSet::RelativeInt::RelativeInt | ( | int | _value, | |
bool | direction | |||
) | [inline] |
Constructs a RelativeInt with value _value and direction
Definition at line 177 of file PullMoveSet.hh.
biu::PullMoveSet::RelativeInt::~RelativeInt | ( | ) | [inline] |
Definition at line 184 of file PullMoveSet.hh.
Member Function Documentation
const int biu::PullMoveSet::RelativeInt::getValue | ( | ) | const [inline] |
Definition at line 205 of file PullMoveSet.hh.
const int biu::PullMoveSet::RelativeInt::operator+ | ( | const int & | y | ) | const [inline] |
Definition at line 193 of file PullMoveSet.hh.
void biu::PullMoveSet::RelativeInt::operator++ | ( | int | ) | [inline] |
Definition at line 202 of file PullMoveSet.hh.
const int biu::PullMoveSet::RelativeInt::operator- | ( | const int & | y | ) | const [inline] |
Definition at line 196 of file PullMoveSet.hh.
void biu::PullMoveSet::RelativeInt::operator-- | ( | int | ) | [inline] |
Definition at line 199 of file PullMoveSet.hh.
const bool biu::PullMoveSet::RelativeInt::operator<= | ( | const int & | y | ) | const [inline] |
Definition at line 190 of file PullMoveSet.hh.
const bool biu::PullMoveSet::RelativeInt::operator>= | ( | const int & | y | ) | const [inline] |
Definition at line 187 of file PullMoveSet.hh.
Field Documentation
Operators* biu::PullMoveSet::RelativeInt::ops [private] |
computation is delegated to this object
Definition at line 169 of file PullMoveSet.hh.
int biu::PullMoveSet::RelativeInt::value [private] |
the value of the RelativeInt, it's an int!
Definition at line 171 of file PullMoveSet.hh.
The documentation for this class was generated from the following file:
- src/biu/PullMoveSet.hh