#include <airsched/command/OnDParserHelper.hpp>
Public Member Functions | |
storeDateRangeStart (OnDPeriodStruct &) | |
void | operator() (iterator_t iStr, iterator_t iStrEnd) const |
Public Attributes | |
OnDPeriodStruct & | _onDPeriod |
Store the start of the date range.
Definition at line 58 of file OnDParserHelper.hpp.
AIRSCHED::OnDParserHelper::storeDateRangeStart::storeDateRangeStart | ( | OnDPeriodStruct & | ioOnDPeriod | ) |
Actor Constructor.
Definition at line 66 of file OnDParserHelper.cpp.
void AIRSCHED::OnDParserHelper::storeDateRangeStart::operator() | ( | iterator_t | iStr, |
iterator_t | iStrEnd | ||
) | const |
Actor Function (functor).
Definition at line 71 of file OnDParserHelper.cpp.
References AIRSCHED::OnDPeriodStruct::_dateRangeStart, AIRSCHED::OnDPeriodStruct::_itSeconds, AIRSCHED::OnDParserHelper::ParserSemanticAction::_onDPeriod, and AIRSCHED::OnDPeriodStruct::getDate().
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()(), operator()(), AIRSCHED::OnDParserHelper::storeDestination::operator()(), and AIRSCHED::OnDParserHelper::storeOrigin::operator()().