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