#include <airinv/command/vault/DCPParserHelper.hpp>
Public Member Functions | |
storeCabinCode (DCPRuleStruct &) | |
void | operator() (char, boost::spirit::qi::unused_type, boost::spirit::qi::unused_type) const |
Public Attributes | |
DCPRuleStruct & | _DCPRule |
Store the cabin code.
Definition at line 118 of file DCPParserHelper.hpp.
AIRINV::DCPParserHelper::storeCabinCode::storeCabinCode | ( | DCPRuleStruct & | ioDCPRule | ) |
Actor Constructor.
Definition at line 166 of file DCPParserHelper.cpp.
void AIRINV::DCPParserHelper::storeCabinCode::operator() | ( | char | iChar, |
boost::spirit::qi::unused_type | , | ||
boost::spirit::qi::unused_type | |||
) | const |
Actor Function (functor).
Definition at line 171 of file DCPParserHelper.cpp.
References AIRINV::DCPParserHelper::ParserSemanticAction::_DCPRule.
|
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()(), 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 AIRINV::DCPParserHelper::doEndDCP::operator()().