Class Cell¶
- Defined in File Cell.h
Class Documentation¶
-
class
Cell¶ Simple structure containing the x and y positions of a cell.
Public Functions
-
Cell(long x, long y)¶ Constructor for Cell, taking the x and y position.
- Parameters
x: the x locationy: the y location
-
Cell &
operator=(Cell const &c)¶ Overloading equality operator.
- Return
- the cell with the new values
- Parameters
c: the Cell containing the values to overload
-