#include <airsched/command/ScheduleParserHelper.hpp>
Public Member Functions | |
storeDateRangeStart (FlightPeriodStruct &) | |
void | operator() (iterator_t iStr, iterator_t iStrEnd) const |
Public Attributes | |
FlightPeriodStruct & | _flightPeriod |
Store the start of the date range.
Definition at line 53 of file ScheduleParserHelper.hpp.
AIRSCHED::ScheduleParserHelper::storeDateRangeStart::storeDateRangeStart | ( | FlightPeriodStruct & | ioFlightPeriod | ) |
Actor Constructor.
Definition at line 60 of file ScheduleParserHelper.cpp.
void AIRSCHED::ScheduleParserHelper::storeDateRangeStart::operator() | ( | iterator_t | iStr, |
iterator_t | iStrEnd | ||
) | const |
Actor Function (functor).
Definition at line 65 of file ScheduleParserHelper.cpp.
References AIRSCHED::FlightPeriodStruct::_dateRangeStart, AIRSCHED::ScheduleParserHelper::ParserSemanticAction::_flightPeriod, AIRSCHED::FlightPeriodStruct::_itSeconds, and AIRSCHED::FlightPeriodStruct::getDate().
Actor Context.
Definition at line 33 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()(), AIRSCHED::ScheduleParserHelper::storeDow::operator()(), AIRSCHED::ScheduleParserHelper::storeDateRangeEnd::operator()(), operator()(), AIRSCHED::ScheduleParserHelper::storeFlightNumber::operator()(), and AIRSCHED::ScheduleParserHelper::storeAirlineCode::operator()().