Typedefs | |
typedef boost::uint32_t | uchar_t |
Namespaces.
typedef boost::uint32_t OPENTREP::PorParserHelper::uchar_t |
Unicode character.
Definition at line 21 of file PORParserHelper.hpp.
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 |
Definition at line 886 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
OPENTREP::day_p_t OPENTREP::PorParserHelper::day_p |
Definition at line 887 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
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().