CellRightShifter Class Reference

Inheritance diagram for CellRightShifter:

CellShifter ReferenceFixer ValueCopier List of all members.

Public Member Functions

 CellRightShifter (int f, int c)

Protected Member Functions

ReferencecopyRef (Reference *ref)

Detailed Description

Definition at line 235 of file iiscell.cpp.


Constructor & Destructor Documentation

CellRightShifter::CellRightShifter int  f,
int  c
[inline]
 

Definition at line 238 of file iiscell.cpp.

00238                                  : CellShifter(f,c) 
00239   {
00240   };


Member Function Documentation

Reference* CellRightShifter::copyRef Reference ref  )  [inline, protected, virtual]
 

Implements ReferenceFixer.

Definition at line 242 of file iiscell.cpp.

References Reference::column, CellShifter::from, and CellShifter::nr.

00243   {
00244     if (ref->column>=from) ref->column+=nr;
00245     return ref;
00246   }


The documentation for this class was generated from the following file:
Generated on Mon Jun 5 22:08:43 2006 for iis by  doxygen 1.4.6