#include <airinv/command/vault/DCPParserHelper.hpp>
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 |
Mark the end of the DCP-rule parsing.
Definition at line 218 of file DCPParserHelper.hpp.
AIRINV::DCPParserHelper::doEndDCP::doEndDCP | ( | stdair::BomRoot & | ioBomRoot, |
DCPRuleStruct & | ioDCPRule | ||
) |
Actor Constructor.
Definition at line 399 of file DCPParserHelper.cpp.
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.
stdair::BomRoot& AIRINV::DCPParserHelper::doEndDCP::_bomRoot |
Actor Specific Context.
Definition at line 226 of file DCPParserHelper.hpp.
Referenced by operator()().
|
inherited |
Actor Context.
Definition at line 34 of file DCPParserHelper.hpp.
Referenced by AIRINV::DCPParserHelper::storeDCPId::operator()(), AIRINV::DCPParserHelper::storeOrigin::operator()(), AIRINV::DCPParserHelper::storeDestination::operator()(), AIRINV::DCPParserHelper::storeDateRangeStart::operator()(), AIRINV::DCPParserHelper::storeDateRangeEnd::operator()(), AIRINV::DCPParserHelper::storeStartRangeTime::operator()(), AIRINV::DCPParserHelper::storeEndRangeTime::operator()(), AIRINV::DCPParserHelper::storePOS::operator()(), AIRINV::DCPParserHelper::storeCabinCode::operator()(), AIRINV::DCPParserHelper::storeChannel::operator()(), AIRINV::DCPParserHelper::storeAdvancePurchase::operator()(), AIRINV::DCPParserHelper::storeSaturdayStay::operator()(), AIRINV::DCPParserHelper::storeChangeFees::operator()(), AIRINV::DCPParserHelper::storeNonRefundable::operator()(), AIRINV::DCPParserHelper::storeMinimumStay::operator()(), AIRINV::DCPParserHelper::storeDCP::operator()(), AIRINV::DCPParserHelper::storeAirlineCode::operator()(), AIRINV::DCPParserHelper::storeClass::operator()(), and operator()().