#include <airinv/command/vault/DCPParserHelper.hpp>
Public Member Functions | |
storeChangeFees (DCPRuleStruct &) | |
void | operator() (char, boost::spirit::qi::unused_type, boost::spirit::qi::unused_type) const |
Public Attributes | |
DCPRuleStruct & | _DCPRule |
Store the parsed change fees.
Definition at line 158 of file DCPParserHelper.hpp.
AIRINV::DCPParserHelper::storeChangeFees::storeChangeFees | ( | DCPRuleStruct & | ioDCPRule | ) |
Actor Constructor.
Definition at line 248 of file DCPParserHelper.cpp.
void AIRINV::DCPParserHelper::storeChangeFees::operator() | ( | char | iChangefees, |
boost::spirit::qi::unused_type | , | ||
boost::spirit::qi::unused_type | |||
) | const |
Actor Function (functor).
Definition at line 253 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()(), AIRINV::DCPParserHelper::storeCabinCode::operator()(), AIRINV::DCPParserHelper::storeChannel::operator()(), AIRINV::DCPParserHelper::storeAdvancePurchase::operator()(), AIRINV::DCPParserHelper::storeSaturdayStay::operator()(), 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()().