AirSched Logo  0.1.4
C++ Simulated Airline Schedule Manager Library
AIRSCHED::OnDParserHelper::doEndOnD Struct Reference

#include <airsched/command/OnDParserHelper.hpp>

Inheritance diagram for AIRSCHED::OnDParserHelper::doEndOnD:

List of all members.

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

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

Actor Constructor.

Definition at line 193 of file OnDParserHelper.cpp.


Member Function Documentation

void AIRSCHED::OnDParserHelper::doEndOnD::operator() ( iterator_t  iStr,
iterator_t  iStrEnd 
) const

Actor Function (functor).

Definition at line 199 of file OnDParserHelper.cpp.

References _bomRoot, and AIRSCHED::OnDParserHelper::ParserSemanticAction::_onDPeriod.


Member Data Documentation

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: