|
covid-sim
|
Public Member Functions | |
| MicroCellPosition | operator+ (Direction direction) const |
| MicroCellPosition & | operator+= (Direction direction) |
Public Attributes | |
| int | x |
| int | y |
Definition at line 5 of file MicroCellPosition.hpp.
| MicroCellPosition MicroCellPosition::operator+ | ( | Direction | direction | ) | const |
Definition at line 4 of file MicroCellPosition.cpp.
| MicroCellPosition & MicroCellPosition::operator+= | ( | Direction | direction | ) |
Definition at line 14 of file MicroCellPosition.cpp.
| int MicroCellPosition::x |
Definition at line 7 of file MicroCellPosition.hpp.
| int MicroCellPosition::y |
Definition at line 8 of file MicroCellPosition.hpp.