Public Member Functions | |
LocationParser (Location &ioPORRule) | |
Public Attributes | |
bsq::rule< Iterator, bsu::blank_type > | start |
bsq::rule< Iterator, bsu::blank_type > | header |
bsq::rule< Iterator, bsu::blank_type > | por_rule |
bsq::rule< Iterator, bsu::blank_type > | por_rule_end |
bsq::rule< Iterator, bsu::blank_type > | por_key |
bsq::rule< Iterator, bsu::blank_type > | por_details |
bsq::rule< Iterator, bsu::blank_type > | iata_code |
bsq::rule< Iterator, bsu::blank_type > | icao_code |
bsq::rule< Iterator, bsu::blank_type > | faa_code |
bsq::rule< Iterator, bsu::blank_type > | geoname_id |
bsq::rule< Iterator, bsu::blank_type > | envelope_id |
bsq::rule< Iterator, bsu::blank_type > | is_geonames |
bsq::rule< Iterator, bsu::blank_type > | common_name |
bsq::rule< Iterator, bsu::blank_type > | ascii_name |
bsq::rule< Iterator, bsu::blank_type > | alt_name_short_list |
bsq::rule< Iterator, bsu::blank_type > | alt_name_short |
bsq::rule< Iterator, bsu::blank_type > | alt_name_sep |
bsq::rule< Iterator, bsu::blank_type > | tvl_por_code_list |
bsq::rule< Iterator, bsu::blank_type > | tvl_por_code |
bsq::rule< Iterator, bsu::blank_type > | tvl_por_sep |
bsq::rule< Iterator, bsu::blank_type > | latitude |
bsq::rule< Iterator, bsu::blank_type > | longitude |
bsq::rule< Iterator, bsu::blank_type > | feat_class |
bsq::rule< Iterator, bsu::blank_type > | feat_code |
bsq::rule< Iterator, bsu::blank_type > | page_rank |
bsq::rule< Iterator, bsu::blank_type > | date_from |
bsq::rule< Iterator, bsu::blank_type > | date_until |
bsq::rule< Iterator, bsu::blank_type > | comments |
bsq::rule< Iterator, bsu::blank_type > | country_code |
bsq::rule< Iterator, bsu::blank_type > | country_code2 |
bsq::rule< Iterator, bsu::blank_type > | country_name |
bsq::rule< Iterator, bsu::blank_type > | continent_name |
bsq::rule< Iterator, bsu::blank_type > | adm1_code |
bsq::rule< Iterator, bsu::blank_type > | adm1_name_utf |
bsq::rule< Iterator, bsu::blank_type > | adm1_name_ascii |
bsq::rule< Iterator, bsu::blank_type > | adm2_code |
bsq::rule< Iterator, bsu::blank_type > | adm2_name_utf |
bsq::rule< Iterator, bsu::blank_type > | adm2_name_ascii |
bsq::rule< Iterator, bsu::blank_type > | adm3_code |
bsq::rule< Iterator, bsu::blank_type > | adm4_code |
bsq::rule< Iterator, bsu::blank_type > | population |
bsq::rule< Iterator, bsu::blank_type > | elevation |
bsq::rule< Iterator, bsu::blank_type > | gtopo30 |
bsq::rule< Iterator, bsu::blank_type > | time_zone |
bsq::rule< Iterator, bsu::blank_type > | gmt_offset |
bsq::rule< Iterator, bsu::blank_type > | dst_offset |
bsq::rule< Iterator, bsu::blank_type > | raw_offset |
bsq::rule< Iterator, bsu::blank_type > | mod_date |
bsq::rule< Iterator, bsu::blank_type > | date |
bsq::rule< Iterator, bsu::blank_type > | city_code_list |
bsq::rule< Iterator, bsu::blank_type > | city_code |
bsq::rule< Iterator, bsu::blank_type > | city_name_list |
bsq::rule< Iterator, bsu::blank_type > | city_name_utf |
bsq::rule< Iterator, bsu::blank_type > | city_name_ascii |
bsq::rule< Iterator, bsu::blank_type > | city_detail_list |
bsq::rule< Iterator, bsu::blank_type > | city_details |
bsq::rule< Iterator, bsu::blank_type > | city_geoname_id |
bsq::rule< Iterator, bsu::blank_type > | state_code |
bsq::rule< Iterator, bsu::blank_type > | por_type |
bsq::rule< Iterator, bsu::blank_type > | wiki_link |
bsq::rule< Iterator, bsu::blank_type > | alt_name_section |
bsq::rule< Iterator, bsu::blank_type > | alt_name_details |
bsq::rule< Iterator, bsu::blank_type > | alt_lang_code |
bsq::rule< Iterator, bsu::blank_type > | alt_lang_code_ftd |
bsq::rule< Iterator, bsu::blank_type > | alt_name |
bsq::rule< Iterator, bsu::blank_type > | alt_name_qualifiers |
bsq::rule< Iterator, bsu::blank_type > | lang_code_opt |
bsq::rule< Iterator, bsu::blank_type > | lang_code_2char |
bsq::rule< Iterator, bsu::blank_type > | lang_code_ext |
bsq::rule< Iterator, bsu::blank_type > | lang_code_hist |
bsq::rule< Iterator, bsu::blank_type > | destination |
Location & | _location |
– Geonames-related part:
– iata_code : IATA code; varchar(3). See also: – http://www.iata.org/ps/publications/Pages/code-search.aspx – icao_code : ICAO code; varchar(4) – faa_code : FAA code; varchar(4) – geoname_id : Integer ID of record in geonames database – name : Name of geographical point; – (UTF8) varchar(200) – asciiname : Name of geographical point in plain ASCII – characters; – (ASCII) varchar(200) – alternatenames : Alternate names, comma separated – varchar(5000) – latitude : Latitude in decimal degrees (WGS84) – longitude : Longitude in decimal degrees (WGS84) – feature class : See http://www.geonames.org/export/codes.html – char(1) – feature code : See http://www.geonames.org/export/codes.html – varchar(10) – country code : ISO-3166 2-letter country code, 2 characters – cc2 : Alternate country codes, comma separated, – ISO-3166 2-letter country code, 60 characters – country name : Name of the country, as found in the Geonames – countryInfo.txt data file – varchar(80) – continent name : The name of the related continent, as found in – the Geonames continentCodes.txt data file; – see also below the 'Continents' section – varchar(80) – admin1 code : FIPS code (subject to change to ISO code), – see exceptions below. See file admin1Codes.txt – for display names of this code; – varchar(20) – admin1 UTF8 name : UTF8 name for the first administrative division – admin1 ASCII name : ASCII name for the first administrative division – admin2 code : Code for the second administrative division, – a county in the US. See file admin2Codes.txt; – varchar(80) – admin2 UTF8 name : UTF8 name for the second administrative division – admin2 ASCII name : ASCII name for the second administrative division – admin3 code : Code for third level administrative division; – varchar(20) – admin4 code : Code for fourth level administrative division; – varchar(20) – population : bigint (8 byte int) – elevation : In meters, integer – dem : Digital elevation model, srtm3 or gtopo30, average – elevation of 3''x3'' (ca 90mx90m) or 30''x30'' – (ca 900mx900m) area in meters, integer. – srtm processed by cgiar/ciat. – timezone : The time-zone ID (see file timeZone.txt) – gmt offset : GMT offset on 1st of January – dst offset : DST offset to GMT on 1st of July (of the – current year) – raw offset : Raw Offset without DST
– – ORI-related part:
– is_geonames : Whether that POR is known by Geonames; varchar(1) – varchar(1) – envelope_id : ID of the envelope. Empty when valid, i.e., for the – current envelope/state. Incrementing ID when no – longer valid; the validity date range then allows – to derive when that POR was valid. – city_code_list : The (list of) IATA code(s) of the related (list of) – cities. – varchar(100) – city_name_list : UTF-8 names of the served (list of) cities – varchar(500) – city_detail_list : Details (Geonames ID, names) of the served – (list of) cities – varchar(500) – tvl_por_list : list of the IATA codes of the travel-related POR – serving the city. – varchar(100) – state code : The ISO code of the related state; varchar(3) – location type : A/APT airport; B/BUS bus/coach station; – C/CITY City; – G/GRD ground transport (this code is used for SK in – Sweden only); H/HELI Heliport; – O/OFF-PT off-line point, i.e. a city without – an airport; – R/RAIL railway Station; – S/ASSOC a location without its own IATA code,
– Continents:
– AF Africa 6255146 – AS Asia 6255147 – EU Europe 6255148 – NA North America 6255149 – OC Oceania 6255151 – SA South America 6255150
– Samples: – CDG^LFPG^^Y^6269554^^Paris - Charles-de-Gaulle^Paris - Charles-de-Gaulle^49.012779^2.55^S^AIRP^0.650357283214^^^^FR^^France^Europe^A8^Île-de-France^Ile-de-France^95^Département du Val-d'Oise^Departement du Val-d'Oise^^^0^119^106^Europe/Paris^1.0^2.0^1.0^2008-07-09^PAR^Paris^Paris^^^A^http://en.wikipedia.org/wiki/Paris-Charles_de_Gaulle_Airport^es|París - Charles de Gaulle|p=|Roissy Charles de Gaulle| – PAR^ZZZZ^^Y^2988507^^Paris^Paris^48.85341^2.3488^P^PPLC^1.0^^^^FR^^France^Europe^A8^Île-de-France^Ile-de-France^75^Paris^Paris^751^75056^2138551^^42^Europe/Paris^1.0^2.0^1.0^2012-08-19^PAR^Paris^Paris^BVA,CDG,JDP,JPU,LBG,ORY,POX,TNF,VIY,XCR,XEX,XGB,XHP,XJY,XPG,XTT^^C^http://en.wikipedia.org/wiki/Paris^la|Lutetia Parisorum|=fr|Lutece|h=fr|Ville-Lumière|c=eo|Parizo|=es|París|ps=de|Paris|=en|Paris|p=af|Parys|=als|Paris|=fr|Paris|p
iata_code varchar(3) icao_code varchar(4) faa_code varchar(4) is_geonames varchar(1) geoname_id int(11) envelope_id int(11) name varchar(200) asciiname varchar(200) latitude decimal(10,7) longitude decimal(10,7) fclass varchar(1) fcode varchar(10) page_rank decimal(15,12) date_from date date_until date comments varchar(4000) country_code varchar(2) cc2 varchar(60) country_name varchar(200) continent_name varchar(80) adm1_code varchar(20) adm1_name_utf varchar(400) adm1_name_ascii varchar(400) adm2_code varchar(80) adm2_name_utf varchar(400) adm2_name_ascii varchar(400) adm3_code varchar(20) adm4_code varchar(20) population int(11) elevation int(11) gtopo30 int(11) timezone varchar(40) gmt_offset decimal(3,1) dst_offset decimal(3,1) raw_offset decimal(3,1) moddate date city_code_list varchar(100) city_name_list varchar(500) city_detail_list varchar(500) tvl_por_list varchar(100) state_code varchar(3) location_type varchar(4) wiki_link varchar(200) alt_name_section text
iata_code^icao_code^faa_code^is_geonames^geoname_id^envelope_id^ name^asciiname^ latitude^longitude^fclass^fcode^ page_rank^date_from^date_until^comment^ country_code^cc2^country_name^continent_name^ adm1_code^adm1_name_utf^adm1_name_ascii^ adm2_code^adm2_name_utf^adm2_name_ascii^ adm3_code^adm4_code^ population^elevation^gtopo30^ timezone^gmt_offset^dst_offset^raw_offset^moddate^ city_code_list^city_name_list^city_detail_list^tvl_por_list^ state_code^location_type^wiki_link^ alt_name_section Grammar for the Por-Rule parser.
Definition at line 1069 of file PORParserHelper.cpp.
|
inline |
Definition at line 1071 of file PORParserHelper.cpp.
References OPENTREP::Location::_itDay, OPENTREP::Location::_itMonth, OPENTREP::Location::_itYear, OPENTREP::PorParserHelper::LocationParser< Iterator >::_location, OPENTREP::PorParserHelper::LocationParser< Iterator >::adm1_code, OPENTREP::PorParserHelper::LocationParser< Iterator >::adm1_name_ascii, OPENTREP::PorParserHelper::LocationParser< Iterator >::adm1_name_utf, OPENTREP::PorParserHelper::LocationParser< Iterator >::adm2_code, OPENTREP::PorParserHelper::LocationParser< Iterator >::adm2_name_ascii, OPENTREP::PorParserHelper::LocationParser< Iterator >::adm2_name_utf, OPENTREP::PorParserHelper::LocationParser< Iterator >::adm3_code, OPENTREP::PorParserHelper::LocationParser< Iterator >::adm4_code, OPENTREP::PorParserHelper::LocationParser< Iterator >::alt_lang_code, OPENTREP::PorParserHelper::LocationParser< Iterator >::alt_lang_code_ftd, OPENTREP::PorParserHelper::LocationParser< Iterator >::alt_name, OPENTREP::PorParserHelper::LocationParser< Iterator >::alt_name_details, OPENTREP::PorParserHelper::LocationParser< Iterator >::alt_name_qualifiers, OPENTREP::PorParserHelper::LocationParser< Iterator >::alt_name_section, OPENTREP::PorParserHelper::LocationParser< Iterator >::alt_name_sep, OPENTREP::PorParserHelper::LocationParser< Iterator >::alt_name_short, OPENTREP::PorParserHelper::LocationParser< Iterator >::alt_name_short_list, OPENTREP::PorParserHelper::LocationParser< Iterator >::ascii_name, OPENTREP::PorParserHelper::boolean_p, OPENTREP::PorParserHelper::LocationParser< Iterator >::city_code, OPENTREP::PorParserHelper::LocationParser< Iterator >::city_code_list, OPENTREP::PorParserHelper::LocationParser< Iterator >::city_detail_list, OPENTREP::PorParserHelper::LocationParser< Iterator >::city_details, OPENTREP::PorParserHelper::LocationParser< Iterator >::city_geoname_id, OPENTREP::PorParserHelper::LocationParser< Iterator >::city_name_ascii, OPENTREP::PorParserHelper::LocationParser< Iterator >::city_name_list, OPENTREP::PorParserHelper::LocationParser< Iterator >::city_name_utf, OPENTREP::PorParserHelper::LocationParser< Iterator >::comments, OPENTREP::PorParserHelper::LocationParser< Iterator >::common_name, OPENTREP::PorParserHelper::LocationParser< Iterator >::continent_name, OPENTREP::PorParserHelper::LocationParser< Iterator >::country_code, OPENTREP::PorParserHelper::LocationParser< Iterator >::country_code2, OPENTREP::PorParserHelper::LocationParser< Iterator >::country_name, OPENTREP::PorParserHelper::LocationParser< Iterator >::date, OPENTREP::PorParserHelper::LocationParser< Iterator >::date_from, OPENTREP::PorParserHelper::LocationParser< Iterator >::date_until, OPENTREP::PorParserHelper::day_p, OPENTREP::PorParserHelper::LocationParser< Iterator >::dst_offset, OPENTREP::PorParserHelper::LocationParser< Iterator >::elevation, OPENTREP::PorParserHelper::LocationParser< Iterator >::envelope_id, OPENTREP::PorParserHelper::LocationParser< Iterator >::faa_code, OPENTREP::PorParserHelper::LocationParser< Iterator >::feat_class, OPENTREP::PorParserHelper::LocationParser< Iterator >::feat_code, OPENTREP::PorParserHelper::LocationParser< Iterator >::geoname_id, OPENTREP::PorParserHelper::LocationParser< Iterator >::gmt_offset, OPENTREP::PorParserHelper::LocationParser< Iterator >::gtopo30, OPENTREP::PorParserHelper::LocationParser< Iterator >::header, OPENTREP::PorParserHelper::LocationParser< Iterator >::iata_code, OPENTREP::PorParserHelper::LocationParser< Iterator >::icao_code, OPENTREP::PorParserHelper::int1_5_p, OPENTREP::PorParserHelper::LocationParser< Iterator >::is_geonames, OPENTREP::PorParserHelper::LocationParser< Iterator >::lang_code_2char, OPENTREP::PorParserHelper::LocationParser< Iterator >::lang_code_ext, OPENTREP::PorParserHelper::LocationParser< Iterator >::lang_code_hist, OPENTREP::PorParserHelper::LocationParser< Iterator >::lang_code_opt, OPENTREP::PorParserHelper::LocationParser< Iterator >::latitude, OPENTREP::PorParserHelper::LocationParser< Iterator >::longitude, OPENTREP::PorParserHelper::LocationParser< Iterator >::mod_date, OPENTREP::PorParserHelper::month_p, OPENTREP::PorParserHelper::LocationParser< Iterator >::page_rank, OPENTREP::PorParserHelper::LocationParser< Iterator >::population, OPENTREP::PorParserHelper::LocationParser< Iterator >::por_details, OPENTREP::PorParserHelper::LocationParser< Iterator >::por_key, OPENTREP::PorParserHelper::LocationParser< Iterator >::por_rule, OPENTREP::PorParserHelper::LocationParser< Iterator >::por_rule_end, OPENTREP::PorParserHelper::LocationParser< Iterator >::por_type, OPENTREP::PorParserHelper::LocationParser< Iterator >::raw_offset, OPENTREP::PorParserHelper::LocationParser< Iterator >::start, OPENTREP::PorParserHelper::LocationParser< Iterator >::state_code, OPENTREP::PorParserHelper::LocationParser< Iterator >::time_zone, OPENTREP::PorParserHelper::LocationParser< Iterator >::tvl_por_code, OPENTREP::PorParserHelper::LocationParser< Iterator >::tvl_por_code_list, OPENTREP::PorParserHelper::LocationParser< Iterator >::tvl_por_sep, OPENTREP::PorParserHelper::uint1_4_p, OPENTREP::PorParserHelper::uint1_9_p, OPENTREP::PorParserHelper::LocationParser< Iterator >::wiki_link, and OPENTREP::PorParserHelper::year_p.
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::start |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::header |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::por_rule |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::por_rule_end |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::por_key |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::por_details |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::iata_code |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::icao_code |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::faa_code |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::geoname_id |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::envelope_id |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::is_geonames |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::common_name |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::ascii_name |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::alt_name_short_list |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::alt_name_short |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::alt_name_sep |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::tvl_por_code_list |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::tvl_por_code |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::tvl_por_sep |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::latitude |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::longitude |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::feat_class |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::feat_code |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::page_rank |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::date_from |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::date_until |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::comments |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::country_code |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::country_code2 |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::country_name |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::continent_name |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::adm1_code |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::adm1_name_utf |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::adm1_name_ascii |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::adm2_code |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::adm2_name_utf |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::adm2_name_ascii |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::adm3_code |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::adm4_code |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::population |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::elevation |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::gtopo30 |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::time_zone |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::gmt_offset |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::dst_offset |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::raw_offset |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::mod_date |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::date |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::city_code_list |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::city_code |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::city_name_list |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::city_name_utf |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::city_name_ascii |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::city_detail_list |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::city_details |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::city_geoname_id |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::state_code |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::por_type |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::wiki_link |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::alt_name_section |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::alt_name_details |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::alt_lang_code |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::alt_lang_code_ftd |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::alt_name |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::alt_name_qualifiers |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::lang_code_opt |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::lang_code_2char |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::lang_code_ext |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::lang_code_hist |
Definition at line 1437 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
bsq::rule<Iterator, bsu::blank_type> OPENTREP::PorParserHelper::LocationParser< Iterator >::destination |
Definition at line 1437 of file PORParserHelper.cpp.
Location& OPENTREP::PorParserHelper::LocationParser< Iterator >::_location |
Definition at line 1461 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().