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

biu::PullMoveSet::RelativeInt::InvOps Class Reference

Inheritance diagram for biu::PullMoveSet::RelativeInt::InvOps:

Inheritance graph
[legend]

Detailed Description

This sublcass of Operators implements all functions with their ivnerted meaning.

Author:
Daniel Maticzka

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: