OpenTREP Logo  0.6.0
C++ Open Travel Request Parsing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
OPENTREP::PorParserHelper Namespace Reference

Classes

struct  LocationParser
 
struct  ParserSemanticAction
 
struct  storeIataCode
 
struct  storeIcaoCode
 
struct  storeFaaCode
 
struct  storeGeonamesID
 
struct  storeEnvelopeID
 
struct  storeCommonName
 
struct  storeAsciiName
 
struct  storeAltNameShort
 
struct  storeAltNameShortListString
 
struct  storeTvlPORCode
 
struct  storeTvlPORListString
 
struct  storeLatitude
 
struct  storeLongitude
 
struct  storeFeatureClass
 
struct  storeFeatureCode
 
struct  storePageRank
 
struct  storeDateFrom
 
struct  storeDateUntil
 
struct  storeComments
 
struct  storeCountryCode
 
struct  storeAltCountryCode
 
struct  storeCountryName
 
struct  storeContinentName
 
struct  storeAdm1Code
 
struct  storeAdm1UtfName
 
struct  storeAdm1AsciiName
 
struct  storeAdm2Code
 
struct  storeAdm2UtfName
 
struct  storeAdm2AsciiName
 
struct  storeAdm3Code
 
struct  storeAdm4Code
 
struct  storePopulation
 
struct  storeElevation
 
struct  storeGTopo30
 
struct  storeTimeZone
 
struct  storeGMTOffset
 
struct  storeDSTOffset
 
struct  storeRawOffset
 
struct  storeModDate
 
struct  storeCityCode
 
struct  storeCityUtfName
 
struct  storeCityAsciiName
 
struct  storeCityGeonamesID
 
struct  storeStateCode
 
struct  storePORType
 
struct  storeWikiLink
 
struct  storeAltLangCodeFull
 
struct  storeAltLangCode2Char
 
struct  storeAltLangCodeExt
 
struct  storeAltLangCodeHist
 
struct  storeAltName
 
struct  doEndPor
 

Typedefs

typedef boost::uint32_t uchar_t
 

Variables

OPENTREP::uint1_p_t uint1_p
 
OPENTREP::uint2_p_t uint2_p
 
OPENTREP::int1_2_p_t int1_2_p
 
OPENTREP::uint4_p_t uint4_p
 
OPENTREP::int1_5_p_t int1_5_p
 
OPENTREP::int0_5_p_t int0_5_p
 
OPENTREP::uint1_4_p_t uint1_4_p
 
OPENTREP::uint1_9_p_t uint1_9_p
 
OPENTREP::uint0_9_p_t uint0_9_p
 
OPENTREP::hour_p_t hour_p
 
OPENTREP::minute_p_t minute_p
 
OPENTREP::second_p_t second_p
 
OPENTREP::year_p_t year_p
 
OPENTREP::month_p_t month_p
 
OPENTREP::day_p_t day_p
 
OPENTREP::boolean_p_t boolean_p
 

Detailed Description

Namespaces.

Typedef Documentation

typedef boost::uint32_t OPENTREP::PorParserHelper::uchar_t

Unicode character.

Definition at line 21 of file PORParserHelper.hpp.

Variable Documentation

OPENTREP::uint1_p_t OPENTREP::PorParserHelper::uint1_p

1-digit-integer parser

Definition at line 857 of file PORParserHelper.cpp.

OPENTREP::uint2_p_t OPENTREP::PorParserHelper::uint2_p

2-digit-integer parser

Definition at line 860 of file PORParserHelper.cpp.

OPENTREP::int1_2_p_t OPENTREP::PorParserHelper::int1_2_p

Up-to-2-digit-integer parser

Definition at line 863 of file PORParserHelper.cpp.

OPENTREP::uint4_p_t OPENTREP::PorParserHelper::uint4_p

4-digit-integer parser

Definition at line 866 of file PORParserHelper.cpp.

OPENTREP::int1_5_p_t OPENTREP::PorParserHelper::int1_5_p

Up-to-5-digit-integer parser

Definition at line 869 of file PORParserHelper.cpp.

Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().

OPENTREP::int0_5_p_t OPENTREP::PorParserHelper::int0_5_p

Definition at line 870 of file PORParserHelper.cpp.

OPENTREP::uint1_4_p_t OPENTREP::PorParserHelper::uint1_4_p

Up-to-4-digit-integer parser

Definition at line 873 of file PORParserHelper.cpp.

Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().

OPENTREP::uint1_9_p_t OPENTREP::PorParserHelper::uint1_9_p

Up-to-9-digit-integer parser

Definition at line 876 of file PORParserHelper.cpp.

Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().

OPENTREP::uint0_9_p_t OPENTREP::PorParserHelper::uint0_9_p

Definition at line 877 of file PORParserHelper.cpp.

OPENTREP::hour_p_t OPENTREP::PorParserHelper::hour_p

Time element parsers.

Definition at line 880 of file PORParserHelper.cpp.

OPENTREP::minute_p_t OPENTREP::PorParserHelper::minute_p

Definition at line 881 of file PORParserHelper.cpp.

OPENTREP::second_p_t OPENTREP::PorParserHelper::second_p

Definition at line 882 of file PORParserHelper.cpp.

OPENTREP::year_p_t OPENTREP::PorParserHelper::year_p

Date element parsers.

Definition at line 885 of file PORParserHelper.cpp.

Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().

OPENTREP::month_p_t OPENTREP::PorParserHelper::month_p
OPENTREP::day_p_t OPENTREP::PorParserHelper::day_p
OPENTREP::boolean_p_t OPENTREP::PorParserHelper::boolean_p

Boolean parser

Definition at line 890 of file PORParserHelper.cpp.

Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().