0.07.7
C++ Open Travel Request Parsing Library
|
|
Go to the documentation of this file. 1 #ifndef __OPENTREP_CITYDETAILS_HPP
2 #define __OPENTREP_CITYDETAILS_HPP
90 _geonamesID = iGeonamesID;
105 _asciiName = iAsciiName;
130 void toStream (std::ostream&)
const;
179 return !(iCityDetails == *
this);
230 #endif // __OPENTREP_CITYDETAILS_HPP
bool operator==(const CityDetails &) const
std::string toString() const
const CityASCIIName_T & getAsciiName() const
const CityUTFName_T & getUtfName() const
void setUtfName(const CityUTFName_T &iUtfName)
void fromStream(std::istream &)
const StateCode_T & getStateCode() const
const IATACode_T & getIataCode() const
void setStateCode(const std::string &iStateCode)
void setGeonamesID(const GeonamesID_T &iGeonamesID)
const CountryCode_T & getCountryCode() const
void setAsciiName(const CityASCIIName_T &iAsciiName)
std::string describe() const
void setIataCode(const std::string &iIataCode)
void toStream(std::ostream &) const
void setCountryCode(const std::string &iCountryCode)
bool operator!=(const CityDetails &iCityDetails) const
const GeonamesID_T & getGeonamesID() const
unsigned int GeonamesID_T
Class modelling the elementary details of a city.