AirInv Logo  1.00.0
C++ Simulated Airline Inventory Management System library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
AIRINV::DCPParserHelper::doEndDCP Struct Reference

#include <airinv/command/vault/DCPParserHelper.hpp>

+ Inheritance diagram for AIRINV::DCPParserHelper::doEndDCP:

List of all members.

Public Member Functions

 doEndDCP (stdair::BomRoot &, DCPRuleStruct &)
void operator() (boost::spirit::qi::unused_type, boost::spirit::qi::unused_type, boost::spirit::qi::unused_type) const

Public Attributes

stdair::BomRoot & _bomRoot
DCPRuleStruct & _DCPRule

Detailed Description

Mark the end of the DCP-rule parsing.

Definition at line 218 of file DCPParserHelper.hpp.


Constructor & Destructor Documentation

AIRINV::DCPParserHelper::doEndDCP::doEndDCP ( stdair::BomRoot &  ioBomRoot,
DCPRuleStruct &  ioDCPRule 
)

Actor Constructor.

Definition at line 399 of file DCPParserHelper.cpp.


Member Function Documentation

void AIRINV::DCPParserHelper::doEndDCP::operator() ( boost::spirit::qi::unused_type  ,
boost::spirit::qi::unused_type  ,
boost::spirit::qi::unused_type   
) const

Actor Function (functor).

Definition at line 406 of file DCPParserHelper.cpp.

References _bomRoot, and AIRINV::DCPParserHelper::ParserSemanticAction::_DCPRule.


Member Data Documentation

stdair::BomRoot& AIRINV::DCPParserHelper::doEndDCP::_bomRoot

Actor Specific Context.

Definition at line 226 of file DCPParserHelper.hpp.

Referenced by operator()().


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