#include <airtsp/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.
AIRTSP::ScheduleParserHelper::storeSegmentSpecificity::storeSegmentSpecificity | ( | FlightPeriodStruct & | ioFlightPeriod | ) |
Actor Constructor.
Definition at line 282 of file ScheduleParserHelper.cpp.
void AIRTSP::ScheduleParserHelper::storeSegmentSpecificity::operator() | ( | char | iChar | ) | const |
Actor Function (functor).
Definition at line 287 of file ScheduleParserHelper.cpp.
References AIRTSP::FlightPeriodStruct::_airportList, AIRTSP::FlightPeriodStruct::_airportOrderedList, AIRTSP::FlightPeriodStruct::_areSegmentDefinitionsSpecific, AIRTSP::ScheduleParserHelper::ParserSemanticAction::_flightPeriod, and AIRTSP::FlightPeriodStruct::buildSegments().
|
inherited |
Actor Context.
Definition at line 33 of file ScheduleParserHelper.hpp.
Referenced by AIRTSP::ScheduleParserHelper::storeAirlineCode::operator()(), AIRTSP::ScheduleParserHelper::storeFlightNumber::operator()(), AIRTSP::ScheduleParserHelper::storeDateRangeStart::operator()(), AIRTSP::ScheduleParserHelper::storeDateRangeEnd::operator()(), AIRTSP::ScheduleParserHelper::storeDow::operator()(), AIRTSP::ScheduleParserHelper::storeLegBoardingPoint::operator()(), AIRTSP::ScheduleParserHelper::storeLegOffPoint::operator()(), AIRTSP::ScheduleParserHelper::storeOperatingAirlineCode::operator()(), AIRTSP::ScheduleParserHelper::storeOperatingFlightNumber::operator()(), AIRTSP::ScheduleParserHelper::storeBoardingTime::operator()(), AIRTSP::ScheduleParserHelper::storeOffTime::operator()(), AIRTSP::ScheduleParserHelper::storeElapsedTime::operator()(), AIRTSP::ScheduleParserHelper::storeLegCabinCode::operator()(), AIRTSP::ScheduleParserHelper::storeCapacity::operator()(), operator()(), AIRTSP::ScheduleParserHelper::storeSegmentBoardingPoint::operator()(), AIRTSP::ScheduleParserHelper::storeSegmentOffPoint::operator()(), AIRTSP::ScheduleParserHelper::storeSegmentCabinCode::operator()(), AIRTSP::ScheduleParserHelper::storeClasses::operator()(), AIRTSP::ScheduleParserHelper::storeFamilyCode::operator()(), AIRTSP::ScheduleParserHelper::storeFRAT5CurveKey::operator()(), AIRTSP::ScheduleParserHelper::storeFFDisutilityCurveKey::operator()(), AIRTSP::ScheduleParserHelper::storeFClasses::operator()(), and AIRTSP::ScheduleParserHelper::doEndFlight::operator()().