AirInv Logo  1.00.1
C++ Simulated Airline Inventory Management System library
AIRINV::FRAT5ParserHelper Namespace Reference

Classes

struct  doEndCurve
 
struct  FRAT5Parser
 
struct  ParserSemanticAction
 
struct  storeCurveKey
 
struct  storeDTD
 
struct  storeFRAT5Value
 

Functions

repeat_p_t key_p (chset_t("0-9A-Z").derived(), 1, 10)
 

Function Documentation

repeat_p_t AIRINV::FRAT5ParserHelper::key_p ( chset_t("0-9A-Z").derived()  ,
,
10   
)

Key Parser: repeat_p(1,10)[chset_p("0-9A-Z")]

Referenced by AIRINV::FRAT5ParserHelper::FRAT5Parser::definition< ScannerT >::definition().