Typedefs | |
typedef char | uchar_t |
Namespaces
typedef char 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 1005 of file PORParserHelper.cpp.
OPENTREP::uint2_p_t OPENTREP::PorParserHelper::uint2_p |
2-digit-integer parser
Definition at line 1008 of file PORParserHelper.cpp.
OPENTREP::int1_2_p_t OPENTREP::PorParserHelper::int1_2_p |
Up-to-2-digit-integer parser
Definition at line 1011 of file PORParserHelper.cpp.
OPENTREP::uint4_p_t OPENTREP::PorParserHelper::uint4_p |
4-digit-integer parser
Definition at line 1014 of file PORParserHelper.cpp.
OPENTREP::int1_5_p_t OPENTREP::PorParserHelper::int1_5_p |
Up-to-5-digit-integer parser
Definition at line 1017 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
OPENTREP::int0_5_p_t OPENTREP::PorParserHelper::int0_5_p |
Definition at line 1018 of file PORParserHelper.cpp.
OPENTREP::uint1_4_p_t OPENTREP::PorParserHelper::uint1_4_p |
Up-to-4-digit-integer parser
Definition at line 1021 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 1024 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
OPENTREP::uint0_9_p_t OPENTREP::PorParserHelper::uint0_9_p |
Definition at line 1025 of file PORParserHelper.cpp.
OPENTREP::hour_p_t OPENTREP::PorParserHelper::hour_p |
Time element parsers.
Definition at line 1028 of file PORParserHelper.cpp.
OPENTREP::minute_p_t OPENTREP::PorParserHelper::minute_p |
Definition at line 1029 of file PORParserHelper.cpp.
OPENTREP::second_p_t OPENTREP::PorParserHelper::second_p |
Definition at line 1030 of file PORParserHelper.cpp.
OPENTREP::year_p_t OPENTREP::PorParserHelper::year_p |
Date element parsers.
Definition at line 1033 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
OPENTREP::month_p_t OPENTREP::PorParserHelper::month_p |
Definition at line 1034 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
OPENTREP::day_p_t OPENTREP::PorParserHelper::day_p |
Definition at line 1035 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().
OPENTREP::boolean_p_t OPENTREP::PorParserHelper::boolean_p |
Boolean parser
Definition at line 1038 of file PORParserHelper.cpp.
Referenced by OPENTREP::PorParserHelper::LocationParser< Iterator >::LocationParser().