#include <airsched/command/ScheduleParserHelper.hpp>
Public Member Functions | |
storeSegmentSpecificity (FlightPeriodStruct &) | |
void | operator() (char iChar) const |
Public Attributes | |
FlightPeriodStruct & | _flightPeriod |
Store whether or not the segment definitions are specific. Specific means that there is a definition for each segment. General (not specific) means that a single definition defines all the segments.
Definition at line 136 of file ScheduleParserHelper.hpp.
AIRSCHED::ScheduleParserHelper::storeSegmentSpecificity::storeSegmentSpecificity | ( | FlightPeriodStruct & | ioFlightPeriod | ) |
Actor Constructor.
Definition at line 246 of file ScheduleParserHelper.cpp.
void AIRSCHED::ScheduleParserHelper::storeSegmentSpecificity::operator() | ( | char | iChar | ) | const |
Actor Function (functor).
Definition at line 251 of file ScheduleParserHelper.cpp.
References AIRSCHED::FlightPeriodStruct::_airportList, AIRSCHED::FlightPeriodStruct::_airportOrderedList, AIRSCHED::FlightPeriodStruct::_areSegmentDefinitionsSpecific, AIRSCHED::ScheduleParserHelper::ParserSemanticAction::_flightPeriod, and AIRSCHED::FlightPeriodStruct::buildSegments().
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()(), 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()(), AIRSCHED::ScheduleParserHelper::storeDateRangeStart::operator()(), AIRSCHED::ScheduleParserHelper::storeFlightNumber::operator()(), and AIRSCHED::ScheduleParserHelper::storeAirlineCode::operator()().