#include <airtsp/command/OnDParserHelper.hpp>
Classes | |
struct | definition |
Public Member Functions | |
OnDParser (stdair::BomRoot &, OnDPeriodStruct &) | |
Public Attributes | |
stdair::BomRoot & | _bomRoot |
OnDPeriodStruct & | _onDPeriod |
Fares: AirlineCode; OriginCity; DestinationCity; DepartureDate-Range(FirstDate; LastDate); Airline; Class; BA; NCE; LHR; 2007-01-01; 2007-12-31; BA; Y; BA; Y BA; NCE; LHR; 2007-01-01; 2007-12-31; BA; V; BA; H Grammar for the FareRule parser.
Definition at line 127 of file OnDParserHelper.hpp.
AIRTSP::OnDParserHelper::OnDParser::OnDParser | ( | stdair::BomRoot & | ioBomRoot, |
OnDPeriodStruct & | ioOnDPeriod | ||
) |
Definition at line 261 of file OnDParserHelper.cpp.
stdair::BomRoot& AIRTSP::OnDParserHelper::OnDParser::_bomRoot |
Definition at line 145 of file OnDParserHelper.hpp.
OnDPeriodStruct& AIRTSP::OnDParserHelper::OnDParser::_onDPeriod |
Definition at line 146 of file OnDParserHelper.hpp.