freg  0.3
Free-Roaming Elementary Game
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | Public Attributes | List of all members
LongLat Struct Referencefinal

#include <ShredStorage.h>

Public Member Functions

 LongLat (long longitude, long latitude)
 
bool operator== (const LongLat &) const
 
LongLatoperator= (const LongLat &)=delete
 

Public Attributes

const long longitude
 
const long latitude
 

Detailed Description

Definition at line 28 of file ShredStorage.h.

Constructor & Destructor Documentation

LongLat::LongLat ( long  longitude,
long  latitude 
)

Definition at line 33 of file ShredStorage.cpp.

Member Function Documentation

LongLat& LongLat::operator= ( const LongLat )
delete
bool LongLat::operator== ( const LongLat coords) const

Definition at line 28 of file ShredStorage.cpp.

Member Data Documentation

const long LongLat::latitude

Definition at line 35 of file ShredStorage.h.

const long LongLat::longitude

Definition at line 34 of file ShredStorage.h.


The documentation for this struct was generated from the following files: