#include <airsched/command/OnDParserHelper.hpp>
Public Member Functions | |
doEndOnD (stdair::BomRoot &, OnDPeriodStruct &) | |
void | operator() (iterator_t iStr, iterator_t iStrEnd) const |
Public Attributes | |
stdair::BomRoot & | _bomRoot |
OnDPeriodStruct & | _onDPeriod |
Mark the end of the O&D parsing.
Definition at line 106 of file OnDParserHelper.hpp.
AIRSCHED::OnDParserHelper::doEndOnD::doEndOnD | ( | stdair::BomRoot & | ioBomRoot, |
OnDPeriodStruct & | ioOnDPeriod | ||
) |
Actor Constructor.
Definition at line 193 of file OnDParserHelper.cpp.
void AIRSCHED::OnDParserHelper::doEndOnD::operator() | ( | iterator_t | iStr, |
iterator_t | iStrEnd | ||
) | const |
Actor Function (functor).
Definition at line 199 of file OnDParserHelper.cpp.
References _bomRoot, and AIRSCHED::OnDParserHelper::ParserSemanticAction::_onDPeriod.
stdair::BomRoot& AIRSCHED::OnDParserHelper::doEndOnD::_bomRoot |
Actor Specific Context.
Definition at line 112 of file OnDParserHelper.hpp.
Referenced by operator()().
Actor Context.
Definition at line 38 of file OnDParserHelper.hpp.
Referenced by 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 AIRSCHED::OnDParserHelper::storeOrigin::operator()().