#include <airinv/command/vault/DCPParserHelper.hpp>
Inheritance diagram for AIRINV::DCPParserHelper::storeChannel:Public Member Functions | |
| storeChannel (DCPRuleStruct &) | |
| void | operator() (std::vector< char >, boost::spirit::qi::unused_type, boost::spirit::qi::unused_type) const |
Public Attributes | |
| DCPRuleStruct & | _DCPRule |
Store the channel distribution.
Definition at line 128 of file DCPParserHelper.hpp.
| AIRINV::DCPParserHelper::storeChannel::storeChannel | ( | DCPRuleStruct & | ioDCPRule | ) |
Actor Constructor.
Definition at line 187 of file DCPParserHelper.cpp.
| void AIRINV::DCPParserHelper::storeChannel::operator() | ( | std::vector< char > | iChar, |
| boost::spirit::qi::unused_type | , | ||
| boost::spirit::qi::unused_type | |||
| ) | const |
Actor Function (functor).
Definition at line 192 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()(), 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()().
1.8.1.1