#include <airsched/command/ScheduleParserHelper.hpp>
Public Member Functions | |
storeCapacity (FlightPeriodStruct &) | |
void | operator() (double iReal) const |
Public Attributes | |
FlightPeriodStruct & | _flightPeriod |
Store the parsed capacity.
Definition at line 125 of file ScheduleParserHelper.hpp.
AIRSCHED::ScheduleParserHelper::storeCapacity::storeCapacity | ( | FlightPeriodStruct & | ioFlightPeriod | ) |
Actor Constructor.
Definition at line 227 of file ScheduleParserHelper.cpp.
void AIRSCHED::ScheduleParserHelper::storeCapacity::operator() | ( | double | iReal | ) | const |
Actor Function (functor).
Definition at line 232 of file ScheduleParserHelper.cpp.
References AIRSCHED::LegStruct::_cabinList, AIRSCHED::LegCabinStruct::_capacity, AIRSCHED::ScheduleParserHelper::ParserSemanticAction::_flightPeriod, AIRSCHED::FlightPeriodStruct::_itLeg, and AIRSCHED::FlightPeriodStruct::_itLegCabin.
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()(), 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()().