#include <airtsp/command/OnDParserHelper.hpp>
Inheritance diagram for AIRTSP::OnDParserHelper::doEndOnD:Public Member Functions | |
| doEndOnD (stdair::BomRoot &, OnDPeriodStruct &) | |
| void | operator() (iterator_t iStr, iterator_t iStrEnd) const |
Public Attributes | |
| stdair::BomRoot & | _bomRoot |
| OnDPeriodStruct & | _onDPeriod |
Mark the end of the O&D parsing.
Definition at line 106 of file OnDParserHelper.hpp.
| AIRTSP::OnDParserHelper::doEndOnD::doEndOnD | ( | stdair::BomRoot & | ioBomRoot, |
| OnDPeriodStruct & | ioOnDPeriod | ||
| ) |
Actor Constructor.
Definition at line 193 of file OnDParserHelper.cpp.
| void AIRTSP::OnDParserHelper::doEndOnD::operator() | ( | iterator_t | iStr, |
| iterator_t | iStrEnd | ||
| ) | const |
Actor Function (functor).
Definition at line 199 of file OnDParserHelper.cpp.
References _bomRoot, and AIRTSP::OnDParserHelper::ParserSemanticAction::_onDPeriod.
| stdair::BomRoot& AIRTSP::OnDParserHelper::doEndOnD::_bomRoot |
Actor Specific Context.
Definition at line 112 of file OnDParserHelper.hpp.
Referenced by operator()().
|
inherited |
Actor Context.
Definition at line 38 of file OnDParserHelper.hpp.
Referenced by AIRTSP::OnDParserHelper::storeOrigin::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 operator()().
1.8.3.1