WXP C++ Library Version 6.74.9
|
This struct stores basic city database values. More...
#include "../include/CityHashData.h"
Public Member Functions | |
const char * | getName () |
const char * | getId () |
const char * | getWmo () |
const char * | getState () |
const char * | getRegion () |
float | getLat () |
float | getLon () |
int | getPrior () |
int | print () |
Public Attributes | |
CityData | city |
int | size |
void * | ptr |
This struct stores basic city database values.
|
inline |
Returns identifier
References city, and WXP::CityData::getId().
|
inline |
Returns latitude
References city, and WXP::CityData::getLat().
Referenced by WXP::MdrPlot::draw(), WXP::RcmPlot::draw(), and WXP::MdrImage::readFile().
|
inline |
Returns longitude
References city, and WXP::CityData::getLon().
Referenced by WXP::MdrPlot::draw(), WXP::RcmPlot::draw(), and WXP::MdrImage::readFile().
|
inline |
Returns identifier
References city, and WXP::CityData::getName().
|
inline |
Returns priority
References city, and WXP::CityData::getPrior().
|
inline |
Returns region
References city, and WXP::CityData::getRegion().
|
inline |
Returns state
References city, and WXP::CityData::getState().
|
inline |
Returns WMO identifier
References city, and WXP::CityData::getWmo().
int CityHashData::print | ( | ) |
Prints object data
References city, and WXP::CityData::print().
CityData WXP::CityHashData::city |
CityData class
Referenced by getId(), getLat(), getLon(), getName(), getPrior(), getRegion(), getState(), getWmo(), print(), WXP::CityHash::setup(), and WXP::CityHash::setup().
void* WXP::CityHashData::ptr |
Pointer to user specific data
int WXP::CityHashData::size |
Size of data segment (see ptr)