#include <airinv/command/vault/DCPParserHelper.hpp>
Inheritance diagram for AIRINV::DCPParserHelper::storeMinimumStay:Public Member Functions | |
| storeMinimumStay (DCPRuleStruct &) | |
| void | operator() (unsigned int, boost::spirit::qi::unused_type, boost::spirit::qi::unused_type) const |
Public Attributes | |
| DCPRuleStruct & | _DCPRule |
Store the parsed minimum stay.
Definition at line 178 of file DCPParserHelper.hpp.
| AIRINV::DCPParserHelper::storeMinimumStay::storeMinimumStay | ( | DCPRuleStruct & | ioDCPRule | ) |
Actor Constructor.
Definition at line 299 of file DCPParserHelper.cpp.
| void AIRINV::DCPParserHelper::storeMinimumStay::operator() | ( | unsigned int | iMinStay, |
| boost::spirit::qi::unused_type | , | ||
| boost::spirit::qi::unused_type | |||
| ) | const |
Actor Function (functor).
Definition at line 304 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()(), AIRINV::DCPParserHelper::storeChangeFees::operator()(), AIRINV::DCPParserHelper::storeNonRefundable::operator()(), operator()(), AIRINV::DCPParserHelper::storeDCP::operator()(), AIRINV::DCPParserHelper::storeAirlineCode::operator()(), AIRINV::DCPParserHelper::storeClass::operator()(), and AIRINV::DCPParserHelper::doEndDCP::operator()().
1.8.1.1