#include <airsched/command/ScheduleParserHelper.hpp>
Inheritance diagram for AIRSCHED::ScheduleParserHelper::storeDow:Public Member Functions | |
| storeDow (FlightPeriodStruct &) | |
| void | operator() (iterator_t iStr, iterator_t iStrEnd) const |
Public Attributes | |
| FlightPeriodStruct & | _flightPeriod |
Store the DOW (day of the Week).
Definition at line 70 of file ScheduleParserHelper.hpp.
| AIRSCHED::ScheduleParserHelper::storeDow::storeDow | ( | FlightPeriodStruct & | ioFlightPeriod | ) |
Actor Constructor.
Definition at line 95 of file ScheduleParserHelper.cpp.
| void AIRSCHED::ScheduleParserHelper::storeDow::operator() | ( | iterator_t | iStr, |
| iterator_t | iStrEnd | ||
| ) | const |
Actor Function (functor).
Definition at line 100 of file ScheduleParserHelper.cpp.
References AIRSCHED::FlightPeriodStruct::_dow, and AIRSCHED::ScheduleParserHelper::ParserSemanticAction::_flightPeriod.
Actor Context.
Definition at line 34 of file ScheduleParserHelper.hpp.
Referenced by AIRSCHED::ScheduleParserHelper::doEndFlight::operator()(), AIRSCHED::ScheduleParserHelper::storeFClasses::operator()(), AIRSCHED::ScheduleParserHelper::storeFamilyCode::operator()(), AIRSCHED::ScheduleParserHelper::storeClasses::operator()(), AIRSCHED::ScheduleParserHelper::storeSegmentCabinCode::operator()(), AIRSCHED::ScheduleParserHelper::storeSegmentOffPoint::operator()(), AIRSCHED::ScheduleParserHelper::storeSegmentBoardingPoint::operator()(), AIRSCHED::ScheduleParserHelper::storeSegmentSpecificity::operator()(), AIRSCHED::ScheduleParserHelper::storeCapacity::operator()(), AIRSCHED::ScheduleParserHelper::storeLegCabinCode::operator()(), AIRSCHED::ScheduleParserHelper::storeElapsedTime::operator()(), AIRSCHED::ScheduleParserHelper::storeOffTime::operator()(), AIRSCHED::ScheduleParserHelper::storeBoardingTime::operator()(), AIRSCHED::ScheduleParserHelper::storeLegOffPoint::operator()(), AIRSCHED::ScheduleParserHelper::storeLegBoardingPoint::operator()(), operator()(), AIRSCHED::ScheduleParserHelper::storeDateRangeEnd::operator()(), AIRSCHED::ScheduleParserHelper::storeDateRangeStart::operator()(), AIRSCHED::ScheduleParserHelper::storeFlightNumber::operator()(), and AIRSCHED::ScheduleParserHelper::storeAirlineCode::operator()().