freg
0.3
Free-Roaming Elementary Game
|
#include <ShredStorage.h>
Public Member Functions | |
LongLat (long longitude, long latitude) | |
bool | operator== (const LongLat &) const |
LongLat & | operator= (const LongLat &)=delete |
Public Attributes | |
const long | longitude |
const long | latitude |
Definition at line 28 of file ShredStorage.h.
LongLat::LongLat | ( | long | longitude, |
long | latitude | ||
) |
Definition at line 33 of file ShredStorage.cpp.
bool LongLat::operator== | ( | const LongLat & | coords | ) | const |
Definition at line 28 of file ShredStorage.cpp.
const long LongLat::latitude |
Definition at line 35 of file ShredStorage.h.
const long LongLat::longitude |
Definition at line 34 of file ShredStorage.h.