#include <simfqt/command/FareParserHelper.hpp>
Public Member Functions | |
storeAdvancePurchase (FareRuleStruct &) | |
void | operator() (unsigned int, boost::spirit::qi::unused_type, boost::spirit::qi::unused_type) const |
Public Attributes | |
FareRuleStruct & | _fareRule |
Store the parsed advance purchase days.
Definition at line 150 of file FareParserHelper.hpp.
SIMFQT::FareParserHelper::storeAdvancePurchase::storeAdvancePurchase | ( | FareRuleStruct & | ioFareRule | ) |
Actor Constructor.
Definition at line 254 of file FareParserHelper.cpp.
void SIMFQT::FareParserHelper::storeAdvancePurchase::operator() | ( | unsigned int | iAdancePurchase, |
boost::spirit::qi::unused_type | , | ||
boost::spirit::qi::unused_type | |||
) | const |
Actor Function (functor).
Definition at line 259 of file FareParserHelper.cpp.
References SIMFQT::FareParserHelper::ParserSemanticAction::_fareRule, and SIMFQT::FareRuleStruct::setAdvancePurchase().
|
inherited |
Actor Context.
Definition at line 35 of file FareParserHelper.hpp.
Referenced by SIMFQT::FareParserHelper::storeFareId::operator()(), SIMFQT::FareParserHelper::storeOrigin::operator()(), SIMFQT::FareParserHelper::storeDestination::operator()(), SIMFQT::FareParserHelper::storeTripType::operator()(), SIMFQT::FareParserHelper::storeDateRangeStart::operator()(), SIMFQT::FareParserHelper::storeDateRangeEnd::operator()(), SIMFQT::FareParserHelper::storeStartRangeTime::operator()(), SIMFQT::FareParserHelper::storeEndRangeTime::operator()(), SIMFQT::FareParserHelper::storePOS::operator()(), SIMFQT::FareParserHelper::storeCabinCode::operator()(), SIMFQT::FareParserHelper::storeChannel::operator()(), operator()(), SIMFQT::FareParserHelper::storeSaturdayStay::operator()(), SIMFQT::FareParserHelper::storeChangeFees::operator()(), SIMFQT::FareParserHelper::storeNonRefundable::operator()(), SIMFQT::FareParserHelper::storeMinimumStay::operator()(), SIMFQT::FareParserHelper::storeFare::operator()(), SIMFQT::FareParserHelper::storeAirlineCode::operator()(), SIMFQT::FareParserHelper::storeClass::operator()(), and SIMFQT::FareParserHelper::doEndFare::operator()().