Generated on Tue Dec 16 12:50:09 2008 for BIU-2.2.0 by doxygen 1.5.1

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.

Author:
Daniel Maticzka

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

Operatorsops
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

computation is delegated to this object

Definition at line 169 of file PullMoveSet.hh.

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: