This structure defines basic city database values. More...
#include "../include/CityHashData.h"
Public Member Functions | |
| const char * | getName () |
| const char * | getId () |
| long | getWmo () |
| const char * | getState () |
| const char * | getRegion () |
| float | getLat () |
| float | getLon () |
| int | getPrior () |
| int | print () |
Public Attributes | |
| CityData | city |
| int | size |
| void * | ptr |
This structure defines basic city database values.
| const char* WXP::CityHashData::getId | ( | ) | [inline] |
Returns identifier
References city, and WXP::CityData::getId().
| float WXP::CityHashData::getLat | ( | ) | [inline] |
Returns region
References city, and WXP::CityData::getLat().
Referenced by WXP::RcmPlot::draw(), and WXP::MdrPlot::draw().
| float WXP::CityHashData::getLon | ( | ) | [inline] |
Returns latitude
References city, and WXP::CityData::getLon().
Referenced by WXP::RcmPlot::draw(), and WXP::MdrPlot::draw().
| int WXP::CityHashData::getPrior | ( | ) | [inline] |
Returns longitude
References city, and WXP::CityData::getPrior().
| const char* WXP::CityHashData::getRegion | ( | ) | [inline] |
Returns state
References city, and WXP::CityData::getRegion().
| const char* WXP::CityHashData::getState | ( | ) | [inline] |
Returns WMO identifier
References city, and WXP::CityData::getState().
| long WXP::CityHashData::getWmo | ( | ) | [inline] |
Returns identifier
References city, and WXP::CityData::getWmo().
| int CityHashData::print | ( | ) |
CityData class
Referenced by getId(), getLat(), getLon(), getPrior(), getRegion(), getState(), getWmo(), print(), and WXP::CityHash::set().
| void* WXP::CityHashData::ptr |
Pointer to user specific data
1.6.1