#include <airtsp/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.
AIRTSP::OnDParserHelper::storeDateRangeStart::storeDateRangeStart | ( | OnDPeriodStruct & | ioOnDPeriod | ) |
Actor Constructor.
Definition at line 66 of file OnDParserHelper.cpp.
void AIRTSP::OnDParserHelper::storeDateRangeStart::operator() | ( | iterator_t | iStr, |
iterator_t | iStrEnd | ||
) | const |
Actor Function (functor).
Definition at line 71 of file OnDParserHelper.cpp.
References AIRTSP::OnDPeriodStruct::_dateRangeStart, AIRTSP::OnDPeriodStruct::_itSeconds, AIRTSP::OnDParserHelper::ParserSemanticAction::_onDPeriod, and AIRTSP::OnDPeriodStruct::getDate().
|
inherited |
Actor Context.
Definition at line 38 of file OnDParserHelper.hpp.
Referenced by AIRTSP::OnDParserHelper::storeOrigin::operator()(), AIRTSP::OnDParserHelper::storeDestination::operator()(), operator()(), AIRTSP::OnDParserHelper::storeDateRangeEnd::operator()(), AIRTSP::OnDParserHelper::storeStartRangeTime::operator()(), AIRTSP::OnDParserHelper::storeEndRangeTime::operator()(), AIRTSP::OnDParserHelper::storeAirlineCode::operator()(), AIRTSP::OnDParserHelper::storeClassCode::operator()(), and AIRTSP::OnDParserHelper::doEndOnD::operator()().