#include <airsched/command/OnDParserHelper.hpp>
Public Member Functions | |
storeAirlineCode (OnDPeriodStruct &) | |
void | operator() (iterator_t iStr, iterator_t iStrEnd) const |
Public Attributes | |
OnDPeriodStruct & | _onDPeriod |
Store the parsed airline code.
Definition at line 90 of file OnDParserHelper.hpp.
AIRSCHED::OnDParserHelper::storeAirlineCode::storeAirlineCode | ( | OnDPeriodStruct & | ioOnDPeriod | ) |
Actor Constructor.
Definition at line 139 of file OnDParserHelper.cpp.
void AIRSCHED::OnDParserHelper::storeAirlineCode::operator() | ( | iterator_t | iStr, |
iterator_t | iStrEnd | ||
) | const |
Actor Function (functor).
Definition at line 144 of file OnDParserHelper.cpp.
References AIRSCHED::OnDPeriodStruct::_airlineCode, AIRSCHED::OnDPeriodStruct::_airlineCodeList, AIRSCHED::OnDPeriodStruct::_nbOfAirlines, and AIRSCHED::OnDParserHelper::ParserSemanticAction::_onDPeriod.
Actor Context.
Definition at line 38 of file OnDParserHelper.hpp.
Referenced by AIRSCHED::OnDParserHelper::doEndOnD::operator()(), AIRSCHED::OnDParserHelper::storeClassCode::operator()(), operator()(), AIRSCHED::OnDParserHelper::storeEndRangeTime::operator()(), AIRSCHED::OnDParserHelper::storeStartRangeTime::operator()(), AIRSCHED::OnDParserHelper::storeDateRangeEnd::operator()(), AIRSCHED::OnDParserHelper::storeDateRangeStart::operator()(), AIRSCHED::OnDParserHelper::storeDestination::operator()(), and AIRSCHED::OnDParserHelper::storeOrigin::operator()().