#include <airinv/command/ScheduleParserHelper.hpp>
Public Member Functions | |
storeLegBoardingPoint (FlightPeriodStruct &) | |
void | operator() (iterator_t iStr, iterator_t iStrEnd) const |
Public Attributes | |
FlightPeriodStruct & | _flightPeriod |
Store the parsed leg boarding point.
Definition at line 77 of file ScheduleParserHelper.hpp.
AIRINV::ScheduleParserHelper::storeLegBoardingPoint::storeLegBoardingPoint | ( | FlightPeriodStruct & | ioFlightPeriod | ) |
Actor Constructor.
Definition at line 117 of file ScheduleParserHelper.cpp.
void AIRINV::ScheduleParserHelper::storeLegBoardingPoint::operator() | ( | iterator_t | iStr, |
iterator_t | iStrEnd | ||
) | const |
Actor Function (functor).
Definition at line 122 of file ScheduleParserHelper.cpp.
References AIRINV::LegStruct::_boardingPoint, AIRINV::LegStruct::_cabinList, AIRINV::ScheduleParserHelper::ParserSemanticAction::_flightPeriod, AIRINV::FlightPeriodStruct::_itLeg, AIRINV::FlightPeriodStruct::_legAlreadyDefined, AIRINV::FlightPeriodStruct::_legList, and AIRINV::FlightPeriodStruct::addAirport().
|
inherited |
Actor Context.
Definition at line 33 of file ScheduleParserHelper.hpp.
Referenced by AIRINV::ScheduleParserHelper::storeAirlineCode::operator()(), AIRINV::ScheduleParserHelper::storeFlightNumber::operator()(), AIRINV::ScheduleParserHelper::storeDateRangeStart::operator()(), AIRINV::ScheduleParserHelper::storeDateRangeEnd::operator()(), AIRINV::ScheduleParserHelper::storeDow::operator()(), operator()(), AIRINV::ScheduleParserHelper::storeLegOffPoint::operator()(), AIRINV::ScheduleParserHelper::storeOperatingAirlineCode::operator()(), AIRINV::ScheduleParserHelper::storeOperatingFlightNumber::operator()(), AIRINV::ScheduleParserHelper::storeBoardingTime::operator()(), AIRINV::ScheduleParserHelper::storeOffTime::operator()(), AIRINV::ScheduleParserHelper::storeElapsedTime::operator()(), AIRINV::ScheduleParserHelper::storeLegCabinCode::operator()(), AIRINV::ScheduleParserHelper::storeCapacity::operator()(), AIRINV::ScheduleParserHelper::storeSegmentSpecificity::operator()(), AIRINV::ScheduleParserHelper::storeSegmentBoardingPoint::operator()(), AIRINV::ScheduleParserHelper::storeSegmentOffPoint::operator()(), AIRINV::ScheduleParserHelper::storeSegmentCabinCode::operator()(), AIRINV::ScheduleParserHelper::storeClasses::operator()(), AIRINV::ScheduleParserHelper::storeFamilyCode::operator()(), AIRINV::ScheduleParserHelper::storeFRAT5CurveKey::operator()(), AIRINV::ScheduleParserHelper::storeFFDisutilityCurveKey::operator()(), AIRINV::ScheduleParserHelper::storeFClasses::operator()(), and AIRINV::ScheduleParserHelper::doEndFlight::operator()().