AirTSP Logo  1.01.0
C++ Simulated Airline Travel Solution Provider Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
AIRTSP::OnDParserHelper::doEndOnD Struct Reference

#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
 

Detailed Description

Mark the end of the O&D parsing.

Definition at line 106 of file OnDParserHelper.hpp.

Constructor & Destructor Documentation

AIRTSP::OnDParserHelper::doEndOnD::doEndOnD ( stdair::BomRoot &  ioBomRoot,
OnDPeriodStruct ioOnDPeriod 
)

Actor Constructor.

Definition at line 193 of file OnDParserHelper.cpp.

Member Function Documentation

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.

Member Data Documentation

stdair::BomRoot& AIRTSP::OnDParserHelper::doEndOnD::_bomRoot

Actor Specific Context.

Definition at line 112 of file OnDParserHelper.hpp.

Referenced by operator()().


The documentation for this struct was generated from the following files: