#include <airsched/command/OnDParserHelper.hpp>
Inheritance diagram for AIRSCHED::OnDParserHelper::storeEndRangeTime:Public Member Functions | |
| storeEndRangeTime (OnDPeriodStruct &) | |
| void | operator() (iterator_t iStr, iterator_t iStrEnd) const |
Public Attributes | |
| OnDPeriodStruct & | _onDPeriod |
Store the end range time.
Definition at line 82 of file OnDParserHelper.hpp.
| AIRSCHED::OnDParserHelper::storeEndRangeTime::storeEndRangeTime | ( | OnDPeriodStruct & | ioOnDPeriod | ) |
Actor Constructor.
Definition at line 124 of file OnDParserHelper.cpp.
| void AIRSCHED::OnDParserHelper::storeEndRangeTime::operator() | ( | iterator_t | iStr, |
| iterator_t | iStrEnd | ||
| ) | const |
Actor Function (functor).
Definition at line 129 of file OnDParserHelper.cpp.
References AIRSCHED::OnDPeriodStruct::_itSeconds, AIRSCHED::OnDParserHelper::ParserSemanticAction::_onDPeriod, AIRSCHED::OnDPeriodStruct::_timeRangeEnd, and AIRSCHED::OnDPeriodStruct::getTime().
Actor Context.
Definition at line 38 of file OnDParserHelper.hpp.
Referenced by AIRSCHED::OnDParserHelper::doEndOnD::operator()(), AIRSCHED::OnDParserHelper::storeClassCode::operator()(), AIRSCHED::OnDParserHelper::storeAirlineCode::operator()(), operator()(), AIRSCHED::OnDParserHelper::storeStartRangeTime::operator()(), AIRSCHED::OnDParserHelper::storeDateRangeEnd::operator()(), AIRSCHED::OnDParserHelper::storeDateRangeStart::operator()(), AIRSCHED::OnDParserHelper::storeDestination::operator()(), and AIRSCHED::OnDParserHelper::storeOrigin::operator()().