Typedefs | |
typedef boost::uint32_t | uchar_t |
Namespaces
typedef boost::uint32_t OPENTREP::PorParserHelper::uchar_t |
Unicode character.
Definition at line 22 of file PORParserHelper.hpp.
OPENTREP::uint1_p_t OPENTREP::PorParserHelper::uint1_p |
1-digit-integer parser
Definition at line 940 of file PORParserHelper.cpp.
OPENTREP::uint2_p_t OPENTREP::PorParserHelper::uint2_p |
2-digit-integer parser
Definition at line 943 of file PORParserHelper.cpp.
OPENTREP::int1_2_p_t OPENTREP::PorParserHelper::int1_2_p |
Up-to-2-digit-integer parser
Definition at line 946 of file PORParserHelper.cpp.
OPENTREP::uint4_p_t OPENTREP::PorParserHelper::uint4_p |
4-digit-integer parser
Definition at line 949 of file PORParserHelper.cpp.
OPENTREP::int1_5_p_t OPENTREP::PorParserHelper::int1_5_p |
Up-to-5-digit-integer parser
Definition at line 952 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
OPENTREP::int0_5_p_t OPENTREP::PorParserHelper::int0_5_p |
Definition at line 953 of file PORParserHelper.cpp.
OPENTREP::uint1_4_p_t OPENTREP::PorParserHelper::uint1_4_p |
Up-to-4-digit-integer parser
Definition at line 956 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 959 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
OPENTREP::uint0_9_p_t OPENTREP::PorParserHelper::uint0_9_p |
Definition at line 960 of file PORParserHelper.cpp.
OPENTREP::hour_p_t OPENTREP::PorParserHelper::hour_p |
Time element parsers.
Definition at line 963 of file PORParserHelper.cpp.
OPENTREP::minute_p_t OPENTREP::PorParserHelper::minute_p |
Definition at line 964 of file PORParserHelper.cpp.
OPENTREP::second_p_t OPENTREP::PorParserHelper::second_p |
Definition at line 965 of file PORParserHelper.cpp.
OPENTREP::year_p_t OPENTREP::PorParserHelper::year_p |
Date element parsers.
Definition at line 968 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
OPENTREP::month_p_t OPENTREP::PorParserHelper::month_p |
Definition at line 969 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
OPENTREP::day_p_t OPENTREP::PorParserHelper::day_p |
Definition at line 970 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
OPENTREP::boolean_p_t OPENTREP::PorParserHelper::boolean_p |
Boolean parser
Definition at line 973 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().