#include <airinv/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 152 of file ScheduleParserHelper.hpp.
AIRINV::ScheduleParserHelper::storeSegmentSpecificity::storeSegmentSpecificity | ( | FlightPeriodStruct & | ioFlightPeriod | ) |
Actor Constructor.
Definition at line 281 of file ScheduleParserHelper.cpp.
void AIRINV::ScheduleParserHelper::storeSegmentSpecificity::operator() | ( | char | iChar | ) | const |
Actor Function (functor).
Definition at line 286 of file ScheduleParserHelper.cpp.
References AIRINV::FlightPeriodStruct::_airportList, AIRINV::FlightPeriodStruct::_airportOrderedList, AIRINV::FlightPeriodStruct::_areSegmentDefinitionsSpecific, AIRINV::ScheduleParserHelper::ParserSemanticAction::_flightPeriod, and AIRINV::FlightPeriodStruct::buildSegments().
|
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()(), AIRINV::ScheduleParserHelper::storeLegBoardingPoint::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()(), 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()().