#include <airtsp/command/OnDParserHelper.hpp>
Inheritance diagram for AIRTSP::OnDParserHelper::storeOrigin:Public Member Functions | |
| storeOrigin (OnDPeriodStruct &) | |
| void | operator() (iterator_t iStr, iterator_t iStrEnd) const |
Public Attributes | |
| OnDPeriodStruct & | _onDPeriod |
Store the parsed origin.
Definition at line 42 of file OnDParserHelper.hpp.
| AIRTSP::OnDParserHelper::storeOrigin::storeOrigin | ( | OnDPeriodStruct & | ioOnDPeriod | ) |
Actor Constructor.
Definition at line 30 of file OnDParserHelper.cpp.
| void AIRTSP::OnDParserHelper::storeOrigin::operator() | ( | iterator_t | iStr, |
| iterator_t | iStrEnd | ||
| ) | const |
Actor Function (functor).
Definition at line 35 of file OnDParserHelper.cpp.
References AIRTSP::OnDPeriodStruct::_airlineCode, AIRTSP::OnDPeriodStruct::_airlineCodeList, AIRTSP::OnDPeriodStruct::_classCode, AIRTSP::OnDPeriodStruct::_classCodeList, AIRTSP::OnDPeriodStruct::_nbOfAirlines, AIRTSP::OnDParserHelper::ParserSemanticAction::_onDPeriod, and AIRTSP::OnDPeriodStruct::_origin.
|
inherited |
Actor Context.
Definition at line 38 of file OnDParserHelper.hpp.
Referenced by operator()(), AIRTSP::OnDParserHelper::storeDestination::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()().
1.8.3.1