#include <airtsp/command/OnDParserHelper.hpp>
Public Member Functions | |
storeDestination (OnDPeriodStruct &) | |
void | operator() (iterator_t iStr, iterator_t iStrEnd) const |
Public Attributes | |
OnDPeriodStruct & | _onDPeriod |
Store the parsed destination.
Definition at line 50 of file OnDParserHelper.hpp.
AIRTSP::OnDParserHelper::storeDestination::storeDestination | ( | OnDPeriodStruct & | ioOnDPeriod | ) |
Actor Constructor.
Definition at line 50 of file OnDParserHelper.cpp.
void AIRTSP::OnDParserHelper::storeDestination::operator() | ( | iterator_t | iStr, |
iterator_t | iStrEnd | ||
) | const |
Actor Function (functor).
Definition at line 55 of file OnDParserHelper.cpp.
References AIRTSP::OnDPeriodStruct::_destination, and AIRTSP::OnDParserHelper::ParserSemanticAction::_onDPeriod.
|
inherited |
Actor Context.
Definition at line 38 of file OnDParserHelper.hpp.
Referenced by AIRTSP::OnDParserHelper::storeOrigin::operator()(), operator()(), AIRTSP::OnDParserHelper::storeDateRangeStart::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()().